OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeSlots
(Results
1 - 14
of
14
) sorted by null
/external/aac/libSBRenc/src/
nf_est.h
107
INT
timeSlots
; /*!< Number of
timeslots
in a frame. */
135
INT
timeSlots
, /*!< Number of time slots in a frame. */
fram_gen.h
194
INT numberTimeSlots; /*!< number of SBR
timeslots
per frame */
226
INT borders[MAX_ENVELOPES+1]; /*!< envelope borders in SBR
timeslots
*/
230
INT bordersNoise[MAX_NOISE_ENVELOPES+1];/*!< noise floor borders in SBR
timeslots
*/
249
INT frameMiddleSlot; /*!< transient detector offset in SBR
timeslots
*/
296
INT
timeSlots
,
mh_det.h
142
INT
timeSlots
;
ton_corr.h
180
INT
timeSlots
, /*!< Number of time-slots per frame */
nf_est.cpp
438
INT
timeSlots
, /*!< Number of time slots in a frame. */
457
h_sbrNoiseFloorEstimate->
timeSlots
=
timeSlots
;
ton_corr.cpp
663
INT
timeSlots
, /*!< Number of time-slots per frame */
688
switch (
timeSlots
) {
707
switch (
timeSlots
) {
764
timeSlots
,
[
all
...]
sbr_encoder.cpp
[
all
...]
mh_det.cpp
474
if(transientPos + transientPosOffset > h_sbrMissingHarmonicsDetector->
timeSlots
>> 1){
506
h_sbrMissingHarmonicsDetector->
timeSlots
)) < deltaTime)
[
all
...]
fram_gen.cpp
214
int numberTimeSlots /*!< input : number of
timeslots
*/
[
all
...]
/external/aac/libSBRdec/src/
lpp_tran.h
220
const int
timeSlots
,
env_extr.h
240
UCHAR borders[MAX_ENVELOPES+1]; /*!< Envelope borders (in SBR-
timeslots
, e.g. mp3PRO: 0..11) */
286
int
timeSlots
);
env_extr.cpp
244
int
timeSlots
) /*!< Framelength in SBR-
timeslots
*/
257
h_prev_data->stopPos =
timeSlots
;
939
int
timeSlots
950
switch (
timeSlots
){
[
all
...]
sbr_dec.cpp
119
/* Number of QMF
timeslots
in the overlap buffer: */
125
/* Assign
timeslots
to Workbuffer1 */
142
/* Number of QMF
timeslots
in one half of a frame (size of Workbuffer1 or 2): */
146
/* Number of QMF
timeslots
in the overlap buffer: */
153
/* Assign first half of
timeslots
to Workbuffer1 */
160
/* Assign second half of
timeslots
to Workbuffer2 */
355
/* Number of QMF
timeslots
in the overlap buffer: */
725
/* scale back (6)
timeslots
look ahead for hybrid filterbank to original value */
782
int
timeSlots
= hHeaderData->numberTimeSlots; /* Number of SBR slots per frame */
783
int noCols =
timeSlots
* hHeaderData->timeStep; /* Number of QMF slots per frame *
[
all
...]
lpp_tran.cpp
764
const int
timeSlots
, /*!< Number of time slots */
779
switch (
timeSlots
) {
[
all
...]
Completed in 1153 milliseconds