Home
last modified time | relevance | path

Searched refs:filter_stride (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc313 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/
Dscale.cc279 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/
Dscale.cc350 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; in ScalePlaneDown34() local
423 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34()
426 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34()
429 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride, dst_ptr, dst_width); in ScalePlaneDown34()
436 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34()
459 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; in ScalePlaneDown34_16() local
494 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16()
497 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16()
500 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16()
507 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); in ScalePlaneDown34_16()
[all …]
/external/tensorflow/tensorflow/stream_executor/
Ddnn.h578 int filter_stride(DimIndex dim) const { return GetDim(strides(), dim); } in filter_stride() function