OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_LTP_per_index_iCDF
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
tables_LTP.c
34
const opus_uint8
silk_LTP_per_index_iCDF
[3] = {
tables.h
76
extern const opus_uint8
silk_LTP_per_index_iCDF
[ 3 ]; /* 3 */
decode_indices.c
130
psDec->indices.PERIndex = (opus_int8)ec_dec_icdf( psRangeDec,
silk_LTP_per_index_iCDF
, 8 );
encode_indices.c
156
ec_enc_icdf( psRangeEnc, psIndices->PERIndex,
silk_LTP_per_index_iCDF
, 8 );
Completed in 36 milliseconds