Home
last modified time | relevance | path

Searched defs:sub_col (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Dyuv_temporal_filter_test.cc207 const int sub_col = col + col_step; in ApplyReferenceFilter() local
252 const int sub_col = uv_col + col_step; in ApplyReferenceFilter() local
267 const int sub_col = y_col + col_step; in ApplyReferenceFilter() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c667 const int sub_col = col + col_step; in vp9_highbd_apply_temporal_filter_c() local
714 const int sub_col = uv_col + col_step; in vp9_highbd_apply_temporal_filter_c() local
729 const int sub_col = y_col + col_step; in vp9_highbd_apply_temporal_filter_c() local
/aosp_15_r20/external/libvpx/vp8/decoder/
H A Derror_concealment.c280 int sub_col; in calc_prev_mb_overlaps() local