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

  /frameworks/base/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/base/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 95 weight_common_divisor_(w1.Value2(), w2.Value2()));
factor-weight.h 119 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/base/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/base/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/base/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/ARM/
ARMMachObjectWriter.cpp 143 uint32_t Value2 = 0;
157 Value2 = Writer->getSymbolAddress(B_SD, Layout);
205 MRE.Word1 = Value2;
243 uint32_t Value2 = 0;
254 Value2 = Writer->getSymbolAddress(B_SD, Layout);
267 MRE.Word1 = Value2;
  /external/clang/test/SemaTemplate/
default-arguments.cpp 64 template<T Value1 = sizeof(T), T Value2 = sizeof(U),
65 T Value3 = Value1 + Value2>
  /frameworks/base/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/base/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/base/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/harfbuzz/src/
harfbuzz-gpos-private.h 212 HB_ValueRecord Value2; /* pos. data for second glyph */
241 HB_ValueRecord Value2; /* pos. data for second glyph */
harfbuzz-gpos.c 1114 error = Load_ValueRecord( &pvr[n].Value2, format2,
1133 Free_ValueRecord( &pvr[m].Value2, format2 );
1160 Free_ValueRecord( &pvr[n].Value2, format2 );
1319 error = Load_ValueRecord( &c2r[n].Value2, format2,
1338 Free_ValueRecord( &c2r[k].Value2, format2 );
1355 Free_ValueRecord( &c2r[n].Value2, format2 );
1397 Free_ValueRecord( &c2r[n].Value2, format2 );
    [all...]
harfbuzz-dump.c 570 DUMP_VALUE_RECORD (&PairValueRecord->Value2, ValueFormat2);
  /external/llvm/lib/Target/X86/
X86MachObjectWriter.cpp 361 uint32_t Value2 = 0;
377 Value2 = Writer->getSymbolAddress(B_SD, Layout);
390 MRE.Word1 = Value2;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 861 milliseconds