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

  /external/libopus/celt/arm/
mdct_arm.h 52 #define clt_mdct_forward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \
53 clt_mdct_forward_neon(_l, _in, _out, _window, _int, _shift, _stride, _arch)
54 #define clt_mdct_backward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \
55 clt_mdct_backward_neon(_l, _in, _out, _window, _int, _shift, _stride, _arch)
  /external/libopus/celt/
mdct.h 86 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
89 _stride, _arch))
96 #define clt_mdct_backward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
99 _stride, _arch)
103 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
104 clt_mdct_forward_c(_l, _in, _out, _window, _overlap, _shift, _stride, _arch)
106 #define clt_mdct_backward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
107 clt_mdct_backward_c(_l, _in, _out, _window, _overlap, _shift, _stride, _arch)
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 128 [&](Ptr _dataPtr, Size _stride){
129 dataPtr1 = _dataPtr; stride = _stride; });
134 [&](Ptr _dataPtr, Size _stride){
135 dataPtr2 = _dataPtr; stride = _stride; });
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 182 size_t _stride = static_cast<size_t>(stride); local
183 Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride);
198 size_t _stride = static_cast<size_t>(stride); local
199 Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride);
251 size_t _stride = static_cast<size_t>(stride); local
252 Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data, _sizeBytes, _stride);
267 size_t _stride = static_cast<size_t>(stride); local
268 Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride);
339 size_t _stride = 0; local
340 void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _array, &_stride, sizeof(size_t))
    [all...]

Completed in 592 milliseconds