Merge "fixed a bug where sse is not populated"

This commit is contained in:
Ronald S. Bultje 2013-06-29 07:42:41 -07:00 коммит произвёл Gerrit Code Review
Родитель 6098e359f4 f853e662b7
Коммит bc70c60b25
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -632,6 +632,8 @@ static void super_block_yrd(VP9_COMP *cpi,
vpx_memset(txfm_cache, 0, NB_TXFM_MODES * sizeof(int64_t));
super_block_yrd_for_txfm(cm, x, rate, distortion, skip, &sse[0], bs,
mbmi->txfm_size);
if (psse)
*psse = sse[0];
return;
}
if (bs >= BLOCK_SIZE_SB32X32)