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

/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_error_msa.c17 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) {
97 err = block_error_16size_msa(coeff, dq_coeff, ssz);
100 err = block_error_64size_msa(coeff, dq_coeff, ssz);
103 err = block_error_256size_msa(coeff, dq_coeff, ssz);
106 err = block_error_1024size_msa(coeff, dq_coeff, ssz);
109 err = vp9_block_error_c(coeff_ptr, dq_coeff_ptr, blk_size, ssz);
88 vp9_block_error_msa(const tran_low_t *coeff_ptr, const tran_low_t *dq_coeff_ptr, intptr_t blk_size, int64_t *ssz) argument
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_error_intrin_avx2.c19 int64_t *ssz) {
28 // init sse and ssz registerd to zero
71 _mm_storel_epi64((__m128i*)(ssz), ssz_reg128);
16 vp9_block_error_avx2(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz) argument
H A Dvp9_highbd_block_error_intrin_sse2.c17 intptr_t block_size, int64_t *ssz,
69 *ssz = sqcoeff;
16 vp9_highbd_block_error_sse2(tran_low_t *coeff, tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bps) argument
/external/libvpx/libvpx/test/
H A Dvp9_error_block_test.cc36 int64_t *ssz, int bps);
66 int64_t ssz; local
90 &ssz, bit_depth_));
91 err_count += (ref_ret != ret) | (ref_ssz != ssz);
109 int64_t ssz; local
148 &ssz, bit_depth_));
149 err_count += (ref_ret != ret) | (ref_ssz != ssz);
166 int64_t *ssz, int bps) {
168 return vp9_highbd_block_error_8bit_c(coeff, dqcoeff, block_size, ssz);
175 int64_t *ssz, in
163 wrap_vp9_highbd_block_error_8bit_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bps) argument
172 wrap_vp9_highbd_block_error_8bit_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bps) argument
194 wrap_vp9_highbd_block_error_8bit_avx(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bps) argument
[all...]
/external/jemalloc/src/
H A Dstats.c438 size_t sv, bsz, usz, ssz, sssz, cpsz; local
442 ssz = sizeof(size_t);
474 if (je_mallctl("opt."#n, &sv, &ssz, NULL, 0) == 0) { \
572 if (je_mallctl("arenas.tcache_max", &sv, &ssz, NULL, 0) == 0) {
/external/opencv3/modules/core/test/
H A Dtest_io.cpp163 int ssz[] = { local
169 SparseMat test_sparse_mat = cvTsGetRandomSparseMat(4, ssz, cvtest::randInt(rng)%(CV_64F+1),
/external/opencv3/modules/features2d/src/kaze/
H A DAKAZEFeatures.cpp1620 int ssz = 0; local
1623 ssz += gz*(gz - 1) / 2;
1625 ssz *= nchannels;
1627 CV_Assert(nbits <= ssz); // Descriptor size can't be bigger than full descriptor
1634 Mat_<int> fullM(ssz / nchannels, 5);
/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/helgrind/
H A Dhg_main.c3836 Word ssz; local
3858 ssz = VG_(sizeXA)( stack );
3860 if (ssz == 0) { ret = NULL; break; }
3862 here = *(Lock**) VG_(indexXA)( stack, ssz-1 );
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c276 int64_t *ssz, int bd) {
291 *ssz = sqcoeff;
298 int64_t *ssz) {
303 return vp9_block_error_c(coeff, dqcoeff, block_size, ssz);
309 int64_t *ssz, int bd) {
311 return vp9_highbd_block_error_8bit(coeff, dqcoeff, block_size, ssz);
313 return vp9_highbd_block_error(coeff, dqcoeff, block_size, ssz, bd);
319 intptr_t block_size, int64_t *ssz) {
329 *ssz = sqcoeff;
1402 int64_t ssz, r local
273 vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd) argument
295 vp9_highbd_block_error_8bit_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz) argument
306 vp9_highbd_block_error_dispatch(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd) argument
318 vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz) argument
[all...]

Completed in 200 milliseconds