Searched refs:load_weight_w8 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 745 static INLINE void load_weight_w8(const uint8_t *weight_array, int height, in load_weight_w8() function 835 load_weight_w8(sm_weight_arrays, 4, wh, ww); in aom_smooth_predictor_8x4_ssse3() 846 load_weight_w8(sm_weight_arrays, 8, wh, ww); in aom_smooth_predictor_8x8_ssse3() 858 load_weight_w8(sm_weight_arrays, 16, wh, ww); in aom_smooth_predictor_8x16_ssse3() 872 load_weight_w8(sm_weight_arrays, 32, wh, ww); in aom_smooth_predictor_8x32_ssse3()
|