Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_nlc_enc.cpp629 SHORT *in_data_2_short = NULL; in calc_huff_bits() local
641 in_data_2_short = in_data_2 + diff_type_offset(diff_type_2); in calc_huff_bits()
655 bit_count_1D += huff_enc_1D(NULL, data_type, tab_idx_1D[1], in_data_2_short, in calc_huff_bits()
673 in_data_2_short = in_data_2 + diff_type_offset(diff_type_2); in calc_huff_bits()
720 in_data_2_short += 1; in calc_huff_bits()
728 pair_vec[i + 1][0] = in_data_2_short[i]; in calc_huff_bits()
729 pair_vec[i + 1][1] = in_data_2_short[i + 1]; in calc_huff_bits()
766 in_data_2_short + num_val_2_short, 1, 0); in calc_huff_bits()
802 SHORT *in_data_2_short = NULL; in apply_huff_coding() local
809 in_data_2_short = in_data_2 + diff_type_offset(diff_type_2); in apply_huff_coding()
[all …]