Home
last modified time | relevance | path

Searched defs:uv_row (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Duvcode.h9 } uv_row[UV_NVS] = { variable
/external/libvpx/libvpx/test/
Dyuv_temporal_filter_test.cc192 const int uv_row = row >> ss_y; in ApplyReferenceFilter() local
234 for (int uv_row = 0; uv_row < uv_block_height; uv_row++) { in ApplyReferenceFilter() local
/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
/external/libaom/libaom/test/
Dtemporal_filter_yuv_test.cc258 const int uv_row = row >> ss_y; in ApplyReferenceFilter() local
300 for (int uv_row = 0; uv_row < (int)uv_block_height; uv_row++) { in ApplyReferenceFilter() local