Searched refs:early_cbf (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_had_satd.c | 978 WORD32 early_cbf = 0; in ihevce_had_8x8_using_4_4x4_r() local 1001 ai2_4x4_had, 8, pi2_dst, dst_strd, i4_frm_qstep, &early_cbf); in ihevce_had_8x8_using_4_4x4_r() 1039 pi4_8x8_tu_early_cbf[0] = early_cbf; in ihevce_had_8x8_using_4_4x4_r() 1042 return ((best_cost << 1) + early_cbf); in ihevce_had_8x8_using_4_4x4_r() 1232 WORD32 i4_early_cbf_flag = 0, early_cbf = 0; in ihevce_had_16x16_r() local 1313 ihevce_compute_16x16HAD_using_8x8(pi2_y0, 16, pi2_dst, dst_strd, i4_frm_qstep, &early_cbf); in ihevce_had_16x16_r() 1321 i4_early_cbf_flag += early_cbf; in ihevce_had_16x16_r() 1547 WORD32 i4_early_cbf_flag = 0, early_cbf = 0; in ihevce_had_32x32_r() local 1731 pi2_y0, 32, pi2_dst, dst_strd, i4_frm_qstep, &early_cbf); in ihevce_had_32x32_r() 1739 i4_early_cbf_flag += early_cbf; in ihevce_had_32x32_r()
|
D | ihevce_enc_loop_utils.h | 169 WORD32 early_cbf);
|
D | ihevce_enc_loop_utils.c | 1973 WORD32 early_cbf) in ihevce_t_q_iq_ssd_scan_fxn() 1999 if((PRED_MODE_SKIP == packed_pred_mode) || (0 == early_cbf)) in ihevce_t_q_iq_ssd_scan_fxn() 2130 if(1 == early_cbf) in ihevce_t_q_iq_ssd_scan_fxn()
|
/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 213 if(*early_cbf == 0) \ in hadamard_sad8x8_using4x4() 220 *early_cbf = 1; \ in hadamard_sad8x8_using4x4() 820 WORD32 early_cbf = 0; in ihevce_had_8x8_using_4_4x4_r_neon() local 860 cost_parent = hadamard_sad8x8_using4x4(a, &early_cbf, i4_frm_qstep); in ihevce_had_8x8_using_4_4x4_r_neon() 891 pi4_8x8_tu_early_cbf[0] = early_cbf; in ihevce_had_8x8_using_4_4x4_r_neon() 894 return ((best_cost << 1) + early_cbf); in ihevce_had_8x8_using_4_4x4_r_neon() 1005 WORD32 i4_early_cbf_flag = 0, early_cbf = 0; in ihevce_had_16x16_r_neon() local 1080 pi2_y0, 16, pi2_dst, dst_strd, i4_frm_qstep, &early_cbf); in ihevce_had_16x16_r_neon() 1085 i4_early_cbf_flag += early_cbf; in ihevce_had_16x16_r_neon()
|