Searched defs:diff_type (Results 1 - 4 of 4) sorted by relevance

/external/aac/libFDK/src/
H A Dnlc_dec.cpp573 DIFF_TYPE diff_type; local
718 diff_type = DIFF_TIME;
720 diff_type = DIFF_FREQ;
722 { hufYY = diff_type; }
837 DIFF_TYPE diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; local
936 diff_type[0] = DIFF_FREQ;
937 diff_type[1] = DIFF_FREQ;
943 diff_type[0] = (DIFF_TYPE)data;
947 ((diff_type[0] == DIFF_FREQ) || allowDiffTimeBack_flag)) {
949 diff_type[
[all...]
/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp313 namespace diff_type { namespace in namespace:explicit_specialization
/external/aac/libSACenc/src/
H A Dsacenc_nlc_enc.cpp590 static INT diff_type_offset(const DIFF_TYPE diff_type) { argument
592 switch (diff_type) {
/external/libxaac/decoder/
H A Dixheaacd_mps_dec.c886 WORD32 diff_type; local
1178 diff_type = DIFF_TIME;
1180 diff_type = DIFF_FREQ;
1185 huff_yy = diff_type;
1331 WORD32 diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; local
1408 diff_type[0] = DIFF_FREQ;
1409 diff_type[1] = DIFF_FREQ;
1416 diff_type[0] = data;
1419 if (pair_flag && ((diff_type[0] == DIFF_FREQ) || diff_time_back_flag)) {
1421 diff_type[
[all...]

Completed in 1495 milliseconds