Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c21 v2i64 err0 = { 0 }; in vp8_block_error_msa() local
30 DPADD_SD2_SD(diff0, diff1, err0, err1); in vp8_block_error_msa()
35 err0 += __msa_splati_d(err0, 1); in vp8_block_error_msa()
37 err = __msa_copy_s_d(err0, 0); in vp8_block_error_msa()
53 v2i64 err0, err1; in vp8_mbblock_error_msa() local
87 DOTP_SW2_SD(diff0, diff1, diff0, diff1, err0, err1); in vp8_mbblock_error_msa()
90 DPADD_SD2_SD(diff0, diff1, err0, err1); in vp8_mbblock_error_msa()
91 err0 += __msa_splati_d(err0, 1); in vp8_mbblock_error_msa()
93 err += __msa_copy_s_d(err0, 0); in vp8_mbblock_error_msa()
99 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.c23 v2i64 err0, err_dup0, err1, err_dup1; \
32 DOTP_SW2_SD(diff_r, diff_l, diff_r, diff_l, err0, err1); \
40 DPADD_SD2_SD(diff_r, diff_l, err0, err1); \
52 DPADD_SD2_SD(diff_r, diff_l, err0, err1); \
60 DPADD_SD2_SD(diff_r, diff_l, err0, err1); \
73 err_dup0 = __msa_splati_d(err0, 1); \
75 err0 += err_dup0; \
77 err = __msa_copy_s_d(err0, 0); \
/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon.c207 goto err0; in crypto_scrypt()
212 goto err0; in crypto_scrypt()
216 goto err0; in crypto_scrypt()
224 goto err0; in crypto_scrypt()
230 goto err0; in crypto_scrypt()
242 goto err0; in crypto_scrypt()
302 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.cpp71 int err0 = i - v0; in test_5bits() local
75 v0, err0, v1, err1, v2, err2); in test_5bits()
78 e0 += err0; in test_5bits()
81 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/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/scrypt/patches/
Darm-neon.patch339 + goto err0;
344 + goto err0;
348 + goto err0;
356 + goto err0;
362 + goto err0;
374 + goto err0;
434 +err0:
/external/libvpx/libvpx/vpx_dsp/mips/
Dvariance_msa.c498 v4i32 err0 = { 0 }; in vpx_get4x4sse_cs_msa() local
507 DPADD_SH2_SW(diff0, diff1, diff0, diff1, err0, err1); in vpx_get4x4sse_cs_msa()
508 err = HADD_SW_S32(err0); in vpx_get4x4sse_cs_msa()