Searched refs:stop_pos (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRenc/src/ |
D | env_est.cpp | 451 INT stop_pos, /*! stop slot */ in getEnvSfbEnergy() argument 479 for (; l < stop_pos; l++) { in getEnvSfbEnergy() 582 INT no_of_bands, start_pos, stop_pos, li, ui; in calculateSbrEnvelope() local 628 stop_pos = timeStep * frame_info->borders[i + 1]; in calculateSbrEnvelope() 634 …stop_pos -= fixMax(2, timeStep); /* consider at least 2 QMF slots less for short envelopes (envel… in calculateSbrEnvelope() 691 … int border_pos = fixMin(stop_pos, h_sbr->sbrExtractEnvelope.YBufferWriteOffset<<YBufferSzShift); in calculateSbrEnvelope() 696 count[j] = stop_pos - start_pos; in calculateSbrEnvelope() 704 stop_pos, in calculateSbrEnvelope() 726 stop_pos, in calculateSbrEnvelope() 741 count[j] = (stop_pos - start_pos) * (ui - li); in calculateSbrEnvelope() [all …]
|
/external/aac/libSBRdec/src/ |
D | env_calc.h | 163 int stop_pos);
|
D | env_calc.cpp | 613 …UCHAR stop_pos = hHeaderData->timeStep * borders[i+1]; /* Stop-position in time (subband sample) f… in calculateSbrEnvelope() local 649 start_pos, stop_pos, in calculateSbrEnvelope() 658 start_pos, stop_pos, in calculateSbrEnvelope() 927 for (j = start_pos; j < stop_pos; j++) in calculateSbrEnvelope()
|