Searched refs:ScaleRowDown2Int_NEON (Results 1 - 4 of 4) sorted by relevance

/external/libyuv/files/source/
H A Dscale_neon.cc46 void ScaleRowDown2Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride, function
H A Dconvert.cc194 void ScaleRowDown2Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
234 ScaleRowDown2 = ScaleRowDown2Int_NEON;
H A Dscale.cc59 void ScaleRowDown2Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
2305 ScaleRowDown2 = filtering ? ScaleRowDown2Int_NEON : ScaleRowDown2_NEON;
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c79 void ScaleRowDown2Int_NEON(const uint8* src_ptr, int src_stride, function
3065 ScaleRowDown2 = filtering ? ScaleRowDown2Int_NEON : ScaleRowDown2_NEON;

Completed in 510 milliseconds