Searched defs:LTPCoef_Q14 (Results 1 - 3 of 3) sorted by relevance

/external/libopus/silk/float/
H A Dwrappers_FLP.c108 opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ]; local
136 LTPCoef_Q14[ i ] = (opus_int16)silk_float2int( psEncCtrl->LTPCoef[ i ] * 16384.0f );
163 silk_NSQ_del_dec( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
166 silk_NSQ( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
/external/libopus/silk/fixed/
H A Dstructs_FIX.h84 opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ]; member in struct:__anon10596
/external/libopus/silk/
H A Dstructs.h233 opus_int16 LTPCoef_Q14[ LTP_ORDER ]; /* LTP coeficients to use for voiced concealment */ member in struct:__anon10612
318 opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ]; member in struct:__anon10615

Completed in 101 milliseconds