Searched refs:uv_row (Results 1 – 3 of 3) sorted by relevance
259 const int uv_row = row >> ss_y; in ApplyReferenceFilter() local285 y_mod += u_dif[uv_row * uv_diff_stride + uv_col]; in ApplyReferenceFilter()286 y_mod += v_dif[uv_row * uv_diff_stride + uv_col]; in ApplyReferenceFilter()301 for (int uv_row = 0; uv_row < (int)uv_block_height; uv_row++) { in ApplyReferenceFilter() local303 const int y_row = uv_row << ss_y; in ApplyReferenceFilter()306 uv_row, uv_col, uv_block_height, uv_block_width, blk_fw, use_32x32); in ApplyReferenceFilter()308 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter()309 const int v_pixel = v_pre[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter()317 const int sub_row = uv_row + row_step; in ApplyReferenceFilter()349 u_count[uv_row * u_count_stride + uv_col] += u_mod; in ApplyReferenceFilter()[all …]
874 ustep = uv_row[vi].nus-1; in oog_encode()877 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) { in oog_encode()878 ua = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ; in oog_encode()883 oog_table[i] = uv_row[vi].ncum + ui; in oog_encode()926 if (u < uv_row[vi].ustart) in uv_encode()928 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em); in uv_encode()929 if (ui >= uv_row[vi].nus) in uv_encode()932 return (uv_row[vi].ncum + ui); in uv_encode()950 ui = c - uv_row[vi].ncum; in uv_decode()961 ui = c - uv_row[vi].ncum; in uv_decode()[all …]
9 } uv_row[UV_NVS] = { variable