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

  /external/libvpx/libvpx/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/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/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1501 int col_step = (step > 1) ? step : 4; local
    [all...]

Completed in 150 milliseconds