Home
last modified time | relevance | path

Searched refs:tq (Results 1 – 25 of 29) sorted by relevance

12

/external/opencv/cv/src/
Dcvsumpixels.cpp104 sqsumtype tq = cast_sqr_macro(it); \
106 sq += tq; \
108 tq = sqsum[x - sqsumstep] + sq; \
110 sqsum[x] = tq; \
130 sqsumtype tq = cast_sqr_macro(it); \
133 sq += tq; \
261 sqsumtype tq = cast_sqr_macro(it) + sqsum[x-cn];\
263 sqsum[x] = tq; \
269 sqsumtype tq = sqsum[x] + sqsum[x - sqsumstep]; \
271 sqsum[x] = tq; \
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp282 …de, const tcu::IVec2& dstSize, const tcu::IVec2& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq) in computeNonProjectedTriLod() argument
286 float dvx = (tq.z() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod()
287 float dvy = (tq.y() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod()
323 … dstSize, const tcu::IVec3& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq, const tcu::Vec3& rq) in computeNonProjectedTriLod() argument
327 float dvx = (tq.z() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod()
328 float dvy = (tq.y() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod()
469 … dst, const tcu::Texture2DView& src, const tcu::Vec4& sq, const tcu::Vec4& tq, const ReferencePara… in sampleTextureNonProjected() argument
478 tcu::Vec3 triT[2] = { tq.swizzle(0, 1, 2), tq.swizzle(3, 2, 1) }; in sampleTextureNonProjected()
538 … dst, const tcu::Texture2DView& src, const tcu::Vec4& sq, const tcu::Vec4& tq, const ReferencePara… in sampleTextureProjected() argument
545 tcu::Vec4 vq = tq * (float)src.getHeight(); in sampleTextureProjected()
[all …]
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp874 if( ci.tq > 0 /* duplicated description */) goto parsing_end; in ReadHeader()
879 ci.tq = (char)lstrm.GetByte(); in ReadHeader()
882 ci.tq < 3) || in ReadHeader()
939 int tq = lstrm.GetByte(); in LoadQuantTables() local
940 int size = tq >> 4; in LoadQuantTables()
941 tq &= 15; in LoadQuantTables()
944 if( tq > 3 || size > 1 || length < tq_size ) return false; in LoadQuantTables()
954 m_tq[tq][idx] = buffer[i] * 16 * idct_prescale[idx]; in LoadQuantTables()
962 m_tq[tq][idx] = ((unsigned short*)buffer)[i] * idct_prescale[idx]; in LoadQuantTables()
965 m_is_tq[tq] = true; in LoadQuantTables()
[all …]
Dgrfmt_jpeg.h134 char tq; // quantization table index member
/external/iproute2/ip/
Diplink_can.c119 if (get_u32(&bt.tq, *argv, 0)) in can_parse_opt()
179 if (bt.bitrate || bt.tq) in can_parse_opt()
236 bt->tq, bt->prop_seg, bt->phase_seg1, bt->phase_seg2, in can_print_opt()
/external/iproute2/include/linux/can/
Dnetlink.h25 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member
/external/kernel-headers/original/uapi/linux/can/
Dnetlink.h33 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member
/external/llvm/test/CodeGen/X86/
D2011-06-14-mmx-inlineasm.ll2 ; ModuleID = 'tq.c'
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c1612 mp_int ta, tb, tq, q; in mp_div() local
1634 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL) != MP_OKAY)) { in mp_div()
1639 mp_set(&tq, 1); in mp_div()
1644 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div()
1651 ((res = mp_add(&q, &tq, &q)) != MP_OKAY)) { in mp_div()
1656 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) { in mp_div()
1673 mp_clear_multi(&ta, &tb, &tq, &q, NULL); in mp_div()
/external/clang/include/clang/AST/
DType.h2248 ArraySizeModifier sm, unsigned tq,
2255 ArrayTypeBits.IndexTypeQuals = tq;
2289 ArraySizeModifier sm, unsigned tq)
2290 : ArrayType(ConstantArray, et, can, sm, tq,
2295 const llvm::APInt &size, ArraySizeModifier sm, unsigned tq)
2296 : ArrayType(tc, et, can, sm, tq, et->containsUnexpandedParameterPack()),
2338 ArraySizeModifier sm, unsigned tq)
2339 : ArrayType(IncompleteArray, et, can, sm, tq,
2388 ArraySizeModifier sm, unsigned tq,
2390 : ArrayType(VariableArray, et, can, sm, tq,
[all …]
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1308 deUint32 tq; //!< Trit or quint value, depending on ISE mode. member
1651 dst[i].tq = trits[i]; in decodeISETritBlock()
1698 dst[i].tq = quints[i]; in decodeISEQuintBlock()
1810 dst[endpointNdx] = (((iseResults[endpointNdx].tq*C + B) ^ A) >> 2) | (A & 0x80); in unquantizeColorEndpoints()
2293 dst[weightNdx] = (((weightGrid[weightNdx].tq*C + B) ^ A) >> 2) | (A & 0x20); in unquantizeWeights()
/external/clang/lib/AST/
DType.cpp126 unsigned tq, in DependentSizedArrayType() argument
128 : ArrayType(DependentSizedArray, et, can, sm, tq, in DependentSizedArrayType()
/external/chromium_org/third_party/dom_distiller_js/package/js/
Ddomdistiller.js77 function tq(a){Pg.call(this,a)} function
534tq);cl(164,1,{});_.$=function yq(a){throw new tq('Add not supported on this collection')};_._=func…
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js9294 var tq = (specials.indexOf(query.charAt(query.length-1)) >= 0) ?
9308 var r = root[qsa](tq);
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
Dvoice.rtpdump85 …���F��:��5r*��pjzrx���z{wy����rx�|yz����z{���wq}����u{�������zw}���ys|���tq|���|��wp~���xp~�~|��…
/external/icu/icu4c/source/test/testdata/
Dcollationtest.txt555 <3 tq
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_mgc.pkb5391 …������S���F�������� �� �P3-sb<+WUg{Y_>,@66%" #&D7|}PNTu]\�arz�tq�DVHEU^x`[ii~��������…
/external/chromium_org/media/test/data/
Dbali_640x360_P420_alpha.yuv1tq������~{qXMQdZ`QJPele~|\QHEDDGFCAEFEGIV_�����������������������~|~��XhXJLKGC@A==Co������}ukgdca…
Dbali_640x360_P420.yuv1tq������~{qXMQdZ`QJPele~|\QHEDDGFCAEFEGIV_�����������������������~|~��XhXJLKGC@A==Co������}ukgdca…
Dbali_640x360_P422.yuv1tq������~{qXMQdZ`QJPele~|\QHEDDGFCAEFEGIV_�����������������������~|~��XhXJLKGC@A==Co������}ukgdca…
Dbear-1280x720.ts1983 …q�va�G��,e�~�M��DY�٘G��I�+�O�;nP,�T���ߦ��v&���Ⱥ����l�=4NL�;e��o9�R�1tq��)ye�O+�V�ީ_ 
4399 …�������w�C�V'h�����&�3�o���������{�#d��S?�쎜�� ��P���\�ݫts�{�v��(tq�E�d�j%X�'ڸ��������…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_mgc.pkb1330 n6�j���B2f9D.5U�ckt`�8BBJ/-j73(Icfym��\Lp]rjn�����b^khz��tq��������ܻ�ipioi{��~�*�
/external/qemu/distrib/jpeg-6b/
Dtestimg.ppm4 …-4-%46!AH&Wc;q�W��m��}����������������Ȕ�Н�ӫ�Ү�ѭ�˥�����������������������{{�tq�k_sWM]BIO3JM0KK/./1,…
/external/jpeg/
Dtestimg.ppm4 …-4-%46!AH&Wc;q�W��m��}����������������Ȕ�Н�ӫ�Ү�ѭ�˥�����������������������{{�tq�k_sWM]BIO3JM0KK/./1,…
/external/chromium_org/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4495tq=0,tr=0,ts=0,tt=0,tu=0,tv=0,tw=0,tx=0,ty=0,tz=0,tA=0,tB=0,tC=0,tD=0,tE=0,tF=0,tG=0.0,tH=0,tI=0,t…
4496 …,c[v>>2]=0,c[v+8>>2]=e,v)|0);aI(99872,14,1,c[10030]|0);i=b;return}function tq(a){a=a|0;var b=0;b=i… function
4499 …vk,s9,vk,g3,vk,kt,vk,uO,vk,qt,vk,eH,vk,mo,vk,os,vk,kN,vk,kw,vk,ha,vk,gD,vk,tq,vk,sl,vk,ko,vk,k4,vk…

12