Home
last modified time | relevance | path

Searched refs:cbk_ptr_Q7 (Results 1 – 2 of 2) sorted by relevance

/external/libopus/silk/
Dquant_LTP_gains.c50 const opus_int8 *cbk_ptr_Q7; in silk_quant_LTP_gains() local
69 cbk_ptr_Q7 = silk_LTP_vq_ptrs_Q7[ k ]; in silk_quant_LTP_gains()
89cbk_ptr_Q7, /* I codebook */ in silk_quant_LTP_gains()
122 cbk_ptr_Q7 = silk_LTP_vq_ptrs_Q7[ *periodicity_index ]; in silk_quant_LTP_gains()
125 … B_Q14[ j * LTP_ORDER + k ] = silk_LSHIFT( cbk_ptr_Q7[ cbk_index[ j ] * LTP_ORDER + k ], 7 ); in silk_quant_LTP_gains()
Ddecode_parameters.c43 const opus_int8 *cbk_ptr_Q7; in silk_decode_parameters() local
95cbk_ptr_Q7 = silk_LTP_vq_ptrs_Q7[ psDec->indices.PERIndex ]; /* set pointer to start of codebook */ in silk_decode_parameters()
100 … psDecCtrl->LTPCoef_Q14[ k * LTP_ORDER + i ] = silk_LSHIFT( cbk_ptr_Q7[ Ix * LTP_ORDER + i ], 7 ); in silk_decode_parameters()