HomeSort by relevance Sort by last modified time
    Searched refs:log_wdc (Results 1 - 5 of 5) sorted by null

  /external/libhevc/encoder/arm/
ihevce_hme_utils_neon.c 122 int32x4_t log_wdc = vdupq_n_s32(ps_wt_inp_prms->wpred_log_wdc); local
180 dst0_4x32b = vshlq_s32(dst0_4x32b, log_wdc);
181 dst1_4x32b = vshlq_s32(dst1_4x32b, log_wdc);
182 dst2_4x32b = vshlq_s32(dst2_4x32b, log_wdc);
183 dst3_4x32b = vshlq_s32(dst3_4x32b, log_wdc);
186 dst4_4x32b = vshlq_s32(dst4_4x32b, log_wdc);
187 dst5_4x32b = vshlq_s32(dst5_4x32b, log_wdc);
188 dst6_4x32b = vshlq_s32(dst6_4x32b, log_wdc);
189 dst7_4x32b = vshlq_s32(dst7_4x32b, log_wdc);
520 int32x4_t log_wdc = vdupq_n_s32(ps_wt_inp_prms->wpred_log_wdc) local
    [all...]
ihevce_common_utils_neon.c 334 * @param[in] log_wdc : shift factor as per spec
353 WORD32 log_wdc)
356 WORD32 rnd = (o0 + o1 + 1) >> 1; // << log_wdc;
358 WORD32 shift = log_wdc + 1;
    [all...]
  /external/libhevc/encoder/
ihevce_common_utils.h 163 WORD32 log_wdc);
ihevce_common_utils.c 262 * @param[in] log_wdc : shift factor as per spec
281 WORD32 log_wdc)
284 WORD32 rnd = (o0 + o1 + 1) >> 1; // << log_wdc;
286 WORD32 shift = log_wdc + 1;
    [all...]
hme_utils.c 2119 S32 log_wdc = ps_wt_inp_prms->wpred_log_wdc; local
    [all...]

Completed in 64 milliseconds