Searched refs:ScaleARGBRowDownEven_C (Results 1 – 6 of 6) sorted by relevance
/external/libyuv/files/source/ |
D | rotate_argb.cc | 32 void ScaleARGBRowDownEven_C(const uint8* src_ptr, int, 40 int src_step, uint8* dst_ptr, int dst_width) = ScaleARGBRowDownEven_C; in ARGBTranspose()
|
D | scale_argb.cc | 684 void ScaleARGBRowDownEven_C(const uint8* src_ptr, ptrdiff_t /* src_stride */, in ScaleARGBRowDownEven_C() function 836 filtering ? ScaleARGBRowDownEvenInt_C : ScaleARGBRowDownEven_C; in ScaleARGBDownEven()
|
/external/chromium_org/third_party/libyuv/source/ |
D | rotate_argb.cc | 41 void ScaleARGBRowDownEven_C(const uint8* src_ptr, int, 51 int src_step, uint8* dst_ptr, int dst_width) = ScaleARGBRowDownEven_C; in ARGBTranspose()
|
D | scale_argb.cc | 137 filtering ? ScaleARGBRowDownEvenBox_C : ScaleARGBRowDownEven_C; in ScaleARGBDownEven()
|
D | scale_common.cc | 709 void ScaleARGBRowDownEven_C(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_C() function
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | scale_row.h | 179 void ScaleARGBRowDownEven_C(const uint8* src_argb, ptrdiff_t src_stride,
|