Searched refs:filter_stride (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 279 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; in ScalePlaneDown34() local 343 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34() 346 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34() 349 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride, in ScalePlaneDown34() 357 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34() 376 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; in ScalePlaneDown34_16() local 422 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16() 425 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16() 428 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride, in ScalePlaneDown34_16() 436 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16() [all …]
|
/external/libyuv/files/source/ |
D | scale.cc | 343 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; in ScalePlaneDown34() local 409 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34() 412 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34() 415 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride, dst_ptr, dst_width); in ScalePlaneDown34() 422 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34() 445 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; in ScalePlaneDown34_16() local 493 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16() 496 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16() 499 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16() 506 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16() [all …]
|