Home
last modified time | relevance | path

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

/external/libhevc/encoder/arm/
Dihevce_hme_utils_neon.c113 S32 inv_wt; in ihevce_get_wt_inp_4x8_neon() local
152 inv_wt = ps_wt_inp_prms->a_inv_wpred_wt[i4_ref_idx]; in ihevce_get_wt_inp_4x8_neon()
157 inv_wt_4x32b = vdupq_n_s32(inv_wt); in ihevce_get_wt_inp_4x8_neon()
/external/libhevc/encoder/
Dhme_utils.c2146 S32 inv_wt; in hme_get_wt_inp() local
2171 inv_wt = ps_wt_inp_prms->a_inv_wpred_wt[ref]; in hme_get_wt_inp()
2183 tmp = HME_INV_WT_PRED1(pu1_src_tmp[j], inv_wt, off, log_wdc); in hme_get_wt_inp()