HomeSort by relevance Sort by last modified time
    Searched defs:vSrc (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.cpp 544 uint16_t *vSrc = (uint16_t*) srcV;
551 v01 = *((uint32_t*)vSrc); vSrc += 2;
576 v01 = *vSrc;
  /frameworks/av/media/codec2/components/vpx/
C2SoftVpxDec.cpp 661 uint16_t *vSrc = (uint16_t*) srcV;
668 v01 = *((uint32_t*)vSrc); vSrc += 2;
693 v01 = *vSrc;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
clip.h 789 typename SIMD_T::Float vSrc = SIMD_T::setzero_ps();
791 return SIMD_T::template mask_i32gather_ps<typename SIMD_T::ScaleFactor(1)>(vSrc, pBuffer, vOffsets, vMask);
794 void ScatterComponent(const float* pBuffer, uint32_t attrib, typename SIMD_T::Float const &vMask, typename SIMD_T::Integer const &vIndices, uint32_t component, typename SIMD_T::Float const &vSrc)
799 const float *pSrc = reinterpret_cast<const float *>(&vSrc);
    [all...]

Completed in 240 milliseconds