OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quantStepsOrig
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
invf_est.cpp
102
static const FIXP_DBL
quantStepsOrig
[4] = { 0x00000000, 0x00c00000, 0x01c00000, 0x02800000 } ; /* table scaled with SCALE_FAC_QUO */
107
quantStepsOrig
,
136
quantStepsOrig
,
354
const FIXP_DBL *
quantStepsOrig
= detectorParams->
quantStepsOrig
;
377
FDKmemcpy(quantStepsOrigTmp,
quantStepsOrig
,numRegionsOrig*sizeof(FIXP_DBL));
385
quantStepsOrigTmp[*prevRegionOrig] =
quantStepsOrig
[*prevRegionOrig] + hysteresis;
387
quantStepsOrigTmp[*prevRegionOrig - 1] =
quantStepsOrig
[*prevRegionOrig - 1] - hysteresis;
invf_est.h
99
const FIXP_DBL *
quantStepsOrig
;
Completed in 40 milliseconds