OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noSubSamples
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRdec/src/
psbitdec.cpp
356
(env * h_ps_d->
noSubSamples
) / pBsData->noEnv;
358
pBsData->aEnvStartStop[pBsData->noEnv] = h_ps_d->
noSubSamples
;
368
if (pBsData->aEnvStartStop[pBsData->noEnv] < h_ps_d->
noSubSamples
) {
378
pBsData->aEnvStartStop[pBsData->noEnv] = h_ps_d->
noSubSamples
;
384
thr = (UCHAR)h_ps_d->
noSubSamples
- (pBsData->noEnv - env);
psdec.h
234
SCHAR
noSubSamples
;
psdec.cpp
160
h_ps_d->
noSubSamples
= 30; /* col */
163
h_ps_d->
noSubSamples
= 32; /* col */
166
h_ps_d->
noSubSamples
= -1;
170
if (h_ps_d->
noSubSamples
> MAX_NUM_COL
171
|| h_ps_d->
noSubSamples
<= 0)
278
h_ps_d->
noSubSamples
,
[
all
...]
Completed in 987 milliseconds