Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c626 UWORD16 u2_best_8x8_cost; /*8x8 Cost. Can store SATD/SAD cost*/ in ihevce_ed_calc_8x8_blk() local
636 u2_best_8x8_cost = (UWORD16)(-1) /*max value*/; in ihevce_ed_calc_8x8_blk()
773 if(au2_8x8_costs[i] <= u2_best_8x8_cost) in ihevce_ed_calc_8x8_blk()
775 u2_best_8x8_cost = au2_8x8_costs[i]; in ihevce_ed_calc_8x8_blk()
781 if((u2_best_8x8_cost <= u2_sum_best_4x4_satd_cost) || (u2_best_8x8_cost <= 300)) in ihevce_ed_calc_8x8_blk()
832 if(au2_8x8_costs[i] <= u2_best_8x8_cost) in ihevce_ed_calc_8x8_blk()
834 u2_best_8x8_cost = au2_8x8_costs[i]; in ihevce_ed_calc_8x8_blk()
840 if((u2_best_8x8_cost <= u2_sum_best_4x4_sad_cost) || (u2_best_8x8_cost <= 300)) in ihevce_ed_calc_8x8_blk()
850 WORD32 i4_best_8x8_sad_cost_curr = u2_best_8x8_cost; in ihevce_ed_calc_8x8_blk()