HomeSort by relevance Sort by last modified time
    Searched refs:SHORT_WINDOW (Results 1 - 11 of 11) sorted by null

  /external/aac/libAACenc/src/
block_switch.cpp 205 /* LONG WINDOW START_WINDOW SHORT_WINDOW STOP_WINDOW,
216 /*attack LONG WINDOW START_WINDOW SHORT_WINDOW STOP_WINDOW LOWOV_WINDOW, WRONG_WINDOW */ /* last attack */
218 {LONG_WINDOW, SHORT_WINDOW, STOP_WINDOW, LONG_WINDOW, WRONG_WINDOW,
220 /*attack */ {START_WINDOW, SHORT_WINDOW, SHORT_WINDOW, START_WINDOW,
222 /*no attack*/ {{LONG_WINDOW, SHORT_WINDOW, SHORT_WINDOW, LONG_WINDOW,
224 /*attack */ {START_WINDOW, SHORT_WINDOW, SHORT_WINDOW,
317 /* if attack is in last window repeat SHORT_WINDOW */
    [all...]
psy_const.h 123 SHORT_WINDOW,
aacenc_tns.cpp 382 // float acfTimeRes = (blockType == SHORT_WINDOW) ? 0.125f : 0.046875f;
391 tC->maxOrder = (blockType == SHORT_WINDOW) ? 5 : 12; /* maximum: 7, 20 */
393 tC->coefRes = (blockType == SHORT_WINDOW) ? 3 : 4;
398 (blockType == SHORT_WINDOW) ? 1 : 0);
412 if (blockType == SHORT_WINDOW) {
455 if (blockType == SHORT_WINDOW) {
781 (blockType == SHORT_WINDOW)
857 if ((blockType != SHORT_WINDOW) && (tC->confTab.filterEnabled[LOFILT]) &&
    [all...]
bitenc.cpp 186 if (blockType == SHORT_WINDOW) {
217 case SHORT_WINDOW:
257 case SHORT_WINDOW:
438 INT numOfWindows = (blockType == SHORT_WINDOW ? TRANS_FAC : 1);
473 INT numOfWindows = (blockType == SHORT_WINDOW ? TRANS_FAC : 1);
485 (blockType == SHORT_WINDOW ? 1 : 2));
486 tnsBits += (blockType == SHORT_WINDOW ? 1 : 2);
493 (blockType == SHORT_WINDOW ? 4 : 6));
494 tnsBits += (blockType == SHORT_WINDOW ? 4 : 6);
497 (blockType == SHORT_WINDOW ? 3 : 5))
    [all...]
transform.cpp 132 if (blockType == SHORT_WINDOW) {
147 case SHORT_WINDOW:
158 if (blockType == SHORT_WINDOW) {
psy_configuration.cpp 232 case SHORT_WINDOW:
374 if (blockType != SHORT_WINDOW) {
474 if (blockType == SHORT_WINDOW) {
598 if (blocktype != SHORT_WINDOW) {
psy_main.cpp 351 bitRate / channelsEff, sampleRate, bandwidth, SHORT_WINDOW,
358 SHORT_WINDOW, hPsy->granuleLength, isLowDelay(audioObjectType),
519 SHORT_WINDOW);
    [all...]
aacenc_pns.cpp 197 (lastWindowSequence == SHORT_WINDOW)) {
adj_thr.cpp 554 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) {
766 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) {
    [all...]
dyn_bits.cpp 361 case SHORT_WINDOW:
qc_main.cpp     [all...]

Completed in 649 milliseconds