Searched defs:ssz (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_error_intrin_avx2.c18 int64_t *ssz) {
27 // init sse and ssz registerd to zero
70 _mm_storel_epi64((__m128i*)(ssz), ssz_reg128);
15 vp9_block_error_avx2(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz) argument
/external/jemalloc/src/
H A Dstats.c344 size_t sv, bsz, ssz, sssz, cpsz; local
347 ssz = sizeof(size_t);
364 if ((err = je_mallctl("opt."#n, &sv, &ssz, NULL, 0)) \
437 if ((err = je_mallctl("arenas.tcache_max", &sv, &ssz, NULL, 0))
/external/opencv/cv/src/
H A Dcvhaar.cpp1013 CvSize ssz; local
1017 ssz = cvSize(sz1.width, y2 - y1);
1024 (float*)(norm1.data.ptr + y1*norm1.step), norm1.step, ssz, equ_rect );
1026 positive = (ssz.width/ystep)*((ssz.height + ystep-1)/ystep);
1032 for( x = 0; x < ssz.width; x += ystep )
1041 mask1.data.ptr + y1*mask1.step, mask1.step, ssz, &positive,
1055 for( x = 0; x < ssz.width; x += ystep )
1066 for( x = 0; x < ssz.width; x += ystep )
/external/valgrind/main/helgrind/
H A Dhg_main.c3701 Word ssz; local
3723 ssz = VG_(sizeXA)( stack );
3725 if (ssz == 0) { ret = NULL; break; }
3727 here = *(Lock**) VG_(indexXA)( stack, ssz-1 );
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c255 intptr_t block_size, int64_t *ssz) {
265 *ssz = sqcoeff;
1141 int64_t ssz, rd, rd1, rd2; local
1150 16, &ssz);
1151 thissse += ssz;
254 vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c527 intptr_t block_size, int64_t *ssz) {
537 *ssz = sqcoeff;
1584 int64_t ssz, rd, rd1, rd2; local
1593 16, &ssz);
1594 thissse += ssz;
526 vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz) argument

Completed in 1408 milliseconds