Home | History | Annotate | Download | only in source

Lines Matching refs:ScaleRowDown8Int_SSE2

837 static void ScaleRowDown8Int_SSE2(const uint8* src_ptr, int src_stride,
1660 void ScaleRowDown8Int_SSE2(const uint8* src_ptr, int src_stride,
1663 DECLARE_FUNCTION(ScaleRowDown8Int_SSE2)
2199 static void ScaleRowDown8Int_SSE2(const uint8* src_ptr, int src_stride,
3156 ScaleRowDown8 = filtering ? ScaleRowDown8Int_SSE2 : ScaleRowDown8_SSE2;