Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_structs.h149 UWORD16 au2_mode_bits_cost_full_ctb[4][NUM_MODES]; member
Dihevce_decomp_pre_intra_pass.c578 &ps_ed_ctxt->au2_mode_bits_cost_full_ctb[i * 2 + j][0], in ihevce_ed_calc_8x8_blk()
585 &ps_ed_ctxt->au2_mode_bits_cost_full_ctb[i * 2 + j][0], in ihevce_ed_calc_8x8_blk()
695 ((UWORD16)i4_satd + ps_ed_ctxt->au2_mode_bits_cost_full_ctb[i][mode]); in ihevce_ed_calc_8x8_blk()
714 i4_4x4_best_sad_cost[i] - ps_ed_ctxt->au2_mode_bits_cost_full_ctb[i][mode]); in ihevce_ed_calc_8x8_blk()
770 ((UWORD16)i4_satd + ps_ed_ctxt->au2_mode_bits_cost_full_ctb[0][mode]); in ihevce_ed_calc_8x8_blk()
808 ps_ed_ctxt->au2_mode_bits_cost_full_ctb[0][i4_best_8x8_mode]; in ihevce_ed_calc_8x8_blk()
829 ((UWORD16)sad + ps_ed_ctxt->au2_mode_bits_cost_full_ctb[0][mode]); in ihevce_ed_calc_8x8_blk()
928 ps_ed_ctxt->au2_mode_bits_cost_full_ctb[0][i4_best_8x8_mode]; in ihevce_ed_calc_8x8_blk()