Searched defs:filter_stride (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale.cc253 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
300 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width);
303 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width);
306 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride,
314 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width);
333 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
380 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width);
383 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width);
386 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride,
394 ScaleRowDown34_0(src_ptr, filter_stride, dst_pt
429 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
506 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dscale.cc253 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
300 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width);
303 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width);
306 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride,
314 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width);
333 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
380 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width);
383 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width);
386 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride,
394 ScaleRowDown34_0(src_ptr, filter_stride, dst_pt
429 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
506 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local
[all...]

Completed in 370 milliseconds