/external/libvpx/libvpx/test/ |
D | vp9_block_error_test.cc | 36 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/ |
D | error_msa.c | 18 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/ |
D | vp9_error_msa.c | 16 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/ |
D | error_block_test.cc | 36 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/ |
D | tirpc_rpc_broadcast_exp_scalability.c | 95 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/ |
D | tirpc_rpc_broadcast_scalability.c | 95 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/ |
D | tirpc_rpc_call_scalability.c | 88 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/ |
D | tirpc_toplevel_clnt_call_scalability.c | 103 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/ |
D | tirpc_interlevel_clnt_call_scalability.c | 113 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/ |
D | tirpc_rpcb_rmtcall_scalability.c | 121 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/ |
D | tirpc_expertlevel_clnt_call_scalability.c | 131 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/ |
D | tirpc_bottomlevel_clnt_call_scalability.c | 136 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/ |
D | error_sse2.asm | 21 ; int64_t *ssz) 24 cglobal block_error, 3, 3, 8, uqc, dqc, size, ssz 26 pxor m6, m6 ; ssz accumulator
|
D | highbd_block_error_intrin_avx2.c | 18 intptr_t block_size, int64_t *ssz, in av1_highbd_block_error_avx2() argument 60 *ssz = sqcoeff; in av1_highbd_block_error_avx2()
|
D | error_intrin_avx2.c | 33 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()
|
D | highbd_block_error_intrin_sse2.c | 18 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/ |
D | vp9_rtcd.h | 34 …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/ |
D | vp9_rtcd.h | 34 …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/ |
D | vp9_error_sse2.asm | 19 ; int64_t *ssz) 22 cglobal block_error, 3, 3, 8, uqc, dqc, size, ssz 24 pxor m6, m6 ; ssz accumulator
|
D | vp9_highbd_block_error_intrin_sse2.c | 19 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()
|
D | vp9_error_avx2.c | 20 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/ |
D | vp9_rtcd_defs.pl | 127 …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/ |
D | vp9_rtcd.h | 34 …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/ |
D | vp9_rtcd.h | 34 …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/ |
D | vp9_rtcd.h | 34 …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);
|