Searched refs:sm_weight_arrays (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 671 load_weight_w4(sm_weight_arrays, 4, wh, ww); in aom_smooth_predictor_4x4_ssse3() 682 load_weight_w4(sm_weight_arrays, 8, wh, ww); in aom_smooth_predictor_4x8_ssse3() 694 load_weight_w4(sm_weight_arrays, 16, wh, ww); in aom_smooth_predictor_4x16_ssse3() 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() 887 const uint8_t *const sm_weights_w = sm_weight_arrays + bw; in smooth_predictor_wxh() 888 const uint8_t *const sm_weights_h = sm_weight_arrays + bh; in smooth_predictor_wxh() 1082 load_weight_v_w4(sm_weight_arrays, 4, weights); in aom_smooth_v_predictor_4x4_ssse3() [all …]
|
/external/libaom/libaom/aom_dsp/ |
D | intrapred.c | 89 const uint8_t *const sm_weights_w = sm_weight_arrays + bw; in smooth_predictor() 90 const uint8_t *const sm_weights_h = sm_weight_arrays + bh; in smooth_predictor() 119 const uint8_t *const sm_weights = sm_weight_arrays + bh; in smooth_v_predictor() 148 const uint8_t *const sm_weights = sm_weight_arrays + bw; in smooth_h_predictor() 408 const uint8_t *const sm_weights_w = sm_weight_arrays + bw; in highbd_smooth_predictor() 409 const uint8_t *const sm_weights_h = sm_weight_arrays + bh; in highbd_smooth_predictor() 440 const uint8_t *const sm_weights = sm_weight_arrays + bh; in highbd_smooth_v_predictor() 471 const uint8_t *const sm_weights = sm_weight_arrays + bw; in highbd_smooth_h_predictor()
|
D | intrapred_common.h | 25 static const uint8_t sm_weight_arrays[2 * MAX_BLOCK_DIM] = { variable
|