HomeSort by relevance Sort by last modified time
    Searched refs:qe (Results 1 - 25 of 40) sorted by null

1 2

  /external/pdfium/core/fxcodec/jbig2/
JBig2_ArithDecoder.cpp 15 unsigned int Qe;
42 int DecodeNMPS(JBig2ArithCtx* pCX, const JBig2ArithQe& qe) {
43 pCX->I = qe.NMPS;
47 int DecodeNLPS(JBig2ArithCtx* pCX, const JBig2ArithQe& qe) {
50 if (qe.nSwitch == 1)
52 pCX->I = qe.NLPS;
74 const JBig2ArithQe& qe = kQeTable[pCX->I]; local
75 m_A -= qe.Qe;
80 const int D = m_A < qe.Qe ? DecodeNLPS(pCX, qe) : DecodeNMPS(pCX, qe)
    [all...]
  /external/libjpeg-turbo/
jdarith.c 116 register JLONG qe, temp; local
155 * Qe values and probability estimation state machine
158 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */
159 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */
160 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */
163 temp = e->a - qe;
169 if (e->a < qe) {
170 e->a = qe;
    [all...]
jcarith.c 226 register JLONG qe, temp; local
230 * Qe values and probability estimation state machine
233 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */
234 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */
235 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */
238 e->a -= qe;
241 if (e->a >= qe) {
242 /* If the interval size (qe) for the less probable symbol (LPS
    [all...]
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 282 const GrQuadEffect& qe = primProc.cast<GrQuadEffect>(); variable
284 if (!qe.viewMatrix().isIdentity() && !fViewMatrix.cheapEqualTo(qe.viewMatrix())) {
285 fViewMatrix = qe.viewMatrix();
291 if (qe.color() != fColor) {
293 GrColorToRGBAFloat(qe.color(), c);
295 fColor = qe.color();
298 if (qe.coverageScale() != 0xff && qe.coverageScale() != fCoverageScale) {
299 pdman.set1f(fCoverageScaleUniform, GrNormalizeByteToFloat(qe.coverageScale()))
    [all...]
  /external/skqp/src/gpu/effects/
GrBezierEffect.cpp 282 const GrQuadEffect& qe = primProc.cast<GrQuadEffect>(); variable
284 if (!qe.viewMatrix().isIdentity() && !fViewMatrix.cheapEqualTo(qe.viewMatrix())) {
285 fViewMatrix = qe.viewMatrix();
291 if (qe.color() != fColor) {
293 GrColorToRGBAFloat(qe.color(), c);
295 fColor = qe.color();
298 if (qe.coverageScale() != 0xff && qe.coverageScale() != fCoverageScale) {
299 pdman.set1f(fCoverageScaleUniform, GrNormalizeByteToFloat(qe.coverageScale()))
    [all...]
  /external/skia/src/gpu/ops/
GrAAConvexPathRenderer.cpp 561 const QuadEdgeEffect& qe = args.fGP.cast<QuadEdgeEffect>(); variable
567 varyingHandler->emitAttributes(qe);
571 vertBuilder->codeAppendf("%s = %s;", v.vsOut(), qe.fInQuadEdge->fName);
574 varyingHandler->addPassThroughAttribute(qe.fInColor, args.fOutputColor);
579 this->writeOutputPosition(vertBuilder, gpArgs, qe.fInPosition->fName);
585 qe.fInPosition->asShaderVar(),
586 qe.fLocalMatrix,
620 const QuadEdgeEffect& qe = gp.cast<QuadEdgeEffect>(); variable
621 this->setTransformDataHelper(qe.fLocalMatrix, pdman, &transformIter);
    [all...]
  /external/skqp/src/gpu/ops/
GrAAConvexPathRenderer.cpp 561 const QuadEdgeEffect& qe = args.fGP.cast<QuadEdgeEffect>(); variable
567 varyingHandler->emitAttributes(qe);
571 vertBuilder->codeAppendf("%s = %s;", v.vsOut(), qe.fInQuadEdge->fName);
574 varyingHandler->addPassThroughAttribute(qe.fInColor, args.fOutputColor);
579 this->writeOutputPosition(vertBuilder, gpArgs, qe.fInPosition->fName);
585 qe.fInPosition->asShaderVar(),
586 qe.fLocalMatrix,
620 const QuadEdgeEffect& qe = gp.cast<QuadEdgeEffect>(); variable
621 this->setTransformDataHelper(qe.fLocalMatrix, pdman, &transformIter);
    [all...]
  /external/speex/libspeex/
nb_celp.c 611 int qe = scal_quant32(ol_gain, ol_gain_table, 32); local
612 /*ol_gain = exp(qe/3.5)*SIG_SCALING;*/
613 ol_gain = MULT16_32_Q15(28406,ol_gain_table[qe]);
614 speex_bits_pack(bits, qe, 5);
618 int qe = (int)(floor(.5+3.5*log(ol_gain*1.0/SIG_SCALING))); local
619 if (qe<0)
620 qe=0;
621 if (qe>31)
622 qe=31;
623 ol_gain = exp(qe/3.5)*SIG_SCALING
821 int qe; local
1271 int qe; local
    [all...]
  /external/autotest/cli/
job.py 190 for qe in qes:
191 if qe['host']:
192 job_id = qe['job']['id']
193 hostname = qe['host']['hostname']
195 {}).setdefault(qe['status'],
  /external/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 563 INT i, qb, qe, qtmp; local
571 exp = fDivNorm((FIXP_DBL)i, (FIXP_DBL)num_bands, &qe);
572 tmp = fPow(base, qb, exp, qe, &qtmp);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 1279 for _, qe := range q.E {
1280 // qe is a copy; we are not modifying entries in q.E
1281 qe.Xoffset += xoffset
1282 p.E = append(p.E, qe)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 1279 for _, qe := range q.E {
1280 // qe is a copy; we are not modifying entries in q.E
1281 qe.Xoffset += xoffset
1282 p.E = append(p.E, qe)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 3082 const char *e, *p, *qe; local
    [all...]
unicodeobject.c 6510 Py_UNICODE *qe; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 3063 const char *e, *p, *qe; local
    [all...]
unicodeobject.c 6415 Py_UNICODE *qe; local
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 3082 const char *e, *p, *qe; local
    [all...]
unicodeobject.c 6523 Py_UNICODE *qe; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_g729_jitter.rtp 79 ??E??;_RVs =??<4=?Y?J?I??Xr@?A^3??I???|{?lz@?D?[???Z? ??ZçR<4`?Z?K%I??X??4:????????hua_Y?K??4?????l+?F?<4`?[?K?I??X/?,?q?i3zQ??[m ???7e?p?V[m?Q??sm?BZ<4b?\?LeI??X%??6?Ot?M??*?J???%??#&??Q1?-`?5pM?<4??]?MI??X???0?o??:?3)??94?&C?!?tW:?cj?9B??<4??^?M?I??X??S??hg#8?N?}??T?????ji'_P??*z??^<4?`?N?I??Xp?;??I??@b?_????0p{?? ??Xsw??T?<4?_?NEI??X??S?}??>6??E%???R??T1hxA?<R??E%?sy?P?<4?a?O?I??X?:?kSvS>?b?3 K?-t??u?;S???? 7:J:?R<4?b?P%I??X`??tBf??Lx?ZN?&?? ?`??T?h?\/????K3?9R<4?c?P?I??X???l>>??4pC????????,;9???p?? /??B?_<4?d?QeI??Xr??J6?bz6E??i?? ??4rD?K*Nbr??;Fe???F<4)?e?RI??X???|V??2??Lx`??:x?????8Y???????)<4q?g?SEI??X??P???e]?N????5????z30QE??3??<4q?f?R?I??X ??#??3?:F??=????%?<h??8q????A?<4q?h?S?I??Xd?P??0R?3???*?RS?qeX?`?s???3?Q-??r??<4??i?T?I??Xc??t??F?w%?Q????
    [all...]
hrtf_g722_1C_48.rtp     [all...]
hrtf_g722_1C_48_jitterT2.rtp     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunpkcs11.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunpkcs11.jar 
  /prebuilts/tools/linux-x86_64/kythe/web/ui/js/
main.js     [all...]

Completed in 782 milliseconds

1 2