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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 352 int16 j, n_1, offsetA, offsetB;
360 offsetA = offsetB = j;
364 offsetA = offset;
375 dec_5p_5N(index >> N, n_1, offsetA, pos); /* dec_5p_5N(index>>N, n_1, offsetA, pos); */
376 dec_1p_N1(index, n_1, offsetA, pos + 5);
379 dec_5p_5N(index >> N, n_1, offsetA, pos); /* dec_5p_5N(index>>N, n_1, offsetA, pos); */
383 dec_4p_4N(index >> (2*n_1 + 1), n_1, offsetA, pos); /* dec_4p_4N(index>>((2*n_1)+1 ), n_1, offsetA, pos); *
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferComputeInstance.hpp 49 vk::VkBuffer viewA, deUint32 offsetA,
vktApiBufferComputeInstance.cpp 113 deUint32 offsetA,
125 vk::makeDescriptorBufferInfo(viewA, (vk::VkDeviceSize)offsetA, (vk::VkDeviceSize)sizeof(tcu::Vec4[2])),
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btConvexConvexAlgorithm.cpp 63 btVector3& offsetA,
110 offsetA = dirA * tA;
113 ptsVector = translation - offsetA + offsetB;
143 btVector3 offsetA, offsetB; // offsets from segment centers to their closest points
146 segmentsClosestPoints( ptsVector, offsetA, offsetB, tA, tB, translation,
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btPolyhedralContactClipping.cpp 185 btVector3& offsetA,
232 offsetA = dirA * tA;
235 ptsVector = translation - offsetA + offsetB;
373 btVector3 offsetA;
386 btSegmentsClosestPoints(ptsVector,offsetA,offsetB,tA,tB,
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 532 Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0, RhsScalar* unpackedB=0);
539 Index strideA, Index strideB, Index offsetA, Index offsetB, RhsScalar* unpackedB)
566 const LhsScalar* blA = &blockA[i*strideA+offsetA*mr];
811 const LhsScalar* blA = &blockA[i*strideA+offsetA*LhsProgress];
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]

Completed in 503 milliseconds