Home
last modified time | relevance | path

Searched refs:ssz (Results 1 – 25 of 43) sorted by relevance

12

/external/libvpx/libvpx/test/
Dvp9_block_error_test.cc36 intptr_t block_size, int64_t *ssz,
44 intptr_t block_size, int64_t *ssz);
49 int64_t *ssz, int bps) { in BlockError8BitWrapper() argument
51 return fn(coeff, dqcoeff, block_size, ssz); in BlockError8BitWrapper()
78 int64_t ssz; in TEST_P() local
102 ret = error_block_op_(coeff, dqcoeff, block_size, &ssz, bit_depth_)); in TEST_P()
103 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P()
121 int64_t ssz; in TEST_P() local
160 ret = error_block_op_(coeff, dqcoeff, block_size, &ssz, bit_depth_)); in TEST_P()
161 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P()
/external/libaom/libaom/av1/encoder/mips/msa/
Derror_msa.c18 const int16_t *coeff_ptr, const int16_t *dq_coeff_ptr, int64_t *ssz) { \
71 *ssz = __msa_copy_s_d(sq_coeff_r, 0); \
72 *ssz += __msa_copy_s_d(sq_coeff_l, 0); \
93 int64_t *ssz) { in av1_block_error_msa() argument
99 case 16: err = block_error_16size_msa(coeff, dq_coeff, ssz); break; in av1_block_error_msa()
100 case 64: err = block_error_64size_msa(coeff, dq_coeff, ssz); break; in av1_block_error_msa()
101 case 256: err = block_error_256size_msa(coeff, dq_coeff, ssz); break; in av1_block_error_msa()
102 case 1024: err = block_error_1024size_msa(coeff, dq_coeff, ssz); break; in av1_block_error_msa()
104 err = av1_block_error_c(coeff_ptr, dq_coeff_ptr, blk_size, ssz); in av1_block_error_msa()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_error_msa.c16 const int16_t *coeff_ptr, const int16_t *dq_coeff_ptr, int64_t *ssz) { \
69 *ssz = __msa_copy_s_d(sq_coeff_r, 0); \
70 *ssz += __msa_copy_s_d(sq_coeff_l, 0); \
89 int64_t *ssz) { in vp9_block_error_msa() argument
95 case 16: err = block_error_16size_msa(coeff, dq_coeff, ssz); break; in vp9_block_error_msa()
96 case 64: err = block_error_64size_msa(coeff, dq_coeff, ssz); break; in vp9_block_error_msa()
97 case 256: err = block_error_256size_msa(coeff, dq_coeff, ssz); break; in vp9_block_error_msa()
98 case 1024: err = block_error_1024size_msa(coeff, dq_coeff, ssz); break; in vp9_block_error_msa()
100 err = vp9_block_error_c(coeff_ptr, dq_coeff_ptr, blk_size, ssz); in vp9_block_error_msa()
/external/libaom/libaom/test/
Derror_block_test.cc36 intptr_t block_size, int64_t *ssz, int bps);
65 int64_t ssz; in TEST_P() local
89 ret = error_block_op_(coeff, dqcoeff, block_size, &ssz, bit_depth_)); in TEST_P()
90 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P()
108 int64_t ssz; in TEST_P() local
147 ret = error_block_op_(coeff, dqcoeff, block_size, &ssz, bit_depth_)); in TEST_P()
148 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P()
164 int64_t ssz; in TEST_P() local
207 error_block_op_(coeff, dqcoeff, block_size, &ssz, bit_depth_); in TEST_P()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
Dtirpc_rpc_broadcast_exp_scalability.c95 int ssz = 0; in main() local
114 …pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
120 ssz); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
Dtirpc_rpc_broadcast_scalability.c95 int ssz = 0; in main() local
114 …pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
120 ssz); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_scalability.c88 int ssz = 0; in main() local
107 …pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
113 ssz); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_scalability.c103 int ssz = 0; in main() local
122 …pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
128 ssz); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
Dtirpc_interlevel_clnt_call_scalability.c113 int ssz = 0; in main() local
132 …pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
138 ssz); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
Dtirpc_rpcb_rmtcall_scalability.c121 int ssz = 0; in main() local
140 …pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
146 ssz); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
Dtirpc_expertlevel_clnt_call_scalability.c131 int ssz = 0; in main() local
150 …pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
156 ssz); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
Dtirpc_bottomlevel_clnt_call_scalability.c136 int ssz = 0; in main() local
155 …pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
161 ssz); in main()
/external/libaom/libaom/av1/encoder/x86/
Derror_sse2.asm21 ; int64_t *ssz)
24 cglobal block_error, 3, 3, 8, uqc, dqc, size, ssz
26 pxor m6, m6 ; ssz accumulator
Dhighbd_block_error_intrin_avx2.c18 intptr_t block_size, int64_t *ssz, in av1_highbd_block_error_avx2() argument
60 *ssz = sqcoeff; in av1_highbd_block_error_avx2()
Derror_intrin_avx2.c33 intptr_t block_size, int64_t *ssz) { in av1_block_error_avx2() argument
85 _mm_storel_epi64((__m128i *)(ssz), ssz_reg128); in av1_block_error_avx2()
Dhighbd_block_error_intrin_sse2.c18 intptr_t block_size, int64_t *ssz, in av1_highbd_block_error_sse2() argument
70 *ssz = sqcoeff; in av1_highbd_block_error_sse2()
/external/libvpx/config/x86/
Dvp9_rtcd.h34 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
35 …_error_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
66 …r_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
67 …se2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
/external/libvpx/config/x86_64/
Dvp9_rtcd.h34 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
35 …_error_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
66 …r_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
67 …se2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_error_sse2.asm19 ; int64_t *ssz)
22 cglobal block_error, 3, 3, 8, uqc, dqc, size, ssz
24 pxor m6, m6 ; ssz accumulator
Dvp9_highbd_block_error_intrin_sse2.c19 intptr_t block_size, int64_t *ssz, int bd) { in vp9_highbd_block_error_sse2() argument
70 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
Dvp9_error_avx2.c20 intptr_t block_size, int64_t *ssz) { in vp9_block_error_avx2() argument
105 _mm_storel_epi64((__m128i *)(ssz), ssz_128); in vp9_block_error_avx2()
/external/libvpx/libvpx/vp9/common/
Dvp9_rtcd_defs.pl127 …ck_error/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz";
146 …/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd";
/external/libvpx/config/generic/
Dvp9_rtcd.h34 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
58 …r_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
/external/libvpx/config/arm64/
Dvp9_rtcd.h34 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
59 …r_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h34 …ock_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
59 …r_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);

12