Searched refs:i4_chroma_mb_distortion (Results 1 – 1 of 1) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_intra_modes_eval.c | 1371 WORD32 i4_mb_distortion, i4_chroma_mb_distortion; in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff() local 1457 i4_chroma_mb_distortion = INT_MAX; in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff() 1468 &i4_chroma_mb_distortion, in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff() 1476 …6x8(pu1_curr_mb, pu1_pred_mb_plane, i4_src_strd_c, i4_pred_strd, i4_chroma_mb_distortion, &i4_mb_d… in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff() 1479 if(i4_mb_distortion < i4_chroma_mb_distortion) in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff() 1481 i4_chroma_mb_distortion = i4_mb_distortion; in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff() 1486 …DEBUG("%d partition cost, %d intra mode\n", i4_chroma_mb_distortion, u4_best_chroma_intra_8x8_mode… in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff()
|