HomeSort by relevance Sort by last modified time
    Searched defs:out_r (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/test/
dct32x32_test.cc 253 double out_r[kNumCoeffs]; local
270 reference_32x32_dct_2d(in, out_r);
272 coeff[j] = static_cast<tran_low_t>(round(out_r[j]));
fdct8x8_test.cc 389 double out_r[kNumCoeffs]; local
406 reference_8x8_dct_2d(in, out_r);
408 coeff[j] = static_cast<tran_low_t>(round(out_r[j]));
442 double out_r[kNumCoeffs]; local
450 reference_8x8_dct_2d(in, out_r);
452 coeff_r[j] = static_cast<tran_low_t>(round(out_r[j]));
dct16x16_test.cc 507 double out_r[kNumCoeffs]; local
524 reference_16x16_dct_2d(in, out_r);
526 coeff[j] = static_cast<tran_low_t>(round(out_r[j]));
  /external/zlib/src/contrib/inflate86/
inffast.S 317 #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, beg(%esp
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/inflate86/
inffast.S 317 #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, beg(%esp
    [all...]
  /bootable/recovery/minui/
graphics.cpp 74 uint32_t out_r = (pix_r * (255 - alpha) + cur_r * alpha) / 255; local
78 return (out_r & 0xff) | (out_g & 0xff00) | (out_b & 0xff0000) | (gr_current & 0xff000000);
  /external/tensorflow/tensorflow/core/kernels/
deep_conv2d.cc 807 const int64 out_r = out_r_start + ot_row; local
    [all...]
  /art/compiler/optimizing/
intrinsics_arm_vixl.cc 2911 vixl32::Register out_r = OutputRegister(instr); local
    [all...]

Completed in 344 milliseconds