Home
last modified time | relevance | path

Searched refs:tq (Results 1 – 25 of 32) 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/iproute2/ip/
Diplink_can.c135 if (get_u32(&bt.tq, *argv, 0)) in can_parse_opt()
166 if (get_u32(&dbt.tq, *argv, 0)) in can_parse_opt()
238 if (bt.bitrate || bt.tq) in can_parse_opt()
240 if (dbt.bitrate || dbt.tq) in can_parse_opt()
297 bt->tq, bt->prop_seg, bt->phase_seg1, bt->phase_seg2, in can_print_opt()
323 dbt->tq, dbt->prop_seg, dbt->phase_seg1, in can_print_opt()
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp273 …de, const tcu::IVec2& dstSize, const tcu::IVec2& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq) in computeNonProjectedTriLod() argument
277 float dvx = (tq.z() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod()
278 float dvy = (tq.y() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod()
314 … dstSize, const tcu::IVec3& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq, const tcu::Vec3& rq) in computeNonProjectedTriLod() argument
318 float dvx = (tq.z() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod()
319 float dvy = (tq.y() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod()
464 …t, const tcu::Texture2DView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const ReferencePara… in sampleTextureNonProjected() argument
477 tcu::Vec3 triT[2] = { tq.swizzle(0, 1, 2), tq.swizzle(3, 2, 1) }; in sampleTextureNonProjected()
541 …t, const tcu::Texture2DView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const ReferencePara… in sampleTextureProjected() argument
552 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/kernel-headers/original/uapi/linux/can/
Dnetlink.h33 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member
/external/iproute2/include/linux/can/
Dnetlink.h33 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c1611 mp_int ta, tb, tq, q; in mp_div() local
1633 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) { in mp_div()
1638 mp_set(&tq, 1); in mp_div()
1643 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div()
1650 ((res = mp_add(&q, &tq, &q)) != MP_OKAY)) { in mp_div()
1655 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) { in mp_div()
1672 mp_clear_multi(&ta, &tb, &tq, &q, NULL); in mp_div()
/external/llvm/test/CodeGen/X86/
D2011-06-14-mmx-inlineasm.ll2 ; ModuleID = 'tq.c'
/external/clang/include/clang/AST/
DType.h2443 ArraySizeModifier sm, unsigned tq,
2450 ArrayTypeBits.IndexTypeQuals = tq;
2483 ArraySizeModifier sm, unsigned tq)
2484 : ArrayType(ConstantArray, et, can, sm, tq,
2489 const llvm::APInt &size, ArraySizeModifier sm, unsigned tq)
2490 : ArrayType(tc, et, can, sm, tq, et->containsUnexpandedParameterPack()),
2532 ArraySizeModifier sm, unsigned tq)
2533 : ArrayType(IncompleteArray, et, can, sm, tq,
2582 ArraySizeModifier sm, unsigned tq,
2584 : ArrayType(VariableArray, et, can, sm, tq,
[all …]
/external/opencv3/modules/imgproc/src/
Dsumpixels.cpp213 QT tq = sqsum[x - sqsumstep] + sq; in integral_() local
215 sqsum[x] = tq; in integral_()
/external/deqp/framework/common/
DtcuAstcUtil.cpp298 deUint32 tq; //!< Trit or quint value, depending on ISE mode. member
635 dst[i].tq = trits[i]; in decodeISETritBlock()
682 dst[i].tq = quints[i]; in decodeISEQuintBlock()
754 dst[endpointNdx] = (((iseResults[endpointNdx].tq*C + B) ^ A) >> 2) | (A & 0x80); in unquantizeColorEndpoints()
1237 dst[weightNdx] = (((weightGrid[weightNdx].tq*C + B) ^ A) >> 2) | (A & 0x20); in unquantizeWeights()
/external/elfutils/tests/
Drun-strings-test.sh170 testfile4: 307d tq;F
/external/clang/lib/AST/
DType.cpp127 unsigned tq, in DependentSizedArrayType() argument
129 : ArrayType(DependentSizedArray, et, can, sm, tq, in DependentSizedArrayType()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/hyphenation-patterns/es/
Dhyph-es.pat.txt357 2tq
/external/webrtc/talk/media/testdata/
Dvoice.rtpdump85 …���F��:��5r*��pjzrx���z{wy����rx�|yz����z{���wq}����u{�������zw}���ys|���tq|���|��wp~���xp~�~|��…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dcollationtest.txt555 <3 tq
/external/icu/icu4c/source/test/testdata/
Dcollationtest.txt555 <3 tq
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
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/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/libjpeg-turbo/testimages/
Dtestorig.ppm4 …-4-%46!BI'Wc;q�W��m��}����������������Ȕ�Н�ӫ�Ү�ѭ�˥�����������������������{{�tq�k_sWM]BIO3JM0KK/./1,…
/external/webrtc/data/voice_engine/stereo_rtp_files/
Dhrtf_g722_1C_48_jitterT2.rtp2063 ��Tә��tq��� �8�9��=�@% �b^p]Z8���p��+��o��1*�<_�t��?�����9�}���=EI��X��t��GI�D������.…
/external/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