OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noEstPerFrame
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRenc/src/
ton_corr.cpp
130
INT
noEstPerFrame
= hTonCorr->numberOfEstimatesPerFrame;
163
FDKmemcpy(quotaMatrix[i],quotaMatrix[i +
noEstPerFrame
],noQmfChannels * sizeof(FIXP_DBL));
164
FDKmemcpy(signMatrix[i],signMatrix[i +
noEstPerFrame
],noQmfChannels * sizeof(INT));
167
FDKmemmove(nrgVector,nrgVector+
noEstPerFrame
,move*sizeof(FIXP_DBL));
297
/* pNrgVectorFreq[r] finally has to be divided by
noEstPerFrame
, replaced division by shifting with one */
[
all
...]
mh_det.h
141
INT
noEstPerFrame
;
185
INT
noEstPerFrame
,
mh_det.cpp
303
INT
noEstPerFrame
,
311
for (est=0; est <
noEstPerFrame
; est++) {
452
INT
noEstPerFrame
,
473
if(
noEstPerFrame
> 1){
475
*pDetectionStartPos =
noEstPerFrame
;
478
*pDetectionStartPos =
noEstPerFrame
>> 1;
483
*pDetectionStartPos =
noEstPerFrame
;
817
INT
noEstPerFrame
,
[
all
...]
Completed in 348 milliseconds