Searched refs:cbk_ptr_Q7 (Results 1 – 2 of 2) sorted by relevance
51 const opus_int8 *cbk_ptr_Q7; in silk_quant_LTP_gains() local70 cbk_ptr_Q7 = silk_LTP_vq_ptrs_Q7[ k ]; in silk_quant_LTP_gains()91 … cbk_ptr_Q7, /* I codebook */ in silk_quant_LTP_gains()117 cbk_ptr_Q7 = silk_LTP_vq_ptrs_Q7[ *periodicity_index ]; in silk_quant_LTP_gains()120 … B_Q14[ j * LTP_ORDER + k ] = silk_LSHIFT( cbk_ptr_Q7[ cbk_index[ j ] * LTP_ORDER + k ], 7 ); in silk_quant_LTP_gains()
43 const opus_int8 *cbk_ptr_Q7; in silk_decode_parameters() local95 …cbk_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()