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.h133 UWORD16 au2_mode_bits_cost_full_ctb[4][NUM_MODES]; member
Dihevce_decomp_pre_intra_pass.c479 &ps_ed_ctxt->au2_mode_bits_cost_full_ctb[i * 2 + j][0], lambda); in ihevce_ed_calc_8x8_blk()
486 &ps_ed_ctxt->au2_mode_bits_cost_full_ctb[i * 2 + j][0], in ihevce_ed_calc_8x8_blk()
542 (satd + ps_ed_ctxt->au2_mode_bits_cost_full_ctb[i][mode]); in ihevce_ed_calc_8x8_blk()
593 cost = satd + ps_ed_ctxt->au2_mode_bits_cost_full_ctb[0][mode]; in ihevce_ed_calc_8x8_blk()
624 ps_ed_ctxt->au2_mode_bits_cost_full_ctb[0][i4_best_8x8_mode]; in ihevce_ed_calc_8x8_blk()
644 cost = sad + ps_ed_ctxt->au2_mode_bits_cost_full_ctb[0][mode]; in ihevce_ed_calc_8x8_blk()
696 i4_best_8x8_sad + ps_ed_ctxt->au2_mode_bits_cost_full_ctb[0][mode]; in ihevce_ed_calc_8x8_blk()