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.c505 UWORD16 u2_best_8x8_cost = (UWORD16)(-1); in ihevce_ed_calc_8x8_blk() local
596 if(cost <= u2_best_8x8_cost) in ihevce_ed_calc_8x8_blk()
598 u2_best_8x8_cost = cost; in ihevce_ed_calc_8x8_blk()
605 if((u2_best_8x8_cost <= u2_sum_best_4x4_satd_cost) || (u2_best_8x8_cost <= 300)) in ihevce_ed_calc_8x8_blk()
647 if(cost <= u2_best_8x8_cost) in ihevce_ed_calc_8x8_blk()
649 u2_best_8x8_cost = cost; in ihevce_ed_calc_8x8_blk()
656 if((u2_best_8x8_cost <= u2_sum_best_4x4_sad_cost) || (u2_best_8x8_cost <= 300)) in ihevce_ed_calc_8x8_blk()
670 *pi4_best_sad_cost_8x8_l1_ipe = u2_best_8x8_cost; in ihevce_ed_calc_8x8_blk()