Searched refs:smooth_h_pred_4xh (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 1397 static INLINE void smooth_h_pred_4xh(const __m128i *pixel, in smooth_h_pred_4xh() function 1430 smooth_h_pred_4xh(pixels, &weights, 4, dst, stride); in aom_smooth_h_predictor_4x4_ssse3() 1442 smooth_h_pred_4xh(pixels, &weights, 8, dst, stride); in aom_smooth_h_predictor_4x8_ssse3() 1454 smooth_h_pred_4xh(pixels, &weights, 8, dst, stride); in aom_smooth_h_predictor_4x16_ssse3() 1458 smooth_h_pred_4xh(pixels, &weights, 8, dst, stride); in aom_smooth_h_predictor_4x16_ssse3()
|