OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_LTPscale_iCDF
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
tables_other.c
81
const opus_uint8
silk_LTPscale_iCDF
[ 3 ] = { 128, 64, 0 };
tables.h
83
extern const opus_uint8
silk_LTPscale_iCDF
[ 3 ]; /* 4 */
decode_indices.c
140
psDec->indices.LTP_scaleIndex = (opus_int8)ec_dec_icdf( psRangeDec,
silk_LTPscale_iCDF
, 8 );
encode_indices.c
169
ec_enc_icdf( psRangeEnc, psIndices->LTP_scaleIndex,
silk_LTPscale_iCDF
, 8 );
Completed in 786 milliseconds