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

  /external/aac/libSBRenc/src/
tran_det.h 122 INT no_cols; member in struct:__anon14081
183 int no_cols, int no_rows, int YBufferWriteOffset, int YBufferSzShift,
190 int timeStep, int no_cols, FIXP_DBL *tonality);
env_est.h 135 int no_cols; member in struct:__anon14045
168 int no_cols, int no_rows, int start_index,
tran_det.cpp 397 int timeStep, int no_cols, FIXP_DBL *tonality) {
405 INT sbrSlots = fMultI(GetInvInt(timeStep), no_cols);
409 FDK_ASSERT(sbrSlots * timeStep == no_cols);
419 h_sbrTransientDetector->tran_off, freqBandTable, no_cols);
654 int no_cols = h_sbrTran->no_cols; local
679 YBufferWriteOffset, YBufferSzShift, h_sbrTran->no_cols,
684 YBufferWriteOffset, YBufferSzShift, h_sbrTran->no_cols, 0,
697 for (i = qmfStartSample; i < qmfStartSample + no_cols; i++) {
712 for (i = qmfStartSample + no_cols;
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 166 /* yet another exponent [0]: for ts < no_cols; [1]: for ts >= no_cols */
914 int no_cols = hHeaderData->numberTimeSlots * hHeaderData->timeStep; local
    [all...]

Completed in 264 milliseconds