Searched defs:out_r (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/test/
H A Ddct32x32_test.cc270 double out_r[kNumCoeffs]; local
287 reference_32x32_dct_2d(in, out_r);
289 coeff[j] = static_cast<tran_low_t>(round(out_r[j]));
H A Dfdct8x8_test.cc394 double out_r[kNumCoeffs]; local
411 reference_8x8_dct_2d(in, out_r);
413 coeff[j] = static_cast<tran_low_t>(round(out_r[j]));
447 double out_r[kNumCoeffs]; local
454 reference_8x8_dct_2d(in, out_r);
456 coeff_r[j] = static_cast<tran_low_t>(round(out_r[j]));
H A Ddct16x16_test.cc524 double out_r[kNumCoeffs]; local
541 reference_16x16_dct_2d(in, out_r);
543 coeff[j] = static_cast<tran_low_t>(round(out_r[j]));
/external/zlib/src/contrib/inflate86/
H A Dinffast.S317 #define out_r %edi define
351 movl out(%esp), out_r
428 cmpl out_r, end(%esp)
624 movl out_r, %eax
631 movl out_r, from_r
636 movb %al, (out_r)
640 movb %al, 1(out_r)
641 movb %dl, 2(out_r)
642 addl $3, out_r
652 cmpl out_r, be
[all...]
/external/boringssl/src/crypto/dsa/
H A Ddsa.c765 BIGNUM **out_r) {
842 BN_clear_free(*out_r);
843 *out_r = r;
764 DSA_sign_setup(const DSA *dsa, BN_CTX *ctx_in, BIGNUM **out_kinv, BIGNUM **out_r) argument
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp140 int* out_r,
152 *out_r = r;
135 sycc_to_rgb(int offset, int upb, int y, int cb, int cr, int* out_r, int* out_g, int* out_b) argument

Completed in 233 milliseconds