Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c2754 static void ScaleRowDown2Int_C(const uint8* src_ptr, int src_stride, in ScaleRowDown2Int_C() function
2816 ScaleRowDown2Int_C(src_row, kMaxOutputWidth, dst, dst_width); in ScaleRowDown8Int_C()
3077 ScaleRowDown2 = filtering ? ScaleRowDown2Int_C : ScaleRowDown2_C; in ScalePlaneDown2()