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

  /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/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 561 INT i, qb, qe, qtmp; local
570 exp = fDivNorm((FIXP_DBL)i, (FIXP_DBL)num_bands, &qe);
571 tmp = fPow(base, qb, exp, qe, &qtmp);
  /external/libjpeg-turbo/
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...]
jdarith.c 113 register JLONG qe, temp; local
152 * Qe values and probability estimation state machine
155 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */
156 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */
157 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */
160 temp = e->a - qe;
166 if (e->a < qe) {
167 e->a = qe;
    [all...]
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 291 const GrQuadEffect& qe = primProc.cast<GrQuadEffect>(); variable
293 if (!qe.viewMatrix().isIdentity() && !fViewMatrix.cheapEqualTo(qe.viewMatrix())) {
294 fViewMatrix = qe.viewMatrix();
300 if (qe.color() != fColor) {
302 GrColorToRGBAFloat(qe.color(), c);
304 fColor = qe.color();
307 if (qe.coverageScale() != 0xff && qe.coverageScale() != fCoverageScale) {
308 pdman.set1f(fCoverageScaleUniform, GrNormalizeByteToFloat(qe.coverageScale()))
    [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/skia/src/gpu/ops/
GrAAConvexPathRenderer.cpp 548 const QuadEdgeEffect& qe = args.fGP.cast<QuadEdgeEffect>(); variable
554 varyingHandler->emitAttributes(qe);
558 vertBuilder->codeAppendf("%s = %s;", v.vsOut(), qe.inQuadEdge()->fName);
566 this->setupPosition(vertBuilder, gpArgs, qe.inPosition()->fName);
573 qe.inPosition()->fName,
574 qe.localMatrix(),
608 const QuadEdgeEffect& qe = gp.cast<QuadEdgeEffect>(); variable
609 if (qe.color() != fColor) {
611 GrColorToRGBAFloat(qe.color(), c);
613 fColor = qe.color()
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 2952 milliseconds