HomeSort by relevance Sort by last modified time
    Searched refs:Value2 (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 36 Value2 RN 5
51 MOV Value2, #0 ;// Initialize the zero value
73 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
77 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 37 Value2 RN 5
74 MOV Value2, #0 ;// Initialize the zero value
81 LDRSBNE Value2,[pSrc,#1]
85 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 36 Value2 RN 5
51 MOV Value2, #0 ;// Initialize the zero value
73 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
77 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 40 Value2 RN 5
88 LDRSBNE Value2,[pSrc,#1]
92 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 66 value2_ = w.Value2();
97 W2 Value2() const { return value2_; }
107 return w.Value1() == v.Value1() && w.Value2() == v.Value2();
113 return w1.Value1() != w2.Value1() || w1.Value2() != w2.Value2();
128 return strm << w.Value1() << separator << w.Value2();
174 Plus(w.Value2(), v.Value2()));
181 Times(w.Value2(), v.Value2()))
    [all...]
determinize.h 93 weight_common_divisor_(w1.Value2(), w2.Value2()));
factor-weight.h 117 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
map.h 732 AW w2 = arc.weight.Value2();
786 AW w2 = arc.weight.Value2();
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 488 * Returns the result of saturated addition of the two inputs Value1, Value2
492 * [in] Value2 Second Operand
500 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
504 Result = Value1 + Value2;
506 if( (Value1^Value2) >= 0)
541 * Returns the result of saturated addition of the two inputs Value1, Value2
545 * [in] Value2 Second Operand
553 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2)
557 Result = Value1 + Value2;
559 if( (Value1^Value2) >= 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 488 * Returns the result of saturated addition of the two inputs Value1, Value2
492 * [in] Value2 Second Operand
500 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
504 Result = Value1 + Value2;
506 if( (Value1^Value2) >= 0)
541 * Returns the result of saturated addition of the two inputs Value1, Value2
545 * [in] Value2 Second Operand
553 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2)
557 Result = Value1 + Value2;
559 if( (Value1^Value2) >= 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 488 * Returns the result of saturated addition of the two inputs Value1, Value2
492 * [in] Value2 Second Operand
500 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
504 Result = Value1 + Value2;
506 if( (Value1^Value2) >= 0)
541 * Returns the result of saturated addition of the two inputs Value1, Value2
545 * [in] Value2 Second Operand
553 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2)
557 Result = Value1 + Value2;
559 if( (Value1^Value2) >= 0
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 168 const uint32_t Value2) {
173 MRE.r_word1 = Value2;
219 uint32_t Value2 = 0;
229 Value2 = Writer->getSymbolAddress(B_SD, Layout);
284 Log2Size, IsPCRel, Value2);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 168 uint32_t Value2 = 0;
183 Value2 = Writer->getSymbolAddress(B_SD, Layout);
234 MRE.r_word1 = Value2;
273 uint32_t Value2 = 0;
286 Value2 = Writer->getSymbolAddress(B_SD, Layout);
299 MRE.r_word1 = Value2;
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough.cpp 213 Value1, Value2
225 case Value2:
  /external/clang/test/SemaTemplate/
default-arguments.cpp 66 template<T Value1 = sizeof(T), T Value2 = sizeof(U),
67 T Value3 = Value1 + Value2>
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 308 * Returns the result of saturated addition of the two inputs Value1, Value2
312 * [in] Value2 Second Operand
322 OMX_S32 Value2
329 * Returns the result of saturated addition of the two inputs Value1, Value2
333 * [in] Value2 Second Operand
343 OMX_S64 Value2
349 * Returns the result of saturated substraction of the two inputs Value1, Value2
353 * [in] Value2 Second Operand
362 OMX_S32 Value2
369 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturate
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM.h 308 * Returns the result of saturated addition of the two inputs Value1, Value2
312 * [in] Value2 Second Operand
322 OMX_S32 Value2
329 * Returns the result of saturated addition of the two inputs Value1, Value2
333 * [in] Value2 Second Operand
343 OMX_S64 Value2
349 * Returns the result of saturated substraction of the two inputs Value1, Value2
353 * [in] Value2 Second Operand
362 OMX_S32 Value2
369 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturate
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM.h 308 * Returns the result of saturated addition of the two inputs Value1, Value2
312 * [in] Value2 Second Operand
322 OMX_S32 Value2
329 * Returns the result of saturated addition of the two inputs Value1, Value2
333 * [in] Value2 Second Operand
343 OMX_S64 Value2
349 * Returns the result of saturated substraction of the two inputs Value1, Value2
353 * [in] Value2 Second Operand
362 OMX_S32 Value2
369 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturate
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gpos-private.h 199 HB_ValueRecord Value2; /* pos. data for second glyph */
228 HB_ValueRecord Value2; /* pos. data for second glyph */
harfbuzz-gpos.c 1078 error = Load_ValueRecord( &pvr[n].Value2, format2,
1097 Free_ValueRecord( &pvr[m].Value2, format2 );
1124 Free_ValueRecord( &pvr[n].Value2, format2 );
1283 error = Load_ValueRecord( &c2r[n].Value2, format2,
1302 Free_ValueRecord( &c2r[k].Value2, format2 );
1319 Free_ValueRecord( &c2r[n].Value2, format2 );
1361 Free_ValueRecord( &c2r[n].Value2, format2 );
1490 return Get_ValueRecord( gpi, &pvr->Value2, format2,
1530 return Get_ValueRecord( gpi, &c2r->Value2, format2, POSITION( buffer->in_pos ) );
    [all...]
harfbuzz-dump.c 568 DUMP_VALUE_RECORD (&PairValueRecord->Value2, ValueFormat2);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 382 uint32_t Value2 = 0;
399 Value2 = Writer->getSymbolAddress(B_SD, Layout);
425 MRE.r_word1 = Value2;
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 556 TYPE Value2 = this->GetAt(nStopPos);
558 int iGreate = (*pCompare)(Value1, Value2);
561 this->SetAt(nStartPos, Value2);
  /external/clang/lib/Analysis/
CFG.cpp 592 const llvm::APSInt &Value2) {
593 assert(Value1.isSigned() == Value2.isSigned());
598 return TryResult(Value1 == Value2);
600 return TryResult(Value1 != Value2);
602 return TryResult(Value1 < Value2);
604 return TryResult(Value1 <= Value2);
606 return TryResult(Value1 > Value2);
608 return TryResult(Value1 >= Value2);
687 // Value less than both Value1 and Value2
691 // Value between Value1 and Value2
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 1630 milliseconds

1 2