OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResNrg
(Results
1 - 3
of
3
) sorted by null
/external/libopus/silk/fixed/
process_gains_FIX.c
44
opus_int32 s_Q16, InvMaxSqrVal_Q16, gain, gain_squared,
ResNrg
, ResNrgPart, quant_offset_Q10;
62
ResNrg
= psEncCtrl->
ResNrg
[ k ];
63
ResNrgPart = silk_SMULWW(
ResNrg
, InvMaxSqrVal_Q16 );
structs_FIX.h
105
opus_int32
ResNrg
[ MAX_NB_SUBFR ]; /* Residual energy per subframe */
/external/libopus/silk/float/
structs_FLP.h
105
silk_float
ResNrg
[ MAX_NB_SUBFR ]; /* Residual energy per subframe */
Completed in 3233 milliseconds