OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_gain_iCDF
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
tables_gain.c
39
const opus_uint8
silk_gain_iCDF
[ 3 ][ N_LEVELS_QGAIN / 8 ] =
tables.h
40
extern const opus_uint8
silk_gain_iCDF
[ 3 ][ N_LEVELS_QGAIN / 8 ]; /* 24 */
decode_indices.c
68
psDec->indices.GainsIndices[ 0 ] = (opus_int8)silk_LSHIFT( ec_dec_icdf( psRangeDec,
silk_gain_iCDF
[ psDec->indices.signalType ], 8 ), 3 );
encode_indices.c
78
ec_enc_icdf( psRangeEnc, silk_RSHIFT( psIndices->GainsIndices[ 0 ], 3 ),
silk_gain_iCDF
[ psIndices->signalType ], 8 );
Completed in 26 milliseconds