Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_nlc_enc.cpp127 DIFF_FREQ = 0x0, enumerator
593 case DIFF_FREQ: in diff_type_offset()
644 p0_flag[0] = (diff_type_1 == DIFF_FREQ); in calc_huff_bits()
645 p0_flag[1] = (diff_type_2 == DIFF_FREQ); in calc_huff_bits()
647 tab_idx_1D[0] = (diff_type_1 == DIFF_FREQ) ? 0 : 1; in calc_huff_bits()
648 tab_idx_1D[1] = (diff_type_2 == DIFF_FREQ) ? 0 : 1; in calc_huff_bits()
684 if (diff_type_1 == DIFF_FREQ) { in calc_huff_bits()
707 tab_idx_1D[0] = (diff_type_1 == DIFF_FREQ) ? 0 : 1; in calc_huff_bits()
715 if (diff_type_2 == DIFF_FREQ) { in calc_huff_bits()
738 tab_idx_1D[1] = (diff_type_2 == DIFF_FREQ) ? 0 : 1; in calc_huff_bits()
[all …]
/external/aac/libFDK/src/
Dnlc_dec.cpp618 p0_flag[0] = (diff_type_1 == DIFF_FREQ); in huff_decode()
619 p0_flag[1] = (diff_type_2 == DIFF_FREQ); in huff_decode()
641 if (diff_type_1 == DIFF_FREQ) { in huff_decode()
656 if (diff_type_2 == DIFF_FREQ) { in huff_decode()
715 if (((diff_type_1 == DIFF_FREQ) || (diff_type_2 == DIFF_FREQ))) { in huff_decode()
728 diff_type = DIFF_FREQ; in huff_decode()
845 DIFF_TYPE diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; in EcDataPairDec()
944 diff_type[0] = DIFF_FREQ; in EcDataPairDec()
945 diff_type[1] = DIFF_FREQ; in EcDataPairDec()
955 ((diff_type[0] == DIFF_FREQ) || allowDiffTimeBack_flag)) { in EcDataPairDec()
[all …]
/external/libxaac/decoder/
Dixheaacd_mps_dec.c969 p0_flag[0] = (diff_type_1 == DIFF_FREQ) && !pilot_coding_flag; in ixheaacd_huff_decode()
970 p0_flag[1] = (diff_type_2 == DIFF_FREQ) && !pilot_coding_flag; in ixheaacd_huff_decode()
1033 if (!pilot_coding_flag && diff_type_1 == DIFF_FREQ) { in ixheaacd_huff_decode()
1044 if (!pilot_coding_flag && diff_type_2 == DIFF_FREQ) { in ixheaacd_huff_decode()
1172 ((diff_type_1 == DIFF_FREQ) || (diff_type_2 == DIFF_FREQ))) { in ixheaacd_huff_decode()
1185 diff_type = DIFF_FREQ; in ixheaacd_huff_decode()
1336 WORD32 diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; in ixheaacd_mps_ecdatapairdec()
1413 diff_type[0] = DIFF_FREQ; in ixheaacd_mps_ecdatapairdec()
1414 diff_type[1] = DIFF_FREQ; in ixheaacd_mps_ecdatapairdec()
1424 if (pair_flag && ((diff_type[0] == DIFF_FREQ) || diff_time_back_flag)) { in ixheaacd_mps_ecdatapairdec()
[all …]
Dixheaacd_mps_nlc_dec.h30 #define DIFF_FREQ (0) macro
/external/aac/libFDK/include/
Dnlc_dec.h140 DIFF_FREQ = 0x0, enumerator