HomeSort by relevance Sort by last modified time
    Searched refs:Q1 (Results 26 - 43 of 43) sorted by null

12

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFillRow7.s 37 qTmp1 QN Q1.U8
h264bsdWriteMacroblock.s 36 qRow1 QN Q1.U8
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdFillRow7.S 37 #define qTmp1 Q1.U8
h264bsdWriteMacroblock.S 38 #define qRow1 Q1.U8
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
858 Q1 = (P_J + (P_K << 1) + P_L + 2) >> 2;
862 temp = P0 | (P1 << 8); // [P0 P1 Q0 Q1]
863 temp |= (Q0 << 16); // [Q0 Q1 R0 DO]
864 temp |= (Q1 << 24); // [R0 D0 D1 D1]
870 temp = Q0 | (Q1 << 8);
1063 Q1 = (Q0 + R0) >> 2;
1075 //[D P1 Q1 R1]
1077 temp |= (S0 << 24); //[Q2 D P1 Q1]
1081 temp |= (Q1 << 16)
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 895 // 2. Q2.Put() ----\ b. Q1.Put() -----\ .
896 // \ \--------> A. Q1.Get()
899 ProducerConsumerQueue Q1(INT_MAX), Q2(INT_MAX);
903 Q1.Put(NULL);
910 Q1.Get();
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 599 // 2. Q2.Put() ----\ b. Q1.Put() -----\ .
600 // \ \--------> A. Q1.Get()
603 ProducerConsumerQueue Q1(INT_MAX), Q2(INT_MAX);
607 Q1.Put(NULL);
614 Q1.Get();
1140 ProducerConsumerQueue *Q1, *Q2;
1158 void Putter1() { Putter(Q1); }
1162 Q1->Get();
1171 Q1 = new ProducerConsumerQueue(INT_MAX);
1177 delete Q1;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 139 qC1 QN Q1.S16
147 qSum1 QN Q1.S16
omxVCM4P10_PredictIntra_16x16_s.s 60 qLeft QN Q1.U8
101 qSum1 QN Q1.S16
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 119 qCoeffTab QN Q1.S32
omxVCM4P2_MCReconBlock_s.s 320 qSum7 QN Q1.U16
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 429 case ARM::Q0: case ARM::Q1: case ARM::Q2: case ARM::Q3:
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 601 // str q1, [sp]
613 // str q1, [x1]
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 761 milliseconds

12