Home
last modified time | relevance | path

Searched refs:uv_row (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/test/
Dyuv_temporal_filter_test.cc192 const int uv_row = row >> ss_y; in ApplyReferenceFilter() local
218 y_mod += u_diff_ptr[uv_row * uv_diff_stride + uv_col]; in ApplyReferenceFilter()
219 y_mod += v_diff_ptr[uv_row * uv_diff_stride + uv_col]; in ApplyReferenceFilter()
234 for (int uv_row = 0; uv_row < uv_block_height; uv_row++) { in ApplyReferenceFilter() local
236 const int y_row = uv_row << ss_y; in ApplyReferenceFilter()
239 uv_row, uv_col, uv_block_height, uv_block_width, blk_fw, use_32x32); in ApplyReferenceFilter()
241 const int u_pixel = u_pre_ptr[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter()
242 const int v_pixel = v_pre_ptr[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter()
250 const int sub_row = uv_row + row_step; in ApplyReferenceFilter()
282 u_count[uv_row * u_count_stride + uv_col] += u_mod; in ApplyReferenceFilter()
[all …]
/external/libaom/libaom/test/
Dtemporal_filter_yuv_test.cc258 const int uv_row = row >> ss_y; in ApplyReferenceFilter() local
284 y_mod += u_dif[uv_row * uv_diff_stride + uv_col]; in ApplyReferenceFilter()
285 y_mod += v_dif[uv_row * uv_diff_stride + uv_col]; in ApplyReferenceFilter()
300 for (int uv_row = 0; uv_row < (int)uv_block_height; uv_row++) { in ApplyReferenceFilter() local
302 const int y_row = uv_row << ss_y; in ApplyReferenceFilter()
305 uv_row, uv_col, uv_block_height, uv_block_width, blk_fw, use_32x32); in ApplyReferenceFilter()
307 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter()
308 const int v_pixel = v_pre[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter()
316 const int sub_row = uv_row + row_step; in ApplyReferenceFilter()
348 u_count[uv_row * u_count_stride + uv_col] += u_mod; in ApplyReferenceFilter()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c423 int uv_row, uv_col; in vp9_highbd_apply_temporal_filter_c() local
453 const int uv_row = row >> ss_y; in vp9_highbd_apply_temporal_filter_c() local
479 y_mod += u_diff_sse[uv_row * uv_diff_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c()
480 y_mod += v_diff_sse[uv_row * uv_diff_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c()
495 for (uv_row = 0; uv_row < uv_block_height; uv_row++) { in vp9_highbd_apply_temporal_filter_c()
497 const int y_row = uv_row << ss_y; in vp9_highbd_apply_temporal_filter_c()
500 uv_row, uv_col, uv_block_height, uv_block_width, blk_fw, use_32x32); in vp9_highbd_apply_temporal_filter_c()
502 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c()
503 const int v_pixel = v_pre[uv_row * uv_pre_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c()
511 const int sub_row = uv_row + row_step; in vp9_highbd_apply_temporal_filter_c()
[all …]
/external/pdfium/third_party/libtiff/
Dtif_luv.c879 ustep = uv_row[vi].nus-1; in oog_encode()
882 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) { in oog_encode()
883 ua = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ; in oog_encode()
888 oog_table[i] = uv_row[vi].ncum + ui; in oog_encode()
931 if (u < uv_row[vi].ustart) in uv_encode()
933 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em); in uv_encode()
934 if (ui >= uv_row[vi].nus) in uv_encode()
937 return (uv_row[vi].ncum + ui); in uv_encode()
955 ui = c - uv_row[vi].ncum; in uv_decode()
966 ui = c - uv_row[vi].ncum; in uv_decode()
[all …]
Duvcode.h9 } uv_row[UV_NVS] = { variable