Home
last modified time | relevance | path

Searched refs:err0 (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c20 v2i64 err0 = { 0 }; in vp8_block_error_msa() local
28 DPADD_SD2_SD(diff0, diff1, err0, err1); in vp8_block_error_msa()
33 err0 += __msa_splati_d(err0, 1); in vp8_block_error_msa()
35 err = __msa_copy_s_d(err0, 0); in vp8_block_error_msa()
50 v2i64 err0, err1; in vp8_mbblock_error_msa() local
82 DOTP_SW2_SD(diff0, diff1, diff0, diff1, err0, err1); in vp8_mbblock_error_msa()
85 DPADD_SD2_SD(diff0, diff1, err0, err1); in vp8_mbblock_error_msa()
86 err0 += __msa_splati_d(err0, 1); in vp8_mbblock_error_msa()
88 err += __msa_copy_s_d(err0, 0); in vp8_mbblock_error_msa()
94 DOTP_SW2_SD(diff0, diff1, diff0, diff1, err0, err1); in vp8_mbblock_error_msa()
[all …]
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_error_msa.c22 v2i64 err0, err_dup0, err1, err_dup1; \
31 DOTP_SW2_SD(diff_r, diff_l, diff_r, diff_l, err0, err1); \
39 DPADD_SD2_SD(diff_r, diff_l, err0, err1); \
51 DPADD_SD2_SD(diff_r, diff_l, err0, err1); \
59 DPADD_SD2_SD(diff_r, diff_l, err0, err1); \
72 err_dup0 = __msa_splati_d(err0, 1); \
74 err0 += err_dup0; \
76 err = __msa_copy_s_d(err0, 0); \
/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon.c206 goto err0; in crypto_scrypt()
211 goto err0; in crypto_scrypt()
215 goto err0; in crypto_scrypt()
223 goto err0; in crypto_scrypt()
229 goto err0; in crypto_scrypt()
241 goto err0; in crypto_scrypt()
301 err0: in crypto_scrypt()
Dcrypto_scrypt-ref.c233 goto err0; in crypto_scrypt()
238 goto err0; in crypto_scrypt()
242 goto err0; in crypto_scrypt()
250 goto err0; in crypto_scrypt()
255 goto err0; in crypto_scrypt()
293 err0: in crypto_scrypt()
Dcrypto_scrypt-sse.c280 goto err0; in crypto_scrypt()
285 goto err0; in crypto_scrypt()
289 goto err0; in crypto_scrypt()
297 goto err0; in crypto_scrypt()
303 goto err0; in crypto_scrypt()
315 goto err0; in crypto_scrypt()
375 err0: in crypto_scrypt()
/external/skia/samplecode/
DSampleColorFilter.cpp69 int err0 = i - v0; in test_5bits() local
73 v0, err0, v1, err1, v2, err2); in test_5bits()
76 e0 += err0; in test_5bits()
79 ae0 += SkAbs32(err0); in test_5bits()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_error_neon.c31 const int32x4_t err0 = vmull_s16(diff_lo, diff_lo); in vp9_block_error_fp_neon() local
32 const int32x4_t err1 = vmlal_s16(err0, diff_hi, diff_hi); in vp9_block_error_fp_neon()
/external/ltp/testcases/kernel/device-drivers/uaccess/
Dltp_uaccess.c105 goto err0; in uaccess_init()
127 err0: in uaccess_init()
/external/clang/test/PCH/
Dcxx1y-variable-templates.cpp42 template<typename T> extern float err0;
92 …template<typename T> extern T err0; // expected-error {{redeclaration of 'err0' with a different t…
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
D9-1.c71 goto err0; in do_test()
190 err0: in do_test()
/external/scrypt/patches/
Darm_neon.patch338 + goto err0;
343 + goto err0;
347 + goto err0;
355 + goto err0;
361 + goto err0;
373 + goto err0;
433 +err0:
/external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
Dltp_block_dev.c394 goto err0; in test_init_module()
416 err0: in test_init_module()
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
Dltp_tpci.c712 goto err0; in tpci_init_module()
742 err0: in tpci_init_module()
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c591 goto err0; in init_module()
629 err0: in init_module()
/external/libvpx/libvpx/vpx_dsp/mips/
Dvariance_msa.c496 v4i32 err0 = { 0 }; in vpx_get4x4sse_cs_msa() local
502 CALC_MSE_B(src, ref, err0); in vpx_get4x4sse_cs_msa()
504 return HADD_SW_S32(err0); in vpx_get4x4sse_cs_msa()