OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpscaleenergies0
(Results
1 - 1
of
1
) sorted by null
/external/aac/libSBRenc/src/
tran_det.cpp
468
int
tmpScaleEnergies0
, tmpScaleEnergies1;
473
tmpScaleEnergies0
= scaleEnergies[0];
477
tmpScaleEnergies0
= fixMin(
tmpScaleEnergies0
, MAX_SHIFT_DBL);
481
FDK_ASSERT((
tmpScaleEnergies0
>= 0) && (tmpScaleEnergies1 >= 0));
505
EnergiesTemp[(j<<1)+1] = EnergiesTemp[j<<1] = tmp>>
tmpScaleEnergies0
;
514
EnergiesTemp[j] = tmp>>
tmpScaleEnergies0
;
Completed in 27 milliseconds