Home
last modified time | relevance | path

Searched refs:sm_weights_w (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dintrapred.c89 const uint8_t *const sm_weights_w = sm_weight_arrays + bw; in smooth_predictor() local
94 sm_weights_sanity_checks(sm_weights_w, sm_weights_h, scale, in smooth_predictor()
102 sm_weights_w[c], scale - sm_weights_w[c] }; in smooth_predictor()
105 assert(scale >= sm_weights_h[r] && scale >= sm_weights_w[c]); in smooth_predictor()
408 const uint8_t *const sm_weights_w = sm_weight_arrays + bw; in highbd_smooth_predictor() local
413 sm_weights_sanity_checks(sm_weights_w, sm_weights_h, scale, in highbd_smooth_predictor()
421 sm_weights_w[c], scale - sm_weights_w[c] }; in highbd_smooth_predictor()
424 assert(scale >= sm_weights_h[r] && scale >= sm_weights_w[c]); in highbd_smooth_predictor()
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c887 const uint8_t *const sm_weights_w = sm_weight_arrays + bw; in smooth_predictor_wxh() local
912 _mm_loadl_epi64((const __m128i *)(sm_weights_w + x)); in smooth_predictor_wxh()
1585 const uint8_t *const sm_weights_w = sm_weight_arrays + bw; in smooth_h_predictor_wxh() local
1600 _mm_loadl_epi64((const __m128i *)(sm_weights_w + x)); in smooth_h_predictor_wxh()