HomeSort by relevance Sort by last modified time
    Searched full:vin (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /frameworks/rs/
rsAnimation.cpp 62 float *vin = (float *)malloc(valueCount * sizeof(float));
64 a->mValuesInput = vin;
77 memcpy(vin, inValues, valueCount * sizeof(float));
84 if (a->mInputMin > vin[ct]) {
86 a->mInputMin = vin[ct];
88 if (a->mInputMax < vin[ct]) {
89 a->mInputMax = vin[ct];
98 if (vin[ct-1] > vin[ct]) {
99 float t = vin[ct-1]
    [all...]
  /external/clang/test/CodeGen/
asm-inout.c 23 void test3(int *vout, int vin)
26 asm ("opr %[vout],%[vin]"
28 : [vin] "r,m,r" (vin)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
m4v_h263_enc_test.cpp 211 VideoEncFrameIO vin, vout; local
212 memset(&vin, 0, sizeof(vin));
214 vin.height = height; // height is multiple of 16.
215 vin.pitch = width; // width is multiple of 16.
216 vin.timestamp = (numFramesEncoded * 1000) / frameRate; // in ms.
217 vin.yChan = inputBuf;
218 vin.uChan = vin.yChan + vin.height * vin.pitch
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
intrinsic_exponential.hpp 52 GLM_FUNC_QUALIFIER __m128 sse_normalize_fast_ps( float * RESTRICT vOut, float * RESTRICT vIn )
54 __m128 x = _mm_load_ss(&vIn[0]);
55 __m128 y = _mm_load_ss(&vIn[1]);
56 __m128 z = _mm_load_ss(&vIn[2]);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 461 VideoEncFrameIO vin, vout; local
462 memset(&vin, 0, sizeof(vin));
464 vin.height = align(mHeight, 16);
465 vin.pitch = align(mWidth, 16);
466 vin.timestamp = (inHeader->nTimeStamp + 500) / 1000; // in ms
467 vin.yChan = (uint8_t *)inputData;
468 vin.uChan = vin.yChan + vin.height * vin.pitch
    [all...]
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 476 VideoEncFrameIO vin, vout; local
477 memset(&vin, 0, sizeof(vin));
479 vin.height = ((mVideoHeight + 15) >> 4) << 4;
480 vin.pitch = ((mVideoWidth + 15) >> 4) << 4;
481 vin.timestamp = (outBuffer->timeStamp + 500) / 1000; // in ms
482 vin.yChan = mInputFrameData;
483 vin.uChan = vin.yChan + vin.height * vin.pitch
    [all...]
  /frameworks/native/cmds/surfacereplayer/replayer/
Color.h 38 HSV(double hIn, double sIn, double vIn) : h(hIn), s(sIn), v(vIn) {}
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMatrixF.cpp 728 @Input vIn Vector to normalize
733 const PVRTVECTOR3f &vIn)
738 temp = (double)(vIn.x * vIn.x + vIn.y * vIn.y + vIn.z * vIn.z);
742 vOut.x = vIn.x * f;
743 vOut.y = vIn.y * f
    [all...]
PVRTMatrixX.cpp 745 @Input vIn Vector to normalize
754 const PVRTVECTOR3x &vIn)
760 n = PVRTABS(vIn.x) + PVRTABS(vIn.y) + PVRTABS(vIn.z);
761 vTemp.x = PVRTXDIV(vIn.x, n);
762 vTemp.y = PVRTXDIV(vIn.y, n);
763 vTemp.z = PVRTXDIV(vIn.z, n);
777 @Input vIn Vector to get the length of
782 const PVRTVECTOR3x &vIn)
    [all...]
PVRTMatrix.h 726 @param[in] vIn Vector to normalize
731 const PVRTVECTOR3f &vIn);
735 @param[in] vIn Vector to normalize
744 const PVRTVECTOR3x &vIn);
747 @param[in] vIn Vector to get the length of
752 const PVRTVECTOR3f &vIn);
755 @param[in] vIn Vector to get the length of
760 const PVRTVECTOR3x &vIn);
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_georgian3.xml 57 <!-- U+10D5: "?" GEORGIAN LETTER VIN
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.h 40 __m128i fpToFixedPoint(const __m128 vIn)
42 __m128 vFixed = _mm_mul_ps(vIn, _mm_set1_ps(FIXED_POINT_SCALE));
  /hardware/interfaces/automotive/evs/1.0/vts/functional/
FormatConvert.cpp 41 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin) {
46 float V = Vin - 128.0f;
  /packages/services/Car/car-lib/src/android/car/
CarInfoManager.java 60 * Key for unique identifier for the car. This is not VIN, and id is persistent until user
124 * Return unique identifier for the car. This is not VIN, and id is persistent until user
  /packages/services/Car/evs/app/
FormatConvert.cpp 39 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin) {
44 float V = Vin - 128.0f;
  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 108 typename GraphT::NodeType *VIn, unsigned LastLinked) {
110 DT.Info[VIn];
112 return VIn;
118 Work.push_back(VIn);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DominatorInternals.h 109 typename GraphT::NodeType *VIn, unsigned LastLinked) {
111 DT.Info[VIn];
113 return VIn;
119 Work.push_back(VIn);
  /packages/services/Car/car-support-lib/src/android/support/car/
CarInfoManager.java 69 * Return unique identifier for the car. This is not VIN, and id is persistent until user
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 102 typename GraphT::NodeRef VIn,
104 auto &VInInfo = DT.Info[VIn];
106 return VIn;
112 Work.push_back(VIn);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 102 typename GraphT::NodeRef VIn,
104 auto &VInInfo = DT.Info[VIn];
106 return VIn;
112 Work.push_back(VIn);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 102 typename GraphT::NodeRef VIn,
104 auto &VInInfo = DT.Info[VIn];
106 return VIn;
112 Work.push_back(VIn);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 102 typename GraphT::NodeRef VIn,
104 auto &VInInfo = DT.Info[VIn];
106 return VIn;
112 Work.push_back(VIn);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 102 typename GraphT::NodeRef VIn,
104 auto &VInInfo = DT.Info[VIn];
106 return VIn;
112 Work.push_back(VIn);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 102 typename GraphT::NodeRef VIn,
104 auto &VInInfo = DT.Info[VIn];
106 return VIn;
112 Work.push_back(VIn);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 102 typename GraphT::NodeRef VIn,
104 auto &VInInfo = DT.Info[VIn];
106 return VIn;
112 Work.push_back(VIn);

Completed in 632 milliseconds

1 2 3 4