Home
last modified time | relevance | path

Searched refs:col_step (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/test/
Dyuv_temporal_filter_test.cc271 for (int col_step = -1; col_step <= 1; col_step++) { in ApplyReferenceFilter() local
273 const int sub_col = col + col_step; in ApplyReferenceFilter()
316 for (int col_step = -1; col_step <= 1; col_step++) { in ApplyReferenceFilter() local
318 const int sub_col = uv_col + col_step; in ApplyReferenceFilter()
331 for (int col_step = 0; col_step < 1 + ss_x; col_step++) { in ApplyReferenceFilter() local
333 const int sub_col = y_col + col_step; in ApplyReferenceFilter()
/external/libaom/libaom/av1/common/
Dav1_loopfilter.c733 const int col_step = mi_size_wide[TX_4X4] << ssx; in setup_masks() local
737 dir == VERT_EDGE ? col_step : tx_size_wide_unit[tx_size] << ssx; in setup_masks()
741 for (int c = mi_col; c < mi_col + mi_width; c += col_step) { in setup_masks()
782 for (int c = mi_col; c < mi_col + mi_width; c += col_step) { in setup_masks()
1563 const int col_step = (MI_SIZE >> MI_SIZE_LOG2); in av1_build_bitmask_horz_info() local
1570 for (int c = 0; (c << MI_SIZE_LOG2) < plane_ptr->dst.width; c += col_step) { in av1_build_bitmask_horz_info()
2181 const int col_step = MI_SIZE >> MI_SIZE_LOG2; in av1_filter_block_plane_horz() local
2190 for (int x = 0; x < x_range; x += col_step) { in av1_filter_block_plane_horz()
2315 const int col_step = MI_SIZE >> MI_SIZE_LOG2; in av1_filter_block_plane_horz_test() local
2322 for (int x = 0; x < x_range; x += col_step) { in av1_filter_block_plane_horz_test()
/external/libaom/libaom/third_party/libyuv/source/
Dscale_argb.cc147 int col_step = dx >> 16; in ScaleARGBDownEven() local
180 ScaleARGBRowDownEven(src_argb, src_stride, col_step, dst_argb, dst_width); in ScaleARGBDownEven()
/external/libyuv/files/source/
Dscale_argb.cc200 int col_step = dx >> 16; in ScaleARGBDownEven() local
245 ScaleARGBRowDownEven(src_argb, src_stride, col_step, dst_argb, dst_width); in ScaleARGBDownEven()
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_argb.cc200 int col_step = dx >> 16; in ScaleARGBDownEven() local
245 ScaleARGBRowDownEven(src_argb, src_stride, col_step, dst_argb, dst_width); in ScaleARGBDownEven()
/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c1086 const int col_step = 1 << ss_x; in vp9_filter_block_plane_non420() local
1110 for (c = 0; c < MI_BLOCK_SIZE && mi_col + c < cm->mi_cols; c += col_step) { in vp9_filter_block_plane_non420()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1660 int col_step = (step > 1) ? step : 4; in exhuastive_mesh_search() local
1677 for (c = start_col; c <= end_col; c += col_step) { in exhuastive_mesh_search()
/external/libaom/libaom/av1/encoder/
Dmcomp.c1575 int col_step = (step > 1) ? step : 4; in exhuastive_mesh_search() local
1592 for (c = start_col; c <= end_col; c += col_step) { in exhuastive_mesh_search()