OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_LTP_gain_iCDF_ptrs
(Results
1 - 4
of
4
) sorted by null
/external/libopus/silk/
tables_LTP.c
72
const opus_uint8 * const
silk_LTP_gain_iCDF_ptrs
[NB_LTP_CBKS] = {
tables.h
77
extern const opus_uint8 * const
silk_LTP_gain_iCDF_ptrs
[ NB_LTP_CBKS ]; /* 3 */
decode_indices.c
133
psDec->indices.LTPIndex[ k ] = (opus_int8)ec_dec_icdf( psRangeDec,
silk_LTP_gain_iCDF_ptrs
[ psDec->indices.PERIndex ], 8 );
encode_indices.c
161
ec_enc_icdf( psRangeEnc, psIndices->LTPIndex[ k ],
silk_LTP_gain_iCDF_ptrs
[ psIndices->PERIndex ], 8 );
Completed in 769 milliseconds