OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERIndex
(Results
1 - 6
of
6
) sorted by null
/external/libopus/silk/
encode_indices.c
154
/*
PERIndex
value */
155
silk_assert( psIndices->
PERIndex
>= 0 && psIndices->
PERIndex
< 3 );
156
ec_enc_icdf( psRangeEnc, psIndices->
PERIndex
, silk_LTP_per_index_iCDF, 8 );
160
silk_assert( psIndices->LTPIndex[ k ] >= 0 && psIndices->LTPIndex[ k ] < ( 8 << psIndices->
PERIndex
) );
161
ec_enc_icdf( psRangeEnc, psIndices->LTPIndex[ k ], silk_LTP_gain_iCDF_ptrs[ psIndices->
PERIndex
], 8 );
decode_parameters.c
95
cbk_ptr_Q7 = silk_LTP_vq_ptrs_Q7[ psDec->indices.
PERIndex
]; /* set pointer to start of codebook */
112
psDec->indices.
PERIndex
= 0;
decode_indices.c
129
/* Decode
PERIndex
value */
130
psDec->indices.
PERIndex
= (opus_int8)ec_dec_icdf( psRangeDec, silk_LTP_per_index_iCDF, 8 );
133
psDec->indices.LTPIndex[ k ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_LTP_gain_iCDF_ptrs[ psDec->indices.
PERIndex
], 8 );
structs.h
124
opus_int8
PERIndex
;
/external/libopus/silk/fixed/
find_pred_coefs_FIX.c
95
silk_quant_LTP_gains( psEncCtrl->LTPCoef_Q14, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.
PERIndex
,
/external/libopus/silk/float/
find_pred_coefs_FLP.c
69
silk_quant_LTP_gains_FLP( psEncCtrl->LTPCoef, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.
PERIndex
,
Completed in 527 milliseconds