Searched refs:stride (Results 1 - 25 of 1490) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Daacdecoder.cpp1670 int stride, offset, c; local
1696 /* Setup offset and stride for time buffer traversal. */
1698 stride = aacChannels;
1701 stride = 1;
1751 stride,
1763 stride
H A Dblock.cpp680 const int stride,
735 outSamples[i*stride] = IMDCT_SCALE(tmp[i]);
749 const char stride )
756 stride, local
676 CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, CAacDecoderChannelInfo *pAacDecoderChannelInfo, INT_PCM outSamples[], const SHORT frameLen, const int stride, const int frameOk, FIXP_DBL *pWorkBuffer1 ) argument
H A Dblock.h210 const int stride,
221 const char stride);
H A Dldfiltbank.cpp102 static void multE2_DinvF_fdk(INT_PCM *output, FIXP_DBL* x, const FIXP_WTB* fb, FIXP_DBL* z, const int N, const int stride) argument
122 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp, -WTS1-1 + scale, SAMPLE_BITS);
125 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp, WTS1+1 - scale, SAMPLE_BITS);
146 output[(i-N/4)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
147 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp1, -WTS1-1 + scale, SAMPLE_BITS);
150 output[(i-N/4)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
151 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp1, WTS1+1 - scale, SAMPLE_BITS);
164 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
167 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
172 int InvMdctTransformLowDelay_fdk (FIXP_DBL *mdctData, const int mdctData_e, INT_PCM *output, FIXP_DBL *fs_buffer, const int stride, cons argument
[all...]
H A Dldfiltbank.h104 const int stride,
/external/aac/libFDK/include/
H A Dqmf.h185 const int stride, /*!< Stride factor of audio data */
196 const int stride, /*!< Stride factor of audio data */
214 const int stride, /*!< stride factor of input */
233 const int stride,
/external/aac/libFDK/src/arm/
H A Dqmf_arm.cpp537 INT stride /*!< Time output buffer stride factor*/
602 timeOut += no_channels*stride;
617 timeOut -= stride;
628 timeOut -= stride;
642 timeOut -= stride;
653 timeOut -= stride;
671 timeOut -= stride;
681 timeOut -= stride;
693 timeOut -= stride;
[all...]
/external/aac/libFDK/src/
H A Dqmf.cpp181 int stride
217 timeOut[ (j)*stride ] = tmp;
249 int stride
282 timeOut[j*stride] = tmp;
528 * with specified stride and stores the real part of the subband
540 const int stride, /*!< stride factor of input */
556 *FilterStatesAnaTmp++ = (FIXP_QAS)*timeIn; timeIn += stride;
557 *FilterStatesAnaTmp++ = (FIXP_QAS)*timeIn; timeIn += stride;
559 *FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn)<<(QAS_BITS-SAMPLE_BITS)); timeIn += stride;
536 qmfAnalysisFilteringSlot( HANDLE_QMF_FILTER_BANK anaQmf, FIXP_QMF *qmfReal, FIXP_QMF *qmfImag, const INT_PCM *RESTRICT timeIn, const int stride, FIXP_QMF *pWorkBuffer ) argument
628 qmfAnalysisFiltering( HANDLE_QMF_FILTER_BANK anaQmf, FIXP_QMF **qmfReal, FIXP_QMF **qmfImag, QMF_SCALE_FACTOR *scaleFactor, const INT_PCM *timeIn, const int stride, FIXP_QMF *pWorkBuffer ) argument
832 qmfSynthesisFilteringSlot( HANDLE_QMF_FILTER_BANK synQmf, const FIXP_QMF *realSlot, const FIXP_QMF *imagSlot, const int scaleFactorLowBand, const int scaleFactorHighBand, INT_PCM *timeOut, const int stride, FIXP_QMF *pWorkBuffer) argument
918 qmfSynthesisFiltering( HANDLE_QMF_FILTER_BANK synQmf, FIXP_QMF **QmfBufferReal, FIXP_QMF **QmfBufferImag, const QMF_SCALE_FACTOR *scaleFactor, const INT ov_len, INT_PCM *timeOut, const INT stride, FIXP_QMF *pWorkBuffer ) argument
[all...]
H A Dscale.cpp375 INT stride
382 temp = (INT_PCM)(*vector); vector+=stride;
393 * \param stride, item increment between vector members.
401 INT stride
408 temp = (SHORT)(*vector); vector+=stride;
/external/aac/libSBRdec/src/
H A Dpsbitdec.cpp159 /*!< output array size: nrElements*stride */
160 UCHAR stride, /*!< 1=dflt, 2=half freq. resolution */
178 aIndex[i] = aPrevFrameIndex[i*stride] + aIndex[i];
188 if (stride==2) {
189 for (i=nrElements*stride-1; i>0; i--) {
154 deltaDecodeArray(SCHAR enable, SCHAR *aIndex, SCHAR *aPrevFrameIndex, SCHAR DtDf, UCHAR nrElements, UCHAR stride, SCHAR minIdx, SCHAR maxIdx) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java1197 int bTotal = bMax * banks, stride = width * banks;
1271 if ((k += stride) >= top)
/external/ceres-solver/internal/ceres/
H A Dblock_random_access_diagonal_matrix.cc100 const int stride = blocks_[row_block_id]; local
105 *row_stride = stride;
106 *col_stride = stride;
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
H A Dgl-matrix.js535 * @param {Number} stride Number of elements between the start of each vec2. If 0 assumes tightly packed
546 return function(a, stride, offset, count, fn, arg) {
548 if(!stride) {
549 stride = 2;
557 l = Math.min((count * stride) + offset, a.length);
562 for(i = offset; i < l; i += stride) {
1019 * @param {Number} stride Number of elements between the start of each vec3. If 0 assumes tightly packed
1030 return function(a, stride, offset, count, fn, arg) {
1032 if(!stride) {
1033 stride
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dvec2.js433 * @param {Number} stride Number of elements between the start of each vec2. If 0 assumes tightly packed
444 return function(a, stride, offset, count, fn, arg) {
446 if(!stride) {
447 stride = 2;
455 l = Math.min((count * stride) + offset, a.length);
460 for(i = offset; i < l; i += stride) {
H A Dvec3.js433 * @param {Number} stride Number of elements between the start of each vec3. If 0 assumes tightly packed
444 return function(a, stride, offset, count, fn, arg) {
446 if(!stride) {
447 stride = 3;
455 l = Math.min((count * stride) + offset, a.length);
460 for(i = offset; i < l; i += stride) {
H A Dvec4.js437 * @param {Number} stride Number of elements between the start of each vec4. If 0 assumes tightly packed
448 return function(a, stride, offset, count, fn, arg) {
450 if(!stride) {
451 stride = 4;
459 l = Math.min((count * stride) + offset, a.length);
464 for(i = offset; i < l; i += stride) {
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc92 GLint stride; member in struct:android_webview::internal::ScopedAppGLStateRestoreImpl::__anon1802
286 i, GL_VERTEX_ATTRIB_ARRAY_STRIDE, &vertex_attrib_[i].stride);
322 vertex_attrib_[i].stride,
/external/chromium_org/android_webview/native/
H A Djava_browser_view_renderer_helper.cc168 bitmap.installPixels(info, pixels, bitmap_info.stride);
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc407 video_frame->stride(media::VideoFrame::kYPlane) * i;
415 video_frame->stride(media::VideoFrame::kUPlane) * i;
417 video_frame->stride(media::VideoFrame::kVPlane) * i;
446 video_frame->stride(media::VideoFrame::kYPlane) *
450 video_frame->stride(media::VideoFrame::kUPlane) *
454 video_frame->stride(media::VideoFrame::kVPlane) *
478 video_frame->stride(media::VideoFrame::kAPlane) *
/external/chromium_org/cc/resources/
H A Draster_worker_pool.cc202 int stride) {
211 if (!stride)
212 stride = info.minRowBytes();
213 bitmap->installPixels(info, buffer, stride);
198 AcquireBitmapForBuffer(SkBitmap* bitmap, uint8_t* buffer, ResourceFormat buffer_format, const gfx::Size& size, int stride) argument
H A Draster_worker_pool.h70 int stride);
H A Dresource_provider.cc1594 uint8_t* ResourceProvider::MapPixelBuffer(ResourceId id, int* stride) { argument
1603 *stride = 0;
1913 uint8_t* ResourceProvider::MapImage(ResourceId id, int* stride) { argument
1928 resource->image_id, GL_IMAGE_ROWBYTES_CHROMIUM, stride);
H A Dresource_provider.h326 uint8_t* MapPixelBuffer(ResourceId id, int* stride);
339 uint8_t* MapImage(ResourceId id, int* stride);
H A Dresource_provider_unittest.cc637 int stride; local
638 child_resource_provider_->MapImage(id3, &stride);
3275 int stride; local
3276 void* buffer = resource_provider->MapPixelBuffer(id, &stride);
3332 int stride; local
3333 resource_provider->MapImage(id, &stride);
3363 resource_provider->MapImage(id, &stride);
3443 int stride; local
3444 resource_provider->MapImage(source_id, &stride);
H A Dtexture_uploader_unittest.cc125 const unsigned int stride = variable
129 bytes + (xoffset * bytes_per_pixel + (yoffset + row) * stride);

Completed in 438 milliseconds

1234567891011>>