Searched refs:offset_cur (Results 1 – 1 of 1) sorted by relevance
373 int offset_cur[4], offset_pred[4], offset; in dct_luma_16x16() local567 offset_cur[0] = 0; in dct_luma_16x16()568 offset_cur[1] = (pitch << 2) - 8; in dct_luma_16x16()571 offset_cur[2] = 8 - (pitch << 3); in dct_luma_16x16()572 offset_cur[3] = -8; in dct_luma_16x16()708 curL += offset_cur[b4&1]; in dct_luma_16x16()713 curL += offset_cur[2 + (b8&1)]; in dct_luma_16x16()736 int offset_cur[2], offset_pred[2], offset_coef[2]; in dct_chroma() local910 offset_cur[0] = 0; in dct_chroma()911 offset_cur[1] = (pitch << 2) - 8; in dct_chroma()[all …]