OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:B_Q14
(Results
1 - 7
of
7
) sorted by null
/external/libopus/silk/
decode_core.c
47
opus_int16 *A_Q12, *
B_Q14
, *pxq, A_Q12_tmp[ MAX_LPC_ORDER ];
103
B_Q14
= &psDecCtrl->LTPCoef_Q14[ k * LTP_ORDER ];
129
silk_memset(
B_Q14
, 0, LTP_ORDER * sizeof( opus_int16 ) );
130
B_Q14
[ LTP_ORDER/2 ] = SILK_FIX_CONST( 0.25, 14 );
179
LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ 0 ],
B_Q14
[ 0 ] );
180
LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -1 ],
B_Q14
[ 1 ] );
181
LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -2 ],
B_Q14
[ 2 ] );
182
LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -3 ],
B_Q14
[ 3 ] );
183
LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -4 ],
B_Q14
[ 4 ] );
NSQ.c
60
const opus_int16
b_Q14
[], /* I Long term prediction coefs */
96
const opus_int16 *A_Q12, *
B_Q14
, *AR_shp_Q13;
130
B_Q14
= <PCoef_Q14[ k * LTP_ORDER ];
159
silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12,
B_Q14
,
193
const opus_int16
b_Q14
[], /* I Long term prediction coefs */
241
LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ 0 ],
b_Q14
[ 0 ] );
242
LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -1 ],
b_Q14
[ 1 ] );
243
LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -2 ],
b_Q14
[ 2 ] );
244
LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -3 ],
b_Q14
[ 3 ] );
245
LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -4 ],
b_Q14
[ 4 ] )
[
all
...]
PLC.c
207
opus_int16 *
B_Q14
;
246
B_Q14
= psPLC->LTPCoef_Q14;
270
rand_scale_Q14 -=
B_Q14
[ i ];
313
LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ 0 ],
B_Q14
[ 0 ] );
314
LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -1 ],
B_Q14
[ 1 ] );
315
LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -2 ],
B_Q14
[ 2 ] );
316
LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -3 ],
B_Q14
[ 3 ] );
317
LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -4 ],
B_Q14
[ 4 ] );
329
B_Q14
[ j ] = silk_RSHIFT( silk_SMULBB( harm_Gain_Q15,
B_Q14
[ j ] ), 15 )
[
all
...]
NSQ_del_dec.c
95
const opus_int16
b_Q14
[], /* I Long term prediction coefs */
135
const opus_int16 *A_Q12, *
B_Q14
, *AR_shp_Q13;
201
B_Q14
= <PCoef_Q14[ k * LTP_ORDER ];
264
delayedGain_Q10, A_Q12,
B_Q14
, AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[ k ],
323
const opus_int16
b_Q14
[], /* I Long term prediction coefs */
378
LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ 0 ],
b_Q14
[ 0 ] );
379
LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -1 ],
b_Q14
[ 1 ] );
380
LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -2 ],
b_Q14
[ 2 ] );
381
LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -3 ],
b_Q14
[ 3 ] );
382
LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -4 ],
b_Q14
[ 4 ] )
[
all
...]
/external/libopus/silk/float/
wrappers_FLP.c
187
opus_int16
B_Q14
[ MAX_NB_SUBFR * LTP_ORDER ];
191
B_Q14
[ i ] = (opus_int16)silk_float2int( B[ i ] * 16384.0f );
197
silk_quant_LTP_gains(
B_Q14
, cbk_index, periodicity_index, sum_log_gain_Q7, W_Q18, mu_Q10, lowComplexity, nb_subfr, arch );
200
B[ i ] = (silk_float)
B_Q14
[ i ] * ( 1.0f / 16384.0f );
/external/libopus/silk/x86/
NSQ_sse.c
61
const opus_int16
b_Q14
[], /* I Long term prediction coefs */
92
const opus_int16 *A_Q12, *
B_Q14
, *AR_shp_Q13;
185
B_Q14
= <PCoef_Q14[ k * LTP_ORDER ];
216
silk_noise_shape_quantizer_10_16_sse4_1( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12,
B_Q14
,
222
silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12,
B_Q14
,
253
const opus_int16
b_Q14
[], /* I Long term prediction coefs */
399
b_Q14_3210 = OP_CVTEPI16_EPI32_M64(
b_Q14
);
422
LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -4 ],
b_Q14
[ 4 ] );
[
all
...]
NSQ_del_dec_sse.c
95
const opus_int16
b_Q14
[], /* I Long term prediction coefs */
134
const opus_int16 *A_Q12, *
B_Q14
, *AR_shp_Q13;
200
B_Q14
= <PCoef_Q14[ k * LTP_ORDER ];
263
delayedGain_Q10, A_Q12,
B_Q14
, AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[ k ],
321
const opus_int16
b_Q14
[], /* I Long term prediction coefs */
371
b_Q12_0123 = OP_CVTEPI16_EPI32_M64(
b_Q14
);
398
LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -4 ],
b_Q14
[ 4 ] );
[
all
...]
Completed in 800 milliseconds