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.cpp616 p0_flag[0] = (diff_type_1 == DIFF_FREQ); in huff_decode()
617 p0_flag[1] = (diff_type_2 == DIFF_FREQ); in huff_decode()
639 if (diff_type_1 == DIFF_FREQ) { in huff_decode()
654 if (diff_type_2 == DIFF_FREQ) { in huff_decode()
713 if (((diff_type_1 == DIFF_FREQ) || (diff_type_2 == DIFF_FREQ))) { in huff_decode()
726 diff_type = DIFF_FREQ; in huff_decode()
843 DIFF_TYPE diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; in EcDataPairDec()
942 diff_type[0] = DIFF_FREQ; in EcDataPairDec()
943 diff_type[1] = DIFF_FREQ; in EcDataPairDec()
953 ((diff_type[0] == DIFF_FREQ) || allowDiffTimeBack_flag)) { in EcDataPairDec()
[all …]
/external/libxaac/decoder/
Dixheaacd_mps_dec.c936 p0_flag[0] = (diff_type_1 == DIFF_FREQ) && !pilot_coding_flag; in ixheaacd_huff_decode()
937 p0_flag[1] = (diff_type_2 == DIFF_FREQ) && !pilot_coding_flag; in ixheaacd_huff_decode()
994 if (!pilot_coding_flag && diff_type_1 == DIFF_FREQ) { in ixheaacd_huff_decode()
1005 if (!pilot_coding_flag && diff_type_2 == DIFF_FREQ) { in ixheaacd_huff_decode()
1115 ((diff_type_1 == DIFF_FREQ) || (diff_type_2 == DIFF_FREQ))) { in ixheaacd_huff_decode()
1128 diff_type = DIFF_FREQ; in ixheaacd_huff_decode()
1276 WORD32 diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; in ixheaacd_mps_ecdatapairdec()
1352 diff_type[0] = DIFF_FREQ; in ixheaacd_mps_ecdatapairdec()
1353 diff_type[1] = DIFF_FREQ; in ixheaacd_mps_ecdatapairdec()
1363 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