Home
last modified time | relevance | path

Searched refs:cnt1 (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpixlet.c130 unsigned cnt1, nbits, k, j = 0, i = 0; in read_low_coeffs() local
137 cnt1 = get_unary(bc, 0, 8); in read_low_coeffs()
138 if (cnt1 < 8) { in read_low_coeffs()
142 escape = ((1 << nbits) - 1) * cnt1; in read_low_coeffs()
145 escape = value + ((1 << nbits) - 1) * cnt1 - 1; in read_low_coeffs()
166 cnt1 = get_unary(bc, 0, 8); in read_low_coeffs()
167 if (cnt1 > 7) { in read_low_coeffs()
173 rlen = value + escape * cnt1 - 1; in read_low_coeffs()
176 rlen = escape * cnt1; in read_low_coeffs()
206 unsigned cnt1, shbits, rlen, nbits, length, i = 0, j = 0, k; in read_high_coeffs() local
[all …]
/third_party/optimized-routines/math/test/
Dulp.h249 uint64_t cnt1 = 0; in T() local
295 cnt1++; in T()
344 (unsigned long long) cnt1, (unsigned long long) cnt2, in T()
358 (unsigned long long) cnt1, 100.0 * cnt1 / cc, in T()
/third_party/openssl/test/recipes/
D80-test_cms.t664 my $cnt1 = 0;
667 $cnt1++;
668 $opts{output} = "$opts{prefix}-$cnt1";
/third_party/ffmpeg/libavcodec/x86/
Ddcadsp.asm30 cglobal lfe_fir0_float, 4, 6, 12 + cpuflag(fma3)*4, samples, lfe, coeff, nblocks, cnt1, cnt2
225 cglobal lfe_fir1_float, 4, 6, 10, samples, lfe, coeff, nblocks, cnt1, cnt2
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java855 String[] cnt1 = { in TestIncompleteCnt() local
889 int size = cnt1.length; in TestIncompleteCnt()
892 String t1 = cnt1[i]; in TestIncompleteCnt()
893 String t2 = cnt1[j]; in TestIncompleteCnt()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationMiscTest.java858 String[] cnt1 = { in TestIncompleteCnt() local
892 int size = cnt1.length; in TestIncompleteCnt()
895 String t1 = cnt1[i]; in TestIncompleteCnt()
896 String t2 = cnt1[j]; in TestIncompleteCnt()
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp584 int32_t cnt1, cnt2, cnt3, cnt4; in TestCollationKey() local
586 const uint8_t* byteArray1 = sortk1.getByteArray(cnt1); in TestCollationKey()
595 CollationKey sortk4(byteArray1, cnt1), sortk5(byteArray2, cnt2); in TestCollationKey()
/third_party/icu/icu4c/source/test/cintltst/
Dcmsccoll.c54 const static char cnt1[][10] = { variable
97 size = UPRV_LENGTHOF(cnt1); in IncompleteCntTest()
101 u_uastrcpy(t1, cnt1[i]); in IncompleteCntTest()
102 u_uastrcpy(t2, cnt1[j]); in IncompleteCntTest()