/external/libhevc/encoder/ |
D | ihevce_had_satd.h | 127 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,
|
D | ihevce_had_satd.c | 650 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 …]
|
D | hme_err_compute.h | 256 WORD32 i4_frm_qstep, 266 WORD32 i4_frm_qstep, 277 WORD32 i4_frm_qstep, 284 WORD32 i4_frm_qstep, 301 WORD32 i4_frm_qstep,
|
D | ihevce_stasino_helpers.h | 226 WORD32 i4_frm_qstep,
|
D | hme_subpel.c | 1207 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()
|
D | hme_utils.h | 1001 WORD32 i4_frm_qstep);
|
D | hme_utils.c | 3422 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()
|
D | hme_defs.h | 3411 WORD32 i4_frm_qstep,
|
D | hme_refine.c | 588 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/ |
D | ihevce_had_compute_neon.c | 187 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 …]
|
D | ihevce_subpel_neon.c | 105 WORD32 i4_frm_qstep);
|