Home
last modified time | relevance | path

Searched refs:noSubSamples (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/src/
Dps_bstr_decoding.cpp241 (env * ps_dec->noSubSamples) >> shift; in ps_bstr_decoding()
244 ps_dec->aEnvStartStop[ps_dec->noEnv] = ps_dec->noSubSamples; in ps_bstr_decoding()
250 if (ps_dec->aEnvStartStop[ps_dec->noEnv] < ps_dec->noSubSamples) in ps_bstr_decoding()
253 ps_dec->aEnvStartStop[ps_dec->noEnv] = ps_dec->noSubSamples; in ps_bstr_decoding()
267 thr = ps_dec->noSubSamples - ps_dec->noEnv + env; in ps_bstr_decoding()
Dps_allocate_decoder.cpp139 UInt32 noSubSamples) in ps_allocate_decoder() argument
160 h_ps_dec->noSubSamples = noSubSamples; in ps_allocate_decoder()
162 h_ps_dec->invNoSubSamples = Q30_fmt(1.0f) / noSubSamples; in ps_allocate_decoder()
Dps_allocate_decoder.h85 UInt32 noSubSamples);
Ds_ps_dec.h69 UInt32 noSubSamples; member
Dps_init_stereo_mixing.cpp268 if (invEnvLength == (Int32) pms->noSubSamples) in ps_init_stereo_mixing()