Searched defs:xq (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
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.c53 opus_int16 xq[], /* O */
115 pxq = &NSQ->xq[ psEncC->ltp_mem_length ];
137 silk_LPC_analysis_filter( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
160 /* DEBUG_STORE_DATA( enc.pcm, &NSQ->xq[ psEncC->ltp_mem_length ], psEncC->frame_length * sizeof( opus_int16 ) ) */
161 silk_memmove( NSQ->xq, &NSQ->xq[ psEncC->frame_length ], psEncC->ltp_mem_length * sizeof( opus_int16 ) );
173 opus_int16 xq[], /* O */
345 xq[ i ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_SMULWW( xq_Q14, Gain_Q10 ), 8 ) );
168 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 DNSQ_del_dec.c83 opus_int16 xq[], /* O */
179 pxq = &NSQ->xq[ psEncC->ltp_mem_length ];
236 silk_LPC_analysis_filter( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
287 /* DEBUG_STORE_DATA( enc.pcm, &NSQ->xq[psEncC->ltp_mem_length], psEncC->frame_length * sizeof( opus_int16 ) ) */
288 silk_memmove( NSQ->xq, &NSQ->xq[ psEncC->frame_length ], psEncC->ltp_mem_length * sizeof( opus_int16 ) );
301 opus_int16 xq[], /* O */
588 xq[ i - decisionDelay ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND(
295 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 Dstructs.h46 opus_int16 xq[ 2 * MAX_FRAME_LENGTH ]; /* Buffer for quantized output signal */ member in struct:__anon13296
/external/chromium_org/third_party/mesa/src/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/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/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/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

Completed in 159 milliseconds