Searched refs:offset_pred (Results 1 – 1 of 1) sorted by relevance
373 int offset_cur[4], offset_pred[4], offset; in dct_luma_16x16() local575 offset_pred[0] = 0; in dct_luma_16x16()576 offset_pred[1] = 56; in dct_luma_16x16()577 offset_pred[2] = -120; in dct_luma_16x16()578 offset_pred[3] = -8; in dct_luma_16x16()709 pred += offset_pred[b4&1]; in dct_luma_16x16()710 coef += offset_pred[b4&1]; in dct_luma_16x16()714 pred += offset_pred[2 + (b8&1)]; in dct_luma_16x16()715 coef += offset_pred[2 + (b8&1)]; in dct_luma_16x16()736 int offset_cur[2], offset_pred[2], offset_coef[2]; in dct_chroma() local[all …]