Searched refs:ScaleRowDown2Box_C (Results 1 – 15 of 15) sorted by relevance
/external/libyuv/files/source/ |
D | scale_any.cc | 105 ScaleRowDown2Box_C, 126 ScaleRowDown2Box_C, 147 ScaleRowDown2Box_C, 168 ScaleRowDown2Box_C, 183 ScaleRowDown2Box_C,
|
D | scale_common.cc | 101 void ScaleRowDown2Box_C(const uint8_t* src_ptr, in ScaleRowDown2Box_C() function
|
D | scale.cc | 51 : ScaleRowDown2Box_C); in ScalePlaneDown2()
|
D | planar_functions.cc | 1331 uint8_t* dst_ptr, int dst_width) = ScaleRowDown2Box_C; in I420Blend()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_any.cc | 100 ScaleRowDown2Box_C, 121 ScaleRowDown2Box_C, 142 ScaleRowDown2Box_C, 163 ScaleRowDown2Box_C,
|
D | scale_common.cc | 101 void ScaleRowDown2Box_C(const uint8_t* src_ptr, in ScaleRowDown2Box_C() function
|
D | scale.cc | 51 : ScaleRowDown2Box_C); in ScalePlaneDown2()
|
D | planar_functions.cc | 1186 uint8_t* dst_ptr, int dst_width) = ScaleRowDown2Box_C; in I420Blend()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale_any.cc | 62 SDANY(ScaleRowDown2Box_Any_SSE2, ScaleRowDown2Box_SSE2, ScaleRowDown2Box_C, 69 SDANY(ScaleRowDown2Box_Any_AVX2, ScaleRowDown2Box_AVX2, ScaleRowDown2Box_C, 77 ScaleRowDown2Box_C, 2, 1, 15)
|
D | scale_common.cc | 89 void ScaleRowDown2Box_C(const uint8* src_ptr, ptrdiff_t src_stride, in ScaleRowDown2Box_C() function
|
D | scale.cc | 45 (filtering == kFilterLinear ? ScaleRowDown2Linear_C : ScaleRowDown2Box_C); in ScalePlaneDown2()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | scale_row.h | 135 void ScaleRowDown2Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | scale_row.h | 188 void ScaleRowDown2Box_C(const uint8_t* src_ptr,
|
/external/libyuv/files/include/libyuv/ |
D | scale_row.h | 211 void ScaleRowDown2Box_C(const uint8_t* src_ptr,
|
/external/libyuv/files/unit_test/ |
D | scale_test.cc | 665 ScaleRowDown2Box_C(orig_pixels, 128, dst_pixels_c, 64); in TEST_F()
|