Searched refs:xq (Results 1 - 12 of 12) sorted by relevance

/external/speex/libspeex/
H A Dlsp.c414 VARDECL(spx_word32_t **xq);
429 int xq[m+1][lpcrdr+1+2]; // Q matrix in QIMP
445 ALLOC(xq, (m+1), spx_word32_t*);
450 xq[i] = xqmem + i*(lpcrdr+1+2);
469 xq[i][1] = 0;
470 xq[i][2] = xin;
471 xq[i][2+2*i] = xin;
477 xq[1][3] = -MULT16_32_Q14(freqn[1],xq[0][2]);
488 mult = MULT16_32_Q14(freqn[2*i+1],xq[
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c283 WebRtc_Word32 xq[3],yq[1],fyq[1]; local
412 xq[0]= lag32;
413 xq[0] = WEBRTC_SPL_LSHIFT_W32(xq[0], 8);
414 Intrp1DQ8(xq, fxq, yq, fyq);
484 xq[0]= lag32;
485 xq[0] = WEBRTC_SPL_LSHIFT_W32(xq[0], 8);
486 Intrp1DQ8(xq, fxq, yq, fyq);
/external/libopus/silk/
H A DNSQ.c54 opus_int16 xq[], /* O */
121 pxq = &NSQ->xq[ psEncC->ltp_mem_length ];
143 silk_LPC_analysis_filter( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
166 /* DEBUG_STORE_DATA( enc.pcm, &NSQ->xq[ psEncC->ltp_mem_length ], psEncC->frame_length * sizeof( opus_int16 ) ) */
167 silk_memmove( NSQ->xq, &NSQ->xq[ psEncC->frame_length ], psEncC->ltp_mem_length * sizeof( opus_int16 ) );
180 opus_int16 xq[], /* O */
352 xq[ i ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_SMULWW( xq_Q14, Gain_Q10 ), 8 ) );
175 silk_noise_shape_quantizer( silk_nsq_state *NSQ, opus_int signalType, const opus_int32 x_sc_Q10[], opus_int8 pulses[], opus_int16 xq[], opus_int32 sLTP_Q15[], const opus_int16 a_Q12[], const opus_int16 b_Q14[], const opus_int16 AR_shp_Q13[], opus_int lag, opus_int32 HarmShapeFIRPacked_Q14, opus_int Tilt_Q14, opus_int32 LF_shp_Q14, opus_int32 Gain_Q16, opus_int Lambda_Q10, opus_int offset_Q10, opus_int length, opus_int shapingLPCOrder, opus_int predictLPCOrder ) argument
H A Ddecode_core.c41 opus_int16 xq[], /* O Decoded speech */
93 pxq = xq;
146 silk_memcpy( &psDec->outBuf[ psDec->ltp_mem_length ], xq, 2 * psDec->subfr_length * sizeof( opus_int16 ) );
38 silk_decode_core( silk_decoder_state *psDec, silk_decoder_control *psDecCtrl, opus_int16 xq[], const opus_int pulses[ MAX_FRAME_LENGTH ] ) argument
H A DNSQ_del_dec.c86 opus_int16 xq[], /* O */
189 pxq = &NSQ->xq[ psEncC->ltp_mem_length ];
246 silk_LPC_analysis_filter( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
297 /* DEBUG_STORE_DATA( enc.pcm, &NSQ->xq[psEncC->ltp_mem_length], psEncC->frame_length * sizeof( opus_int16 ) ) */
298 silk_memmove( NSQ->xq, &NSQ->xq[ psEncC->frame_length ], psEncC->ltp_mem_length * sizeof( opus_int16 ) );
312 opus_int16 xq[], /* O */
601 xq[ i - decisionDelay ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND(
306 silk_noise_shape_quantizer_del_dec( silk_nsq_state *NSQ, NSQ_del_dec_struct psDelDec[], opus_int signalType, const opus_int32 x_Q10[], opus_int8 pulses[], opus_int16 xq[], opus_int32 sLTP_Q15[], opus_int32 delayedGain_Q10[], const opus_int16 a_Q12[], const opus_int16 b_Q14[], const opus_int16 AR_shp_Q13[], opus_int lag, opus_int32 HarmShapeFIRPacked_Q14, opus_int Tilt_Q14, opus_int32 LF_shp_Q14, opus_int32 Gain_Q16, opus_int Lambda_Q10, opus_int offset_Q10, opus_int length, opus_int subfr, opus_int shapingLPCOrder, opus_int predictLPCOrder, opus_int warping_Q16, opus_int nStatesDelayedDecision, opus_int *smpl_buf_idx, opus_int decisionDelay ) argument
H A Dmain.h399 opus_int16 xq[], /* O Decoded speech */
H A Dstructs.h46 opus_int16 xq[ 2 * MAX_FRAME_LENGTH ]; /* Buffer for quantized output signal */ member in struct:__anon9021
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.c290 const int xq = (k << 3) + ((tmp >> k) & 0x7); local
292 const int a_q10 = ((xsq_q10 - xsq_iq_q10[xq]) << 10) >> (2 + k);
294 *r_q10 = (rate_tab_q10[xq] * b_q10 + rate_tab_q10[xq + 1] * a_q10) >> 10;
295 *d_q10 = (dist_tab_q10[xq] * b_q10 + dist_tab_q10[xq + 1] * a_q10) >> 10;
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp1481 #define LOGPOLY(x,k) ((x)+=shift[k], (xq) = (x)*(x),\
1482 ((A0*(xq) + A2)*(xq) + A4)*(xq) + ((A1*(xq) + A3)*(xq) + A5)*(x))
1495 double xq; local
1561 double xq; local
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c798 struct xmesa_query_object *xq = (struct xmesa_query_object *) q; local
799 (void) gettimeofday(&xq->StartTime, NULL);
825 struct xmesa_query_object *xq = (struct xmesa_query_object *) q; local
829 q->Result = time_diff(&xq->StartTime, &endTime);
/external/v8/benchmarks/
H A Dcrypto.js1634 var xq = x.mod(this.q).modPow(this.dmq1, this.q);
1636 while(xp.compareTo(xq) < 0)
1638 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 436 milliseconds