Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac.h208 extern UWORD16 gau2_ihevce_cabac_bin_to_bits[64 * 2];
281 ps_cabac->u4_bits_estimated_q12 += gau2_ihevce_cabac_bin_to_bits[state_mps ^ bin]; in ihevce_cabac_encode_bin()
309 ps_cabac->u4_bits_estimated_q12 += gau2_ihevce_cabac_bin_to_bits[state_mps ^ bin]; in ihevce_cabac_encode_bin()
Dihevce_cabac_tu.c108 extern UWORD16 gau2_ihevce_cabac_bin_to_bits[64 * 2];
1809 gau2_ihevce_cabac_bin_to_bits[state_mps ^ cur_csbf]; in ihevce_cabac_residue_encode_rdopt()
1949 gau2_ihevce_cabac_bin_to_bits[state_mps ^ sig_coeff]; in ihevce_cabac_residue_encode_rdopt()
2032 gau2_ihevce_cabac_bin_to_bits[state_mps ^ bit]; in ihevce_cabac_residue_encode_rdopt()
2070 gau2_ihevce_cabac_bin_to_bits[state_mps ^ gt2_bin]; in ihevce_cabac_residue_encode_rdopt()
2798 gau2_ihevce_cabac_bin_to_bits[state_mps ^ sig_coeff]; in ihevce_cabac_residue_encode_rdoq()
2874 gau2_ihevce_cabac_bin_to_bits[state_mps ^ bit]; in ihevce_cabac_residue_encode_rdoq()
2912 gau2_ihevce_cabac_bin_to_bits[state_mps ^ gt2_bin]; in ihevce_cabac_residue_encode_rdoq()
Dihevce_global_tables.c584 UWORD16 gau2_ihevce_cabac_bin_to_bits[64 * 2] = variable
Dihevce_enc_loop_utils.c135 extern UWORD16 gau2_ihevce_cabac_bin_to_bits[64 * 2];
1613 u4_bits_estimated_r2 = gau2_ihevce_cabac_bin_to_bits[state_mps ^ 1]; in ihevce_quant_rounding_factor_gen()
1615 u4_bits_estimated_r1_temp = gau2_ihevce_cabac_bin_to_bits[state_mps ^ 0]; in ihevce_quant_rounding_factor_gen()
1636 u4_bits_estimated_r0 = gau2_ihevce_cabac_bin_to_bits[state_mps ^ 0]; in ihevce_quant_rounding_factor_gen()
1641 (gau2_ihevce_cabac_bin_to_bits[state_mps ^ 1] + ROUND_Q12(1.000000000)); in ihevce_quant_rounding_factor_gen()
1681 u4_bits_estimated_r2 = gau2_ihevce_cabac_bin_to_bits[state_mps ^ 1]; in ihevce_quant_rounding_factor_gen()
1683 u4_bits_estimated_r1 = gau2_ihevce_cabac_bin_to_bits[state_mps ^ 0]; in ihevce_quant_rounding_factor_gen()
1705 u4_bits_estimated_r2 = gau2_ihevce_cabac_bin_to_bits[state_mps ^ 1]; in ihevce_quant_rounding_factor_gen()
1707 u4_bits_estimated_r1 = gau2_ihevce_cabac_bin_to_bits[state_mps ^ 0]; in ihevce_quant_rounding_factor_gen()
1776 u4_bits_estimated_r1_temp = gau2_ihevce_cabac_bin_to_bits[state_mps ^ 0]; in ihevce_quant_rounding_factor_gen()
[all …]
Dihevce_cabac.c492 ps_cabac->u4_bits_estimated_q12 += gau2_ihevce_cabac_bin_to_bits[(62 << 1) | term_bin]; in ihevce_cabac_encode_terminate()
Dihevce_enc_loop_structs.h41 extern UWORD16 gau2_ihevce_cabac_bin_to_bits[64 * 2];
187 cab_bits_q12 += gau2_ihevce_cabac_bin_to_bits[merge_idx_0_model ^ bin]; \
Dihevce_enc_cu_recursion.c2435 split_cu1_bits_q12 = gau2_ihevce_cabac_bin_to_bits[u1_split_cu_flag_cab_model ^ 1]; in ihevce_cu_recurse_decide()
2438 split_cu0_bits_q12 = gau2_ihevce_cabac_bin_to_bits[u1_split_cu_flag_cab_model ^ 0]; in ihevce_cu_recurse_decide()
Dihevce_tu_tree_selector.c507 u4_bits += gau2_ihevce_cabac_bin_to_bits[pu1_cabac_ctxt[u1_cabac_state_idx] ^ u1_bin_value]; in ihevce_cabac_bins2Bits_converter_and_state_updater()