Searched defs:stride (Results 1 - 25 of 547) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Daacdecoder.cpp1639 int stride, offset, c; local
1663 /* Setup offset and stride for time buffer traversal. */
1665 stride = aacChannels;
1668 stride = 1;
1710 stride,
1721 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 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...]
/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...]
/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/chromium/webkit/glue/
H A Dwebvideoframe_impl.cc80 int WebVideoFrameImpl::stride(unsigned plane) const { function in class:webkit_glue::WebVideoFrameImpl
82 return static_cast<int>(video_frame_->stride(plane));
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.h41 GLint stride; member in struct:android_webview::ScopedAppGLStateRestore::__anon3432
/external/chromium_org/cc/resources/
H A Dimage_raster_worker_pool.cc23 int stride,
27 stride_(stride),
128 int stride = resource_provider()->GetImageStride(task->resource()->id()); local
134 stride,
21 ImageWorkerPoolTaskImpl(internal::RasterWorkerPoolTask* task, uint8_t* buffer, int stride, const Reply& reply) argument
H A Draster_worker_pool.cc104 int stride) {
127 // Use the default stride if we will eventually convert this
139 stride);
203 int stride)
206 return RunRasterOnThread(thread_index, buffer, size, stride);
101 RunRasterOnThread(unsigned thread_index, void* buffer, gfx::Size size, int stride) argument
H A Dresource_provider.cc1781 int stride = 0; local
1787 resource->image_id, GL_IMAGE_ROWBYTES_CHROMIUM, &stride);
1790 return stride;
H A Dresource_provider_unittest.cc2794 int stride = resource_provider->GetImageStride(id); local
2795 EXPECT_EQ(kStride, stride);
2872 int stride = resource_provider->GetImageStride(id); local
2873 EXPECT_EQ(kStride, stride);
/external/chromium_org/cc/scheduler/
H A Dtexture_uploader_unittest.cc125 const unsigned int stride = variable
129 bytes + (xoffset * bytes_per_pixel + (yoffset + row) * stride);
/external/chromium_org/cc/test/
H A Dfake_web_graphics_context_3d.h520 blink::WGC3Dsizei stride,
515 vertexAttribPointer( blink::WGC3Duint index, blink::WGC3Dint size, blink::WGC3Denum type, blink::WGC3Dboolean normalized, blink::WGC3Dsizei stride, blink::WGC3Dintptr offset) argument
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_browsertest.cc171 int stride = bitmap.rowBytes(); local
175 if (pixels[y * stride / sizeof(int32) + x + snapshot_x_offset] !=
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.cc1239 uint64 stride = static_cast<uint64>(width) * local
1241 if (stride > std::numeric_limits<uint32>::max()) {
1246 uint64 buffer_size = stride * static_cast<uint64>(height);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittests.cc792 void PrintPlane(unsigned char *plane, int xsize, int stride, int ysize) { argument
795 printf("%3d, ", plane[y * stride + x]);
797 printf(" (%p)\n", plane + y * stride);
807 int stride,
811 int truth_stride = stride;
814 int a = other[y * stride + x];
815 int b = truth[y * stride + x];
824 PrintPlane(other, xsize, stride, ysize);
950 int32 y_stride = truth_frame->stride(media::VideoFrame::kYPlane);
951 int32 u_stride = truth_frame->stride(medi
803 ComparePlane(unsigned char* truth, unsigned char* other, int maxdiff, int xsize, int stride, int ysize, SkBitmap* source, std::string message) argument
[all...]
H A Dwebgraphicscontext3d_command_buffer_impl.cc1079 WGC3Dsizei stride, WGC3Dintptr offset) {
1081 index, size, type, normalized, stride,
1077 vertexAttribPointer( WGC3Duint index, WGC3Dint size, WGC3Denum type, WGC3Dboolean normalized, WGC3Dsizei stride, WGC3Dintptr offset) argument
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.cc1131 const size_t stride = skia::PlatformCanvasStrideForWidth(view_rect.width()); local
1137 stride *
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc628 const size_t stride = local
630 return stride * plugin_rect.height();
1023 const size_t stride = local
1028 rect.y() * stride + 4 * rect.x();
1031 rect.y() * stride + 4 * rect.x();
1034 source_data += stride;
1035 target_data += stride;
/external/chromium_org/content/renderer/
H A Drender_process_impl.cc166 const size_t stride = skia::PlatformCanvasStrideForWidth(rect.width()); local
176 if ((max_size != 0) && (height * stride > max_size))
177 height = max_size / stride;
179 const size_t size = height * stride;
/external/chromium_org/content/test/
H A Dmock_render_process.cc23 size_t stride = skia::PlatformCanvasStrideForWidth(rect.width()); local
24 size_t size = stride * rect.height();
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h504 GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,
507 indx, size, type, normalized, stride, ptr);
503 GLES2VertexAttribPointer( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) argument
H A Dgles2_cmd_helper_autogen.h1456 GLsizei stride, GLuint offset) {
1460 c->Init(indx, size, type, normalized, stride, offset);
1454 VertexAttribPointer( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint offset) argument
H A Dgles2_implementation.cc1256 GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride,
1264 << stride << ", "
1268 bound_array_buffer_id_, index, size, type, normalized, stride, ptr)) {
1276 helper_->VertexAttribPointer(index, size, type, normalized, stride,
1280 helper_->VertexAttribPointer(index, size, type, normalized, stride,
1255 VertexAttribPointer( GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) argument
H A Dgles2_implementation_unittest.cc1356 GLint stride = 0; local
1371 kAttribIndex1, GL_VERTEX_ATTRIB_ARRAY_STRIDE, &stride);
1382 EXPECT_EQ(kStride1, stride);

Completed in 2222 milliseconds

1234567891011>>