HomeSort by relevance Sort by last modified time
    Searched refs:col_step (Results 1 - 8 of 8) sorted by null

  /external/libaom/libaom/test/
yuv_temporal_filter_test.cc 271 for (int col_step = -1; col_step <= 1; col_step++) {
273 const int sub_col = col + col_step;
316 for (int col_step = -1; col_step <= 1; col_step++) {
318 const int sub_col = uv_col + col_step;
331 for (int col_step = 0; col_step < 1 + ss_x; col_step++)
    [all...]
  /external/libaom/libaom/av1/common/
av1_loopfilter.c 733 const int col_step = mi_size_wide[TX_4X4] << ssx; local
1563 const int col_step = (MI_SIZE >> MI_SIZE_LOG2); local
2181 const int col_step = MI_SIZE >> MI_SIZE_LOG2; local
2315 const int col_step = MI_SIZE >> MI_SIZE_LOG2; local
    [all...]
  /external/libaom/libaom/third_party/libyuv/source/
scale_argb.cc 147 int col_step = dx >> 16; local
180 ScaleARGBRowDownEven(src_argb, src_stride, col_step, dst_argb, dst_width);
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_argb.cc 200 int col_step = dx >> 16; local
245 ScaleARGBRowDownEven(src_argb, src_stride, col_step, dst_argb, dst_width);
    [all...]
  /external/libyuv/files/source/
scale_argb.cc 200 int col_step = dx >> 16; local
245 ScaleARGBRowDownEven(src_argb, src_stride, col_step, dst_argb, dst_width);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 1086 const int col_step = 1 << ss_x; local
    [all...]
  /external/libaom/libaom/av1/encoder/
mcomp.c 1575 int col_step = (step > 1) ? step : 4; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1660 int col_step = (step > 1) ? step : 4; local
    [all...]

Completed in 809 milliseconds