HomeSort by relevance Sort by last modified time
    Searched refs:iQ (Results 1 - 13 of 13) sorted by null

  /external/clang/test/CodeGenCXX/
nested-base-member-access.cpp 13 Q(int i){ iQ = i; }
14 int iQ;
15 void QPR() { printf("iQ = %d\n", iQ); }
18 struct IQ {
19 IQ(int i) { iIQ = i; }
24 struct L : IQ {
25 L(int i) : IQ(i+100) { iL = i; }
43 printf("iQ = %d\n", iQ);
    [all...]
constructor-init.cpp 23 Q(int i) { iQ = i; printf("Q(%d)\n", i); }
24 int iQ;
25 void QPR() {printf("iQ = %d\n", iQ); };
41 printf("iQ = %d\n", iQ);
45 // printf("iQ = %d\n", (*this).iQ);
46 printf("iQ = %d\n", this->iQ);
    [all...]
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 469 Index iQ = itq.row();
470 if (mark(iQ) != col)
472 Qidx(nzcolQ++) = iQ; // Add this row to the pattern of Q,
473 mark(iQ) = col; // and mark it as visited
529 Index iQ = Qidx(itq);
530 m_Q.insertBackByOuterInnerUnordered(nonzeroCol,iQ) = tval(iQ);
531 tval(iQ) = Scalar(0.);
  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 169 static WEBP_INLINE int QUANTDIV(int n, int iQ, int B) {
170 return (n * iQ + B) >> QFIX;
quant.c 537 const int iQ = mtx->iq_[j];
546 level0 = QUANTDIV(coeff0, iQ, B);
    [all...]
  /external/webp/src/enc/
vp8enci.h 120 static WEBP_INLINE int QUANTDIV(uint32_t n, uint32_t iQ, uint32_t B) {
121 return (int)((n * iQ + B) >> QFIX);
quant.c 217 // zthresh_ is the exact value such that QUANTDIV(coeff, iQ, B) is:
622 const uint32_t iQ = mtx->iq_[j];
628 int level0 = QUANTDIV(coeff0, iQ, B);
    [all...]
  /external/webp/src/dsp/
enc.c 634 const uint32_t iQ = mtx->iq_[j];
636 int level = QUANTDIV(coeff, iQ, B);
668 const uint32_t iQ = mtx->iq_[j];
670 int level = QUANTDIV(coeff, iQ, B);
  /external/opencv3/3rdparty/libwebp/dsp/
enc.c 640 const int iQ = mtx->iq_[j];
642 out[n] = QUANTDIV(coeff, iQ, B);
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp 292 ,??- A?u?%!??&???Iq#????)B??X?B???B??EY?7Q>4q(?lYC?0?aN?:qnmC??E????OqU+dS??{?t???;????j]p??u $??a\?U? [,Z?B??J+T??j?jh?)F`s?
647 9??p??IQ??B???S?!ac?(??S
    [all...]
hrtf_g722_1C_48_jitterT2.rtp 292 ,??- A?u?%!??&???Iq#????)B??X?B???B??EY?7Q>4q(?lYC?0?aN?:qnmC??E????OqU+dS??{?t???;????j]p??u $??a\?U? [,Z?B??J+T??j?jh?)F`s?
642 9??p??IQ??B???S?!ac?(??S
    [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump 562 ???l???U0???0??ap??PpD?ws[?o9a+n_M?mI?. ?}?zV[?‰?????s??|?p?6?5 ??q???E?2y??u?q???^????+?M???*MO?:??&??!????MO???L??j??,??S -nb`??>?f??f??H&??H?8hS??n: g?~??K??U<@?v62?????Ov????Qz???2?'`???:[?9?WYH???? RQ??R???1?!p??-????%?!???m?*??1?&???zK???$?_Y@t}????E?U?}?oK ?,?\A??uh8?%?cx_# Í?????~b?6???T^???????k??$`? ?J)0fV?R????aS?? ?"Ej?e????iQ???G??[??`???????]?Vm (…)
    [all...]

Completed in 220 milliseconds