/external/libvpx/libvpx/test/ |
D | vp9_error_block_test.cc | 36 int64_t *ssz, int bps); 66 int64_t ssz; in TEST_P() local 90 &ssz, bit_depth_)); in TEST_P() 91 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P() 109 int64_t ssz; in TEST_P() local 148 &ssz, bit_depth_)); in TEST_P() 149 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P() 166 int64_t *ssz, int bps) { in wrap_vp9_highbd_block_error_8bit_c() argument 168 return vp9_highbd_block_error_8bit_c(coeff, dqcoeff, block_size, ssz); in wrap_vp9_highbd_block_error_8bit_c() 175 int64_t *ssz, int bps) { in wrap_vp9_highbd_block_error_8bit_sse2() argument [all …]
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_error_msa.c | 17 int64_t *ssz) { \ 70 *ssz = __msa_copy_s_d(sq_coeff_r, 0); \ 71 *ssz += __msa_copy_s_d(sq_coeff_l, 0); \ 90 intptr_t blk_size, int64_t *ssz) { in vp9_block_error_msa() argument 97 err = block_error_16size_msa(coeff, dq_coeff, ssz); in vp9_block_error_msa() 100 err = block_error_64size_msa(coeff, dq_coeff, ssz); in vp9_block_error_msa() 103 err = block_error_256size_msa(coeff, dq_coeff, ssz); in vp9_block_error_msa() 106 err = block_error_1024size_msa(coeff, dq_coeff, ssz); in vp9_block_error_msa() 109 err = vp9_block_error_c(coeff_ptr, dq_coeff_ptr, blk_size, ssz); in vp9_block_error_msa()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RopMethod.java | 165 int ssz = successors.size(); in calcPredecessors() local 166 if (ssz == 0) { in calcPredecessors() 170 for (int j = 0; j < ssz; j++) { in calcPredecessors()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_highbd_error_sse2.asm | 20 ; intptr_t block_size, int64_t *ssz) 24 cglobal highbd_block_error_8bit, 3, 3, 8, uqc, dqc, size, ssz 26 pxor m6, m6 ; ssz accumulator
|
D | vp9_error_intrin_avx2.c | 19 int64_t *ssz) { in vp9_block_error_avx2() argument 71 _mm_storel_epi64((__m128i*)(ssz), ssz_reg128); in vp9_block_error_avx2()
|
D | vp9_highbd_block_error_intrin_sse2.c | 17 intptr_t block_size, int64_t *ssz, in vp9_highbd_block_error_sse2() argument 69 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
|
D | vp9_error_sse2.asm | 18 ; int64_t *ssz) 21 cglobal block_error, 3, 3, 8, uqc, dqc, size, ssz 23 pxor m6, m6 ; ssz accumulator
|
D | vp9_highbd_error_avx.asm | 20 ; intptr_t block_size, int64_t *ssz) 24 cglobal highbd_block_error_8bit, 4, 5, 8, uqc, dqc, size, ssz 102 pxor xm6, xm6 ; ssz accumulator 193 pxor xm6, xm6 ; ssz accumulator
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 244 …ck_error/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz"; 247 …/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd"; 250 …ror_8bit/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz"; 262 …ck_error/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz";
|
/external/jemalloc/src/ |
D | stats.c | 438 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_print() local 442 ssz = sizeof(size_t); in stats_print() 474 if (je_mallctl("opt."#n, &sv, &ssz, NULL, 0) == 0) { \ in stats_print() 572 if (je_mallctl("arenas.tcache_max", &sv, &ssz, NULL, 0) == 0) { in stats_print()
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 40 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz); 41 …_error_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
|
/external/icu/icu4c/source/data/coll/ |
D | hu.txt | 43 "&sz<<<ssz/sz"
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 40 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz); 41 …_error_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 38 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 38 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 38 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 38 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
|
/external/opencv3/modules/objdetect/src/ |
D | haar.cpp | 1314 Size ssz(sum1.cols - 1 - winSize0.width, y2 - y1); in operator ()() local 1324 ippiSize(ssz.width, ssz.height), iequRect ); in operator ()() 1326 int positive = (ssz.width/ystep)*((ssz.height + ystep-1)/ystep); in operator ()() 1334 memset( mask1row, 0, ssz.width ); in operator ()() 1337 for( x = 0; x < ssz.width; x += ystep ) in operator ()() 1347 ippiSize(ssz.width, ssz.height), &positive, in operator ()() 1360 for( x = 0; x < ssz.width; x += ystep ) in operator ()() 1377 for( x = 0; x < ssz.width; x += ystep ) in operator ()()
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 38 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
|
/external/opencv/cv/src/ |
D | cvhaar.cpp | 1013 CvSize ssz; in cvHaarDetectObjects() local 1017 ssz = cvSize(sz1.width, y2 - y1); in cvHaarDetectObjects() 1024 (float*)(norm1.data.ptr + y1*norm1.step), norm1.step, ssz, equ_rect ); in cvHaarDetectObjects() 1026 positive = (ssz.width/ystep)*((ssz.height + ystep-1)/ystep); in cvHaarDetectObjects() 1032 for( x = 0; x < ssz.width; x += ystep ) in cvHaarDetectObjects() 1041 mask1.data.ptr + y1*mask1.step, mask1.step, ssz, &positive, in cvHaarDetectObjects() 1055 for( x = 0; x < ssz.width; x += ystep ) in cvHaarDetectObjects() 1066 for( x = 0; x < ssz.width; x += ystep ) in cvHaarDetectObjects()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | RopTranslator.java | 423 int ssz = successors.size(); in pickOrder() local 425 for (int i = 0; i < ssz; i++) { in pickOrder()
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 39 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 39 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
|
/external/opencv3/modules/core/test/ |
D | test_io.cpp | 163 int ssz[] = { in run() local 169 … SparseMat test_sparse_mat = cvTsGetRandomSparseMat(4, ssz, cvtest::randInt(rng)%(CV_64F+1), in run()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 276 int64_t *ssz, int bd) { in vp9_highbd_block_error_c() argument 291 *ssz = sqcoeff; in vp9_highbd_block_error_c() 298 int64_t *ssz) { in vp9_highbd_block_error_8bit_c() argument 303 return vp9_block_error_c(coeff, dqcoeff, block_size, ssz); in vp9_highbd_block_error_8bit_c() 309 int64_t *ssz, int bd) { in vp9_highbd_block_error_dispatch() argument 311 return vp9_highbd_block_error_8bit(coeff, dqcoeff, block_size, ssz); in vp9_highbd_block_error_dispatch() 313 return vp9_highbd_block_error(coeff, dqcoeff, block_size, ssz, bd); in vp9_highbd_block_error_dispatch() 319 intptr_t block_size, int64_t *ssz) { in vp9_block_error_c() argument 329 *ssz = sqcoeff; in vp9_block_error_c() 1402 int64_t ssz, rd, rd1, rd2; in encode_inter_mb_segment() local [all …]
|