Home
last modified time | relevance | path

Searched refs:qe (Results 1 – 25 of 40) sorted by relevance

12

/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithDecoder.cpp42 int DecodeNMPS(JBig2ArithCtx* pCX, const JBig2ArithQe& qe) { in DecodeNMPS() argument
43 pCX->I = qe.NMPS; in DecodeNMPS()
47 int DecodeNLPS(JBig2ArithCtx* pCX, const JBig2ArithQe& qe) { in DecodeNLPS() argument
50 if (qe.nSwitch == 1) in DecodeNLPS()
52 pCX->I = qe.NLPS; in DecodeNLPS()
74 const JBig2ArithQe& qe = kQeTable[pCX->I]; in DECODE() local
75 m_A -= qe.Qe; in DECODE()
80 const int D = m_A < qe.Qe ? DecodeNLPS(pCX, qe) : DecodeNMPS(pCX, qe); in DECODE()
86 const int D = m_A < qe.Qe ? DecodeNMPS(pCX, qe) : DecodeNLPS(pCX, qe); in DECODE()
87 m_A = qe.Qe; in DECODE()
/external/libjpeg-turbo/
Djdarith.c113 register JLONG qe, temp; in arith_decode() local
155 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */ in arith_decode()
156 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */ in arith_decode()
157 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */ in arith_decode()
160 temp = e->a - qe; in arith_decode()
166 if (e->a < qe) { in arith_decode()
167 e->a = qe; in arith_decode()
170 e->a = qe; in arith_decode()
176 if (e->a < qe) { in arith_decode()
Djcarith.c226 register JLONG qe, temp; in arith_encode() local
233 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */ in arith_encode()
234 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */ in arith_encode()
235 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */ in arith_encode()
238 e->a -= qe; in arith_encode()
241 if (e->a >= qe) { in arith_encode()
247 e->a = qe; in arith_encode()
254 if (e->a < qe) { in arith_encode()
259 e->a = qe; in arith_encode()
/external/skia/src/gpu/effects/
DGrBezierEffect.cpp291 const GrQuadEffect& qe = primProc.cast<GrQuadEffect>(); in setData() local
293 if (!qe.viewMatrix().isIdentity() && !fViewMatrix.cheapEqualTo(qe.viewMatrix())) { in setData()
294 fViewMatrix = qe.viewMatrix(); in setData()
300 if (qe.color() != fColor) { in setData()
302 GrColorToRGBAFloat(qe.color(), c); in setData()
304 fColor = qe.color(); in setData()
307 if (qe.coverageScale() != 0xff && qe.coverageScale() != fCoverageScale) { in setData()
308 pdman.set1f(fCoverageScaleUniform, GrNormalizeByteToFloat(qe.coverageScale())); in setData()
309 fCoverageScale = qe.coverageScale(); in setData()
311 this->setTransformDataHelper(qe.localMatrix(), pdman, &transformIter); in setData()
/external/speex/libspeex/
Dnb_celp.c611 int qe = scal_quant32(ol_gain, ol_gain_table, 32); in nb_encode() local
613 ol_gain = MULT16_32_Q15(28406,ol_gain_table[qe]); in nb_encode()
614 speex_bits_pack(bits, qe, 5); in nb_encode()
618 int qe = (int)(floor(.5+3.5*log(ol_gain*1.0/SIG_SCALING))); in nb_encode() local
619 if (qe<0) in nb_encode()
620 qe=0; in nb_encode()
621 if (qe>31) in nb_encode()
622 qe=31; in nb_encode()
623 ol_gain = exp(qe/3.5)*SIG_SCALING; in nb_encode()
624 speex_bits_pack(bits, qe, 5); in nb_encode()
[all …]
/external/skia/src/gpu/ops/
DGrAAConvexPathRenderer.cpp559 const QuadEdgeEffect& qe = args.fGP.cast<QuadEdgeEffect>(); in onEmitCode() local
565 varyingHandler->emitAttributes(qe); in onEmitCode()
569 vertBuilder->codeAppendf("%s = %s;", v.vsOut(), qe.fInQuadEdge->fName); in onEmitCode()
572 varyingHandler->addPassThroughAttribute(qe.fInColor, args.fOutputColor); in onEmitCode()
577 this->setupPosition(vertBuilder, gpArgs, qe.fInPosition->fName); in onEmitCode()
584 qe.fInPosition->fName, in onEmitCode()
585 qe.fLocalMatrix, in onEmitCode()
619 const QuadEdgeEffect& qe = gp.cast<QuadEdgeEffect>(); in setData() local
620 this->setTransformDataHelper(qe.fLocalMatrix, pdman, &transformIter); in setData()
/external/autotest/cli/
Djob.py190 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/
Dsbrenc_freq_sca.cpp561 INT i, qb, qe, qtmp; in CalcBands() local
570 exp = fDivNorm((FIXP_DBL)i, (FIXP_DBL)num_bands, &qe); in CalcBands()
571 tmp = fPow(base, qb, exp, qe, &qtmp); in CalcBands()
/external/ImageMagick/PerlMagick/t/reference/read/
Dinput_uyvy.miff14qe�te�ub�tb�kc�_c�^b�]b�Ze�We�Ti�Si�Sh�Rh�Tj�Wj�cd�jd�\r�9r�6~�4~�2}�2}�0~/~/~�0~�,}�7}�Ps�js���…
/external/hyphenation-patterns/eu/
Dhyph-eu.pat.txt62 1qe
/external/llvm/test/CodeGen/X86/
Davx2-vbroadcast.ll32 %qe = insertelement <16 x i8> %qd, i8 %q, i32 14
33 %qf = insertelement <16 x i8> %qe, i8 %q, i32 15
64 %qe = insertelement <32 x i8> %qd, i8 %q, i32 14
65 %qf = insertelement <32 x i8> %qe, i8 %q, i32 15
137 %qe = insertelement <16 x i16> %qd, i16 %q, i32 14
138 %qf = insertelement <16 x i16> %qe, i16 %q, i32 15
/external/icu/icu4c/source/data/translit/
DLatn_Thaa.txt228 qe ↔ ޤ\u07AC ;
/external/ImageMagick/PerlMagick/t/reference/filter/
DRotate.miff15 …-(�78�FL�*3�#2�+;�(/�'4�,=�:9�8.�6/�37�..�2*�6"�5 �5"�9,�VFpbH`cEp[E�ZL�`V�qe�xj��r�ylUH>96.2.-IED…
DGamma.miff15 …������z�ocd]de^iicmjepjermgqmeqkesjcqh^pf[oe]oe]gcZd`Yd^YgbZngZuhZ{m\|k`wg^qe[me[hg]sbZ�qv�su�oe�w…
/external/python/cpython2/Objects/
Dstringobject.c3082 const char *e, *p, *qe; in string_expandtabs() local
3127 qe = PyString_AS_STRING(u) + PyString_GET_SIZE(u); /* end of output */ in string_expandtabs()
3135 if (q >= qe) in string_expandtabs()
3142 if (q >= qe) in string_expandtabs()
Dunicodeobject.c6523 Py_UNICODE *qe; in unicode_expandtabs() local
6566 qe = u->str + u->length; /* end of output */ in unicode_expandtabs()
6574 if (q >= qe) in unicode_expandtabs()
6581 if (q >= qe) in unicode_expandtabs()
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DRadialBlur.miff43 …6#�;)�;5�48�12�32�53�6/�<,�C;�HH�@9�8)�:)�>.�C5�C8�IB�YX�^k�Un�]u�gs�^p�pv�qe�h]ڻ�����������������…
DConvolve.miff43 …>6A?8D?8E?7E>7D=8D>8EA;MIFXTSa]Zd_Zb\V^XPYTLZUO`\Wfc_jgbnjcsmdvodxocypc�pd�qe�pd�nd�oi�pp�ps�nq�mm…
DMagnify.miff43qe�d\zZUmRN_IFP@>A775/1-*/)(.'(-'(-').(*.(+.)-.)..*.-*/-).,(*.+'::,NT<fqP{�e��q��v��z�������������…
/external/ImageMagick/PerlMagick/t/
Dinput_gray_lsb_double.mat42 …?����*J�?q�q��?�qDZ��?�qDZt�?����*�?��8�cf�?����*f�?�������?UUUU�:�?�q�qe�?�q�:�?������?q�…
/external/lisa/ipynb/tutorial/
D07_PerfAnalysis.ipynb438 …nETE1Is5Smv3xBdvlv/cA0JIoigG0mlDq6dtU6YD7AxHx1ayIlFLhaqWpp+/kbm8rjXB+sCze8+qe\n0hTPSuu/oMWngFaL217…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kdt_g2p.pkb421 …���e_�a�5�f+��Vj5��@���9@ u��f3ne_���9a�����R���� ���f���f�e5��<e�qe�����=xsd��F������…
/external/webrtc/data/voice_engine/stereo_rtp_files/
Dhrtf_g722_1C_48.rtp380 R@���[L�����ް��rӅ��!h��Y��t�&G�+@PR1V�Z?�qe
695 "S�G�B���=���%1׽W'V���qe��#� ������KDf � ��re ��%B����(U�E��N1j
Dtoggling_stereo_g729_pt18_pt125.rtp113 …����εI��X���\w�p{z����������I��X)���I������������UI��X7� �qe�K���������ϥI��X…
1804 �m ����n�F(����I��X��1��S�X7����x�F)���I��Xi`2J� :�������F*���UI��Xy1��qe�Q���…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_mgc.pkb507 (&4>5,VdP7:Q*0X8OK(<FL04:MUK5CQA_Sk|�qe

12