Searched refs:filter_stride (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 313 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; in ScalePlaneDown34() local 386 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34() 389 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34() 392 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride, dst_ptr, dst_width); in ScalePlaneDown34() 399 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34() 422 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; in ScalePlaneDown34_16() local 457 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16() 460 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16() 463 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16() 470 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16() [all …]
|
/external/libaom/libaom/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 …]
|
/external/tensorflow/tensorflow/stream_executor/ |
D | dnn.h | 582 int filter_stride(DimIndex dim) const { return GetDim(strides(), dim); }
|