Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dintrapred.c90 const uint8_t *const sm_weights_h = sm_weight_arrays + bh; in smooth_predictor() local
94 sm_weights_sanity_checks(sm_weights_w, sm_weights_h, scale, in smooth_predictor()
101 const uint8_t weights[] = { sm_weights_h[r], scale - sm_weights_h[r], in smooth_predictor()
105 assert(scale >= sm_weights_h[r] && scale >= sm_weights_w[c]); in smooth_predictor()
409 const uint8_t *const sm_weights_h = sm_weight_arrays + bh; in highbd_smooth_predictor() local
413 sm_weights_sanity_checks(sm_weights_w, sm_weights_h, scale, in highbd_smooth_predictor()
420 const uint8_t weights[] = { sm_weights_h[r], scale - sm_weights_h[r], 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.c888 const uint8_t *const sm_weights_h = sm_weight_arrays + bh; in smooth_predictor_wxh() local
900 const __m128i weights_y = _mm_cvtsi32_si128((uint32_t)sm_weights_h[y]); in smooth_predictor_wxh()
1255 const uint8_t *const sm_weights_h = sm_weight_arrays + bh; in smooth_v_predictor_wxh() local
1267 const __m128i weights_y = _mm_cvtsi32_si128((uint32_t)sm_weights_h[y]); in smooth_v_predictor_wxh()