Searched refs:timeStepShift (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRenc/src/
H A Dtran_det.cpp564 int timeStepShift=0; local
573 case 1: timeStepShift = 0; break;
574 case 2: timeStepShift = 1; break;
575 case 4: timeStepShift = 2; break;
612 transient_info[0] = (i - qmfStartSample)>>timeStepShift;
627 int pos = (int) ( (i - qmfStartSample-no_cols) >> timeStepShift );

Completed in 93 milliseconds