Searched refs:load_weight_h_w8 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 1484 static INLINE void load_weight_h_w8(const uint8_t *weight_array, int height, in load_weight_h_w8() function 1532 load_weight_h_w8(sm_weight_arrays, 4, ww); in aom_smooth_h_predictor_8x4_ssse3() 1544 load_weight_h_w8(sm_weight_arrays, 8, ww); in aom_smooth_h_predictor_8x8_ssse3() 1556 load_weight_h_w8(sm_weight_arrays, 16, ww); in aom_smooth_h_predictor_8x16_ssse3() 1570 load_weight_h_w8(sm_weight_arrays, 32, ww); in aom_smooth_h_predictor_8x32_ssse3()
|