Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c2773 static void ScaleRowDown4Int_C(const uint8* src_ptr, int src_stride, in ScaleRowDown4Int_C() function
2812 ScaleRowDown4Int_C(src_ptr, src_stride, src_row, dst_width * 2); in ScaleRowDown8Int_C()
2813 ScaleRowDown4Int_C(src_ptr + src_stride * 4, src_stride, in ScaleRowDown8Int_C()
3121 ScaleRowDown4 = filtering ? ScaleRowDown4Int_C : ScaleRowDown4_C; in ScalePlaneDown4()