Home
last modified time | relevance | path

Searched refs:log_wdc (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_hme_utils_neon.c122 int32x4_t log_wdc = vdupq_n_s32(ps_wt_inp_prms->wpred_log_wdc); in ihevce_get_wt_inp_4x8_neon() local
180 dst0_4x32b = vshlq_s32(dst0_4x32b, log_wdc); in ihevce_get_wt_inp_4x8_neon()
181 dst1_4x32b = vshlq_s32(dst1_4x32b, log_wdc); in ihevce_get_wt_inp_4x8_neon()
182 dst2_4x32b = vshlq_s32(dst2_4x32b, log_wdc); in ihevce_get_wt_inp_4x8_neon()
183 dst3_4x32b = vshlq_s32(dst3_4x32b, log_wdc); in ihevce_get_wt_inp_4x8_neon()
186 dst4_4x32b = vshlq_s32(dst4_4x32b, log_wdc); in ihevce_get_wt_inp_4x8_neon()
187 dst5_4x32b = vshlq_s32(dst5_4x32b, log_wdc); in ihevce_get_wt_inp_4x8_neon()
188 dst6_4x32b = vshlq_s32(dst6_4x32b, log_wdc); in ihevce_get_wt_inp_4x8_neon()
189 dst7_4x32b = vshlq_s32(dst7_4x32b, log_wdc); in ihevce_get_wt_inp_4x8_neon()
520 int32x4_t log_wdc = vdupq_n_s32(ps_wt_inp_prms->wpred_log_wdc); in hme_get_wt_inp_ctb_neon() local
[all …]
Dihevce_common_utils_neon.c353 WORD32 log_wdc) in ihevce_wt_avg_2d_neon() argument
358 WORD32 shift = log_wdc + 1; in ihevce_wt_avg_2d_neon()
/external/libhevc/encoder/
Dihevce_common_utils.h163 WORD32 log_wdc);
Dihevce_common_utils.c281 WORD32 log_wdc) in ihevce_wt_avg_2d() argument
286 WORD32 shift = log_wdc + 1; in ihevce_wt_avg_2d()
Dhme_utils.c2119 S32 log_wdc = ps_wt_inp_prms->wpred_log_wdc; in hme_get_wt_inp() local
2183 tmp = HME_INV_WT_PRED1(pu1_src_tmp[j], inv_wt, off, log_wdc); in hme_get_wt_inp()