Searched defs:Xq (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dvq3.c27 int16_t *Xq, /* quantized vector (Q13) */
59 Xq[i] = CB[minindex*3 + i];
26 WebRtcIlbcfix_Vq3( int16_t *Xq, int16_t *index, int16_t *CB, int16_t *X, int16_t n_cb ) argument
H A Dvq4.c27 int16_t *Xq, /* quantized vector (Q13) */
59 Xq[i] = CB[minindex*4 + i];
26 WebRtcIlbcfix_Vq4( int16_t *Xq, int16_t *index, int16_t *CB, int16_t *X, int16_t n_cb ) argument
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp507 APInt Xq = Xtop; // these need to be initialized, even local
509 APInt::sdivrem(Xtop, Xbot, Xq, Xr);
518 DEBUG(dbgs() << "\t\tX = " << Xq << ", Y = " << Yq << "\n");
519 if (Xq.slt(0) || Yq.slt(0)) {
528 if (Xq.sgt(UpperBound) || Yq.sgt(UpperBound)) {
534 X->setPoint(SE->getConstant(Xq),

Completed in 182 milliseconds