Home
last modified time | relevance | path

Searched refs:u4_cu_sad (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_cu_recursion.c185 ps_enc_loop_bestprms->u4_cu_sad; in ihevce_store_cu_final()
192 ps_enc_loop_bestprms->u4_cu_sad; in ihevce_store_cu_final()
198 ps_enc_loop_bestprms->u4_cu_sad; in ihevce_store_cu_final()
222 ((((LWORD64)ps_enc_loop_bestprms->u4_cu_sad) << SAD_BY_QSCALE_Q) / i4_qscale); in ihevce_store_cu_final()
Dihevce_enc_loop_utils.c3085 ps_final_prms->u4_cu_sad = 0; in ihevce_intra_rdopt_cu_ntu()
3739 ps_final_prms->u4_cu_sad += au4_tu_sad[best_intra_buf_idx]; in ihevce_intra_rdopt_cu_ntu()
4249 ps_final_prms->u4_cu_sad = 0; in ihevce_inter_rdopt_cu_ntu()
4638 ps_final_prms->u4_cu_sad += u4_tu_sad; in ihevce_inter_rdopt_cu_ntu()
5130 ps_final_prms->u4_cu_sad = 0; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5384 ps_final_prms->u4_cu_sad = 0; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
8624 ps_best_cu_prms->u4_cu_sad = 0; in ihevce_final_rdopt_mode_prcs()
9014 ps_best_cu_prms->u4_cu_sad += u4_tu_sad; in ihevce_final_rdopt_mode_prcs()
Dihevce_enc_loop_structs.h560 UWORD32 u4_cu_sad; member
Dihevce_tu_tree_selector.c2221 ps_final_prms->u4_cu_sad += ps_node->s_luma_data.u4_sad; in ihevce_tu_selector_debriefer()