OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pxq
(Results
1 - 3
of
3
) sorted by null
/external/libopus/silk/
decode_core.c
46
opus_int16 *A_Q12, *B_Q14, *
pxq
, A_Q12_tmp[ MAX_LPC_ORDER ];
local
93
pxq
= xq;
224
pxq
[ i ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_SMULWW( sLPC_Q14[ MAX_LPC_ORDER + i ], Gain_Q10 ), 8 ) );
227
/* DEBUG_STORE_DATA( dec.pcm,
pxq
, psDec->subfr_length * sizeof( opus_int16 ) ) */
232
pxq
+= psDec->subfr_length;
NSQ.c
91
opus_int16 *
pxq
;
local
121
pxq
= &NSQ->xq[ psEncC->ltp_mem_length ];
153
silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses,
pxq
, sLTP_Q15, A_Q12, B_Q14,
159
pxq
+= psEncC->subfr_length;
NSQ_del_dec.c
130
opus_int16 *
pxq
;
local
189
pxq
= &NSQ->xq[ psEncC->ltp_mem_length ];
234
pxq
[ i - decisionDelay ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND(
257
silk_noise_shape_quantizer_del_dec( NSQ, psDelDec, psIndices->signalType, x_sc_Q10, pulses,
pxq
, sLTP_Q15,
264
pxq
+= psEncC->subfr_length;
285
pxq
[ i - decisionDelay ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND(
[
all
...]
Completed in 38 milliseconds