HomeSort by relevance Sort by last modified time
    Searched defs:DIFF_TIME (Results 1 - 3 of 3) sorted by null

  /external/libxaac/decoder/
ixheaacd_mps_nlc_dec.h 31 #define DIFF_TIME (1)
  /external/aac/libFDK/include/
nlc_dec.h 141 DIFF_TIME = 0x1
  /external/aac/libSACenc/src/
sacenc_nlc_enc.cpp 128 DIFF_TIME = 0x1
596 case DIFF_TIME:
704 tab_idx_2D[0][0] = (diff_type_1 == DIFF_TIME) ? 1 : 0;
735 tab_idx_2D[1][0] = (diff_type_2 == DIFF_TIME) ? 1 : 0;
857 tab_idx_2D[0][0] = (diff_type_1 == DIFF_TIME) ? 1 : 0;
881 tab_idx_2D[1][0] = (diff_type_2 == DIFF_TIME) ? 1 : 0;
925 ((diff_type_1 == DIFF_TIME) || (diff_type_2 == DIFF_TIME)) ? 1
1107 DIFF_TIME, dataBands, lav_df_dt, &coding_scheme_df_dt);
1124 data_diff_time[0], data_diff_freq[1], data_type, DIFF_TIME, DIFF_FREQ
    [all...]

Completed in 76 milliseconds