Home | History | Annotate | Download | only in source

Lines Matching refs:ScaleRowDown4Int_C

1995 static void ScaleRowDown4Int_C(const uint8* src_ptr, ptrdiff_t src_stride,
2056 ScaleRowDown4Int_C(src_ptr, src_stride, src_row, dst_width * 2);
2057 ScaleRowDown4Int_C(src_ptr + src_stride * 4, src_stride,
2339 filtering ? ScaleRowDown4Int_C : ScaleRowDown4_C;