/external/libopus/silk/x86/ |
D | main_sse.h | 90 …opus_int8 pulses[], /* O Quantized pulse si… 105 #define silk_NSQ(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, AR2_Q13, \ argument 107 …((void)(arch),silk_NSQ_sse4_1(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, AR2… 117 …opus_int8 pulses[], /* O Quantized pulse si… 130 # define silk_NSQ(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, AR2_Q13, \ argument 132 …((*SILK_NSQ_IMPL[(arch) & OPUS_ARCHMASK])(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPC… 144 …opus_int8 pulses[], /* O Quantized pulse si… 159 #define silk_NSQ_del_dec(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, AR2_Q13, \ argument 161 …((void)(arch),silk_NSQ_del_dec_sse4_1(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_… 171 …opus_int8 pulses[], /* O Quantized pulse si… [all …]
|
D | NSQ_sse.c | 57 opus_int8 pulses[], /* O */ 78 …opus_int8 pulses[], /* O Quantized pulse si… in silk_NSQ_sse4_1() argument 216 …silk_noise_shape_quantizer_10_16_sse4_1( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q… in silk_NSQ_sse4_1() 222 …silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_… in silk_NSQ_sse4_1() 228 pulses += psEncC->subfr_length; in silk_NSQ_sse4_1() 249 opus_int8 pulses[], /* O */ in silk_noise_shape_quantizer_10_16_sse4_1() argument 508 pulses[ i ] = (opus_int8)silk_RSHIFT_ROUND( q1_Q10, 10 ); in silk_noise_shape_quantizer_10_16_sse4_1() 531 NSQ->rand_seed = silk_ADD32_ovflw( NSQ->rand_seed, pulses[ i ] ); in silk_noise_shape_quantizer_10_16_sse4_1()
|
D | x86_silk_map.c | 74 …opus_int8 pulses[], /* O Quantized pulse si… 118 …opus_int8 pulses[], /* O Quantized pulse si…
|
D | NSQ_del_dec_sse.c | 90 opus_int8 pulses[], /* O */ 119 …opus_int8 pulses[], /* O Quantized pulse si… in silk_NSQ_del_dec_sse4_1() argument 238 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_NSQ_del_dec_sse4_1() 262 …pe_quantizer_del_dec_sse4_1( NSQ, psDelDec, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, in silk_NSQ_del_dec_sse4_1() 268 pulses += psEncC->subfr_length; in silk_NSQ_del_dec_sse4_1() 289 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_NSQ_del_dec_sse4_1() 316 opus_int8 pulses[], /* O */ in silk_noise_shape_quantizer_del_dec_sse4_1() argument 692 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_noise_shape_quantizer_del_dec_sse4_1()
|
/external/libopus/silk/ |
D | decode_pulses.c | 39 …opus_int16 pulses[], /* O Excitation signal … in silk_decode_pulses() argument 85 …silk_shell_decoder( &pulses[ silk_SMULBB( i, SHELL_CODEC_FRAME_LENGTH ) ], psRangeDec, sum_pulses[… in silk_decode_pulses() 87 …silk_memset( &pulses[ silk_SMULBB( i, SHELL_CODEC_FRAME_LENGTH ) ], 0, SHELL_CODEC_FRAME_LENGTH * … in silk_decode_pulses() 97 pulses_ptr = &pulses[ silk_SMULBB( i, SHELL_CODEC_FRAME_LENGTH ) ]; in silk_decode_pulses() 114 silk_decode_signs( psRangeDec, pulses, frame_length, signalType, quantOffsetType, sum_pulses ); in silk_decode_pulses()
|
D | encode_pulses.c | 64 …opus_int8 pulses[], /* I quantization indices … in silk_encode_pulses() argument 91 silk_memset( &pulses[ frame_length ], 0, SHELL_CODEC_FRAME_LENGTH * sizeof(opus_int8)); in silk_encode_pulses() 98 abs_pulses[i+0] = ( opus_int )silk_abs( pulses[ i + 0 ] ); in silk_encode_pulses() 99 abs_pulses[i+1] = ( opus_int )silk_abs( pulses[ i + 1 ] ); in silk_encode_pulses() 100 abs_pulses[i+2] = ( opus_int )silk_abs( pulses[ i + 2 ] ); in silk_encode_pulses() 101 abs_pulses[i+3] = ( opus_int )silk_abs( pulses[ i + 3 ] ); in silk_encode_pulses() 187 pulses_ptr = &pulses[ i * SHELL_CODEC_FRAME_LENGTH ]; in silk_encode_pulses() 204 silk_encode_signs( psRangeEnc, pulses, frame_length, signalType, quantOffsetType, sum_pulses ); in silk_encode_pulses()
|
D | main.h | 113 …const opus_int8 pulses[], /* I pulse signal … 123 …opus_int16 pulses[], /* I/O pulse signal … 156 …opus_int8 pulses[], /* I quantization indices … 250 …opus_int8 pulses[], /* O Quantized pulse si… 264 #define silk_NSQ(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, AR2_Q13, \ argument 266 …((void)(arch),silk_NSQ_c(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, AR2_Q13,… 276 …opus_int8 pulses[], /* O Quantized pulse si… 290 #define silk_NSQ_del_dec(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, AR2_Q13, \ argument 292 …((void)(arch),silk_NSQ_del_dec_c(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, … 432 …const opus_int16 pulses[ MAX_FRAME_LENGTH ], /* I Pulse signal … [all …]
|
D | decode_frame.c | 63 VARDECL( opus_int16, pulses ); in silk_decode_frame() 64 ALLOC( pulses, (L + SHELL_CODEC_FRAME_LENGTH - 1) & in silk_decode_frame() 74 silk_decode_pulses( psRangeDec, pulses, psDec->indices.signalType, in silk_decode_frame() 85 silk_decode_core( psDec, psDecCtrl, pOut, pulses, arch ); in silk_decode_frame()
|
D | code_signs.c | 43 …const opus_int8 pulses[], /* I pulse signal … in silk_encode_signs() argument 56 q_ptr = pulses; in silk_encode_signs() 77 …opus_int16 pulses[], /* I/O pulse signal … in silk_decode_signs() argument 90 q_ptr = pulses; in silk_decode_signs()
|
D | NSQ.c | 56 opus_int8 pulses[], /* O */ 82 …opus_int8 pulses[], /* O Quantized pulse si… in silk_NSQ_c() argument 159 …silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_… in silk_NSQ_c() 164 pulses += psEncC->subfr_length; in silk_NSQ_c() 189 opus_int8 pulses[], /* O */ in silk_noise_shape_quantizer() argument 322 pulses[ i ] = (opus_int8)silk_RSHIFT_ROUND( q1_Q10, 10 ); in silk_noise_shape_quantizer() 349 NSQ->rand_seed = silk_ADD32_ovflw( NSQ->rand_seed, pulses[ i ] ); in silk_noise_shape_quantizer()
|
D | NSQ_del_dec.c | 90 opus_int8 pulses[], /* O */ 120 …opus_int8 pulses[], /* O Quantized pulse si… in silk_NSQ_del_dec_c() argument 239 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_NSQ_del_dec_c() 263 …silk_noise_shape_quantizer_del_dec( NSQ, psDelDec, psIndices->signalType, x_sc_Q10, pulses, pxq, s… in silk_NSQ_del_dec_c() 269 pulses += psEncC->subfr_length; in silk_NSQ_del_dec_c() 290 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_NSQ_del_dec_c() 318 opus_int8 pulses[], /* O */ in silk_noise_shape_quantizer_del_dec() argument 596 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_noise_shape_quantizer_del_dec()
|
D | decode_core.c | 42 …const opus_int16 pulses[ MAX_FRAME_LENGTH ], /* I Pulse signal … in silk_decode_core() 75 psDec->exc_Q14[ i ] = silk_LSHIFT( (opus_int32)pulses[ i ], 14 ); in silk_decode_core() 87 rand_seed = silk_ADD32_ovflw( rand_seed, pulses[ i ] ); in silk_decode_core()
|
D | dec_API.c | 203 opus_int16 pulses[ MAX_FRAME_LENGTH ]; in silk_Decode() local 219 … silk_decode_pulses( psRangeDec, pulses, channel_state[ n ].indices.signalType, in silk_Decode()
|
D | structs.h | 193 opus_int8 pulses[ MAX_FRAME_LENGTH ]; member
|
/external/libopus/celt/ |
D | rate.h | 80 static OPUS_INLINE int pulses2bits(const CELTMode *m, int band, int LM, int pulses) in pulses2bits() argument 86 return pulses == 0 ? 0 : cache[pulses]+1; in pulses2bits() 99 …opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM,…
|
D | bands.h | 105 const celt_ener *bandE, int *pulses, int shortBlocks, int spread, 113 const opus_val16 *prev2logE, const int *pulses, opus_uint32 seed,
|
D | celt_decoder.c | 725 VARDECL(int, pulses); 956 ALLOC(pulses, nbEBands, int); 960 alloc_trim, &intensity, &dual_stereo, bits, &balance, pulses, 981 NULL, pulses, shortBlocks, spread_decision, dual_stereo, intensity, tf_res, 994 start, end, oldBandE, oldLogE, oldLogE2, pulses, st->rng, st->arch);
|
D | bands.c | 269 const opus_val16 *prev2logE, const int *pulses, opus_uint32 seed, int arch) in anti_collapse() argument 284 celt_assert(pulses[i]>=0); in anti_collapse() 285 depth = celt_udiv(1+pulses[i], (m->eBands[i+1]-m->eBands[i]))>>LM; in anti_collapse() 1365 const celt_ener *bandE, int *pulses, int shortBlocks, int spread, in quant_all_bands() argument 1443 b = IMAX(0, IMIN(16383, IMIN(remaining_bits+1,pulses[i]+curr_balance))); in quant_all_bands() 1520 balance += pulses[i] + tell; in quant_all_bands()
|
D | rate.c | 528 …opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM,… in compute_allocation() argument 635 pulses, ebits, fine_priority, C, LM, ec, encode, prev, signalBandwidth); in compute_allocation()
|
D | celt_encoder.c | 1327 VARDECL(int, pulses); in celt_encode_with_ec() 1999 ALLOC(pulses, nbEBands, int); in celt_encode_with_ec() 2027 alloc_trim, &st->intensity, &dual_stereo, bits, &balance, pulses, in celt_encode_with_ec() 2039 bandE, pulses, shortBlocks, st->spread_decision, in celt_encode_with_ec() 2067 start, end, oldBandE, oldLogE, oldLogE2, pulses, st->rng); in celt_encode_with_ec()
|
/external/libopus/silk/float/ |
D | wrappers_FLP.c | 100 …opus_int8 pulses[], /* O Quantized pulse signal… in silk_NSQ_wrapper_FLP() argument 163 … silk_NSQ_del_dec( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14, in silk_NSQ_wrapper_FLP() 166 silk_NSQ( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14, in silk_NSQ_wrapper_FLP()
|
D | encode_frame_FLP.c | 191 …_wrapper_FLP( psEnc, &sEncCtrl, &psEnc->sCmn.indices, &psEnc->sCmn.sNSQ, psEnc->sCmn.pulses, xfw ); in silk_encode_frame_FLP() 202 psEnc->sCmn.pulses, psEnc->sCmn.frame_length ); in silk_encode_frame_FLP()
|
D | main_FLP.h | 305 …opus_int8 pulses[], /* O Quantized pulse signal…
|
/external/libopus/silk/fixed/ |
D | encode_frame_FIX.c | 197 …ilk_NSQ_del_dec( &psEnc->sCmn, &psEnc->sCmn.sNSQ, &psEnc->sCmn.indices, xfw_Q3, psEnc->sCmn.pulses, in silk_encode_frame_FIX() 202 … silk_NSQ( &psEnc->sCmn, &psEnc->sCmn.sNSQ, &psEnc->sCmn.indices, xfw_Q3, psEnc->sCmn.pulses, in silk_encode_frame_FIX() 217 psEnc->sCmn.pulses, psEnc->sCmn.frame_length ); in silk_encode_frame_FIX()
|
/external/libopus/silk/mips/ |
D | NSQ_del_dec_mipsr1.h | 44 opus_int8 pulses[], /* O */ in silk_noise_shape_quantizer_del_dec() argument 377 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_noise_shape_quantizer_del_dec()
|