HomeSort by relevance Sort by last modified time
    Searched full:outr (Results 1 - 10 of 10) sorted by null

  /external/libxaac/decoder/
ixheaacd_aac_imdct.c 305 WORD32 tempr, tempi, outi, outr, temp1, temp2; local
316 outr =
320 temp2 = ixheaacd_mult32x16in32(outr, adjust);
322 outr = outr + temp1;
325 *out_ptr++ = outr;
336 outr =
340 temp2 = ixheaacd_mult32x16in32(outr, adjust);
342 outr = outr + temp1
386 WORD32 tempr, tempi, outi, outr, temp1, temp2; local
484 WORD32 tempr, tempi, outr, outi, win1, accu, temp1, temp2; local
635 WORD32 tempr, tempi, temp1, temp2, outr, outi, win1, accu; local
    [all...]
  /external/skia/include/private/
GrSwizzle.h 80 uint32_t outR = (color >> idx * 8) & 0xFF;
90 return GrColorPackRGBA(outR, outG, outB, outA);
99 float outR = color.fRGBA[idx];
109 return GrColor4f(outR, outG, outB, outA);
  /external/skqp/include/private/
GrSwizzle.h 80 uint32_t outR = (color >> idx * 8) & 0xFF;
90 return GrColorPackRGBA(outR, outG, outB, outA);
99 float outR = color.fRGBA[idx];
109 return GrColor4f(outR, outG, outB, outA);
  /external/clang/test/FixIt/
typo.cpp 101 namespace outr { namespace
111 using namespace outr::inner; // expected-error{{no namespace named 'inner' in namespace 'outr'; did you mean 'outer::inner'?}}
114 outr::inner::i = 3; // expected-error{{no member named 'inner' in namespace 'outr'; did you mean 'outer::inner'?}}
  /external/llvm/lib/Target/Hexagon/
HexagonGenPredicate.cpp 396 Register OutR(Op0);
413 // Generate a copy-out: NewGPR = NewPR, and replace all uses of OutR
415 const TargetRegisterClass *RC = MRI->getRegClass(OutR.R);
419 MRI->replaceRegWith(OutR.R, NewOutR);
HexagonBitSimplify.cpp     [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 249 kWhatOutputFramesRendered = 'outR',
    [all...]
  /frameworks/support/work/integration-tests/testapp/src/main/assets/
advs.txt     [all...]
mems.txt     [all...]

Completed in 1954 milliseconds