Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_nlc_enc.cpp128 DIFF_TIME = 0x1 enumerator
596 case DIFF_TIME: in diff_type_offset()
704 tab_idx_2D[0][0] = (diff_type_1 == DIFF_TIME) ? 1 : 0; in calc_huff_bits()
735 tab_idx_2D[1][0] = (diff_type_2 == DIFF_TIME) ? 1 : 0; in calc_huff_bits()
857 tab_idx_2D[0][0] = (diff_type_1 == DIFF_TIME) ? 1 : 0; in apply_huff_coding()
881 tab_idx_2D[1][0] = (diff_type_2 == DIFF_TIME) ? 1 : 0; in apply_huff_coding()
925 ((diff_type_1 == DIFF_TIME) || (diff_type_2 == DIFF_TIME)) ? 1 in apply_huff_coding()
1107 DIFF_TIME, dataBands, lav_df_dt, &coding_scheme_df_dt); in fdk_sacenc_ecDataPairEnc()
1124 data_diff_time[0], data_diff_freq[1], data_type, DIFF_TIME, DIFF_FREQ, in fdk_sacenc_ecDataPairEnc()
1138 data_type, DIFF_TIME, DIFF_TIME, dataBands, in fdk_sacenc_ecDataPairEnc()
[all …]
/external/aac/libFDK/src/
Dnlc_dec.cpp725 if ((diff_type_1 == DIFF_TIME) || (diff_type_2 == DIFF_TIME)) { in huff_decode()
726 diff_type = DIFF_TIME; in huff_decode()
970 if ((diff_type[0] == DIFF_TIME) || (diff_type[1] == DIFF_TIME)) { in EcDataPairDec()
975 if ((diff_type[0] == DIFF_TIME) && !allowDiffTimeBack_flag) { in EcDataPairDec()
977 } else if (diff_type[1] == DIFF_TIME) { in EcDataPairDec()
/external/libxaac/decoder/
Dixheaacd_mps_nlc_dec.h31 #define DIFF_TIME (1) macro
Dixheaacd_mps_dec.c1182 if ((diff_type_1 == DIFF_TIME) || (diff_type_2 == DIFF_TIME)) { in ixheaacd_huff_decode()
1183 diff_type = DIFF_TIME; in ixheaacd_huff_decode()
1439 if ((diff_type[0] == DIFF_TIME) || (diff_type[1] == DIFF_TIME)) { in ixheaacd_mps_ecdatapairdec()
1441 if ((diff_type[0] == DIFF_TIME) && !diff_time_back_flag) { in ixheaacd_mps_ecdatapairdec()
1443 } else if (diff_type[1] == DIFF_TIME) { in ixheaacd_mps_ecdatapairdec()
/external/aac/libFDK/include/
Dnlc_dec.h141 DIFF_TIME = 0x1 enumerator