Home
last modified time | relevance | path

Searched refs:i4_frm_qstep (Results 1 – 11 of 11) sorted by relevance

/external/libhevc/encoder/
Dihevce_had_satd.h127 WORD32 i4_frm_qstep,
139 WORD32 i4_frm_qstep,
147 WORD32 i4_frm_qstep,
164 WORD32 i4_frm_qstep,
187 WORD32 i4_frm_qstep,
235 WORD32 i4_frm_qstep,
291 WORD32 i4_frm_qstep,
Dihevce_had_satd.c650 WORD32 i4_frm_qstep, in ihevce_compute_8x8HAD_using_4x4() argument
654 WORD32 threshold = (i4_frm_qstep >> 8); in ihevce_compute_8x8HAD_using_4x4()
767 WORD32 i4_frm_qstep) in ihevce_had4_4x4() argument
772 (void)i4_frm_qstep; in ihevce_had4_4x4()
960 WORD32 i4_frm_qstep, in ihevce_had_8x8_using_4_4x4_r() argument
1001 ai2_4x4_had, 8, pi2_dst, dst_strd, i4_frm_qstep, &early_cbf); in ihevce_had_8x8_using_4_4x4_r()
1080 WORD32 i4_frm_qstep, in ihevce_compute_16x16HAD_using_8x8() argument
1084 WORD32 threshold = (i4_frm_qstep >> 8); in ihevce_compute_16x16HAD_using_8x8()
1217 WORD32 i4_frm_qstep, in ihevce_had_16x16_r() argument
1286 i4_frm_qstep, in ihevce_had_16x16_r()
[all …]
Dhme_err_compute.h256 WORD32 i4_frm_qstep,
266 WORD32 i4_frm_qstep,
277 WORD32 i4_frm_qstep,
284 WORD32 i4_frm_qstep,
301 WORD32 i4_frm_qstep,
Dihevce_stasino_helpers.h226 WORD32 i4_frm_qstep,
Dhme_subpel.c1207 WORD32 i4_frm_qstep, in hme_evalsatd_pt_pu_8x8_tu_rec() argument
1272 i4_frm_qstep, in hme_evalsatd_pt_pu_8x8_tu_rec()
1640 WORD32 i4_frm_qstep, in hme_evalsatd_pt_pu_16x16_tu_rec() argument
1702 i4_frm_qstep, in hme_evalsatd_pt_pu_16x16_tu_rec()
1820 WORD32 i4_frm_qstep, in hme_evalsatd_pt_pu_32x32_tu_rec() argument
1889 i4_frm_qstep, in hme_evalsatd_pt_pu_32x32_tu_rec()
2056 WORD32 i4_frm_qstep, in hme_evalsatd_pt_pu_64x64_tu_rec() argument
2134 i4_frm_qstep, in hme_evalsatd_pt_pu_64x64_tu_rec()
Dhme_utils.h1001 WORD32 i4_frm_qstep);
Dhme_utils.c3422 WORD32 i4_frm_qstep) in hme_insert_intra_nodes_post_bipred() argument
3444 i4_frm_qstep *= !L0ME_IN_OPENLOOP_MODE; in hme_insert_intra_nodes_post_bipred()
3483 ((i4_frm_qstep * 16) >> 2) /*+ ((i4_frm_qstep*i4_intra_2nx2n_cost)/256) */; in hme_insert_intra_nodes_post_bipred()
3495 ((i4_frm_qstep * 16)); /* + ((i4_frm_qstep*i4_intra_2nx2n_cost)/256) */ in hme_insert_intra_nodes_post_bipred()
3512 (i4_frm_qstep * 16 * 4) /* + ((i4_frm_qstep*i4_intra_2nx2n_cost)/256) */; in hme_insert_intra_nodes_post_bipred()
3528 (i4_frm_qstep * 16 * 16) /* + ((i4_frm_qstep*i4_intra_2nx2n_cost)/256) */; in hme_insert_intra_nodes_post_bipred()
Dhme_defs.h3411 WORD32 i4_frm_qstep,
Dhme_refine.c588 S32 i4_frm_qstep, in hme_pick_eval_merge_candts() argument
1001 S32 i4_frm_qstep = ps_ctxt->frm_qstep; in hme_try_merge_high_speed() local
1386 i4_frm_qstep, in hme_try_merge_high_speed()
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c187 static INLINE WORD32 hadamard_sad8x8_using4x4(int16x8_t *a, WORD32 *early_cbf, WORD32 i4_frm_qstep) in hadamard_sad8x8_using4x4() argument
190 const int16x8_t threshold = vdupq_n_s16((int16_t)(i4_frm_qstep >> 8)); in hadamard_sad8x8_using4x4()
763 WORD32 i4_frm_qstep) in ihevce_had4_4x4_neon() argument
769 (void)i4_frm_qstep; in ihevce_had4_4x4_neon()
803 WORD32 i4_frm_qstep, in ihevce_had_8x8_using_4_4x4_r_neon() argument
860 cost_parent = hadamard_sad8x8_using4x4(a, &early_cbf, i4_frm_qstep); in ihevce_had_8x8_using_4_4x4_r_neon()
902 WORD32 i4_frm_qstep, in ihevce_compute_16x16HAD_using_8x8_neon() argument
909 const int16x8_t threshold = vdupq_n_s16((int16_t)(i4_frm_qstep >> 8)); in ihevce_compute_16x16HAD_using_8x8_neon()
990 WORD32 i4_frm_qstep, in ihevce_had_16x16_r_neon() argument
1053 i4_frm_qstep, in ihevce_had_16x16_r_neon()
[all …]
Dihevce_subpel_neon.c105 WORD32 i4_frm_qstep);