Searched refs:smooth_pred_4xh (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 632 static INLINE void smooth_pred_4xh(const __m128i *pixel, const __m128i *wh, in smooth_pred_4xh() function 673 smooth_pred_4xh(pixels, wh, ww, 4, dst, stride, 0); in aom_smooth_predictor_4x4_ssse3() 684 smooth_pred_4xh(pixels, wh, ww, 8, dst, stride, 0); in aom_smooth_predictor_4x8_ssse3() 696 smooth_pred_4xh(pixels, wh, ww, 8, dst, stride, 0); in aom_smooth_predictor_4x16_ssse3() 698 smooth_pred_4xh(pixels, &wh[2], ww, 8, dst, stride, 1); in aom_smooth_predictor_4x16_ssse3()
|