HomeSort by relevance Sort by last modified time
    Searched full:filter_stride (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc 279 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
343 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width);
346 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width);
349 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride,
357 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width);
376 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
422 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width);
425 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width);
428 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride,
436 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width)
471 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
567 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
    [all...]

Completed in 114 milliseconds