HomeSort by relevance Sort by last modified time
    Searched defs:xq (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
abs_quant_loop.c 31 int16_t xq; local
69 WebRtcIlbcfix_SortSq(&xq, &index,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 166 int32_t xq[3],yq[1],fyq[1]; local
297 xq[0]= lag32;
298 xq[0] <<= 8;
299 Intrp1DQ8(xq, fxq, yq, fyq);
371 xq[0]= lag32;
372 xq[0] <<= 8;
373 Intrp1DQ8(xq, fxq, yq, fyq);
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 790 struct xmesa_query_object *xq = (struct xmesa_query_object *) q; local
791 (void) gettimeofday(&xq->StartTime, NULL);
814 struct xmesa_query_object *xq = (struct xmesa_query_object *) q; local
818 q->Result = time_diff(&xq->StartTime, &endTime);
  /external/aac/libAACdec/src/
usacdec_lpc.cpp 534 * \param xq weighted residual LSF vector
537 static void lsf_weight_2st(FIXP_LPC *lsfq, FIXP_DBL *xq, int nk_mode) {
568 lsfq[i] = fAddSaturate(lsfq[i], FX_DBL2FX_LPC((FIXP_DBL)(w * (LONG)xq[i])));
699 FIXP_DBL xq[M_LP_FILTER_ORDER]; /* weighted residual LSF vector */ local
702 { err = CLpc_DecodeAVQ(hBs, xq, nk_mode, 2, 8); }
708 lsf_weight_2st(lsfq, xq, nk_mode);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 373 const int xq = (k << 3) + ((tmp >> k) & 0x7); local
375 const int a_q10 = ((xsq_q10 - xsq_iq_q10[xq]) << 10) >> (2 + k);
377 *r_q10 = (rate_tab_q10[xq] * b_q10 + rate_tab_q10[xq + 1] * a_q10) >> 10;
378 *d_q10 = (dist_tab_q10[xq] * b_q10 + dist_tab_q10[xq + 1] * a_q10) >> 10;
389 const int xq = (k << 3) + ((tmp >> k) & 0x7); local
390 const int a_q10 = ((xsq_q10[i] - xsq_iq_q10[xq]) << 10) >> (2 + k);
392 r_q10[i] = (rate_tab_q10[xq] * b_q10 + rate_tab_q10[xq + 1] * a_q10) >> 10
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 1495 double xq; local
1561 double xq; local
    [all...]
  /external/libopus/silk/
structs.h 46 opus_int16 xq[ 2 * MAX_FRAME_LENGTH ]; /* Buffer for quantized output signal */ member in struct:__anon25609
  /external/python/cpython3/Objects/
memoryobject.c 2672 const char *xq = ADJUST_PTR(q, qsuboffsets, 0); local
2707 const char *xq = ADJUST_PTR(q, qsuboffsets, 0); local
    [all...]

Completed in 778 milliseconds