Searched refs:stride (Results 251 - 275 of 1490) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/media/base/
H A Dvideo_frame_unittest.cc32 memset(y_plane, color, frame->stride(VideoFrame::kYPlane));
33 y_plane += frame->stride(VideoFrame::kYPlane);
38 memset(u_plane, 0x80, frame->stride(VideoFrame::kUPlane));
39 memset(v_plane, 0x80, frame->stride(VideoFrame::kVPlane));
40 u_plane += frame->stride(VideoFrame::kUPlane);
41 v_plane += frame->stride(VideoFrame::kVPlane);
49 ASSERT_EQ(yv12_frame->stride(VideoFrame::kUPlane),
50 yv12_frame->stride(VideoFrame::kVPlane));
70 yv12_frame->stride(VideoFrame::kYPlane),
71 yv12_frame->stride(VideoFram
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_array.c324 const GLsizei stride = array->StrideB; /* in bytes */ local
328 firstStride = stride;
335 if (stride != firstStride)
369 GLsizei stride; local
372 * Init bufobj and stride.
379 * one buffer object and the stride will be the same for all arrays.
383 stride = array->StrideB;
395 stride = 0;
429 vbuffer->stride = 0;
442 vbuffer->stride
475 GLsizei stride = array->StrideB; local
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp86 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 : strides[strideNdx]); local
87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0;
88 const std::string name = "stride" + typeToString(stride) + "_" + Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_quads" + typeToString(counts[countNdx]);
96 stride,
186 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]); local
188 const bool bufferUnaligned = (storages[storageNdx] == Array::STORAGE_BUFFER) && (stride % alignment) != 0;
190 std::string name = Array::storageToString(storages[storageNdx]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]);
201 stride,
234 : TestCaseGroup(context, "strides", "Single stride verte
293 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (8) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]); local
394 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(m_type) * componentCount : strides[strideNdx]); local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_array.c324 const GLsizei stride = array->StrideB; /* in bytes */ local
328 firstStride = stride;
335 if (stride != firstStride)
369 GLsizei stride; local
372 * Init bufobj and stride.
379 * one buffer object and the stride will be the same for all arrays.
383 stride = array->StrideB;
395 stride = 0;
429 vbuffer->stride = 0;
442 vbuffer->stride
475 GLsizei stride = array->StrideB; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_intrapred_sse2.asm22 cglobal dc_predictor_4x4, 4, 5, 2, dst, stride, above, left, goffset
43 cglobal dc_predictor_8x8, 4, 5, 3, dst, stride, above, left, goffset
49 DEFINE_ARGS dst, stride, stride3
72 cglobal dc_predictor_16x16, 4, 5, 3, dst, stride, above, left, goffset
78 DEFINE_ARGS dst, stride, stride3, lines4
104 cglobal dc_predictor_32x32, 4, 5, 5, dst, stride, above, left, goffset
112 DEFINE_ARGS dst, stride, stride3, lines4
146 cglobal v_predictor_4x4, 3, 3, 1, dst, stride, above
156 cglobal v_predictor_8x8, 3, 3, 1, dst, stride, above
158 DEFINE_ARGS dst, stride, stride
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_intrapred_sse2.asm22 cglobal dc_predictor_4x4, 4, 5, 2, dst, stride, above, left, goffset
43 cglobal dc_predictor_8x8, 4, 5, 3, dst, stride, above, left, goffset
49 DEFINE_ARGS dst, stride, stride3
72 cglobal dc_predictor_16x16, 4, 5, 3, dst, stride, above, left, goffset
78 DEFINE_ARGS dst, stride, stride3, lines4
104 cglobal dc_predictor_32x32, 4, 5, 5, dst, stride, above, left, goffset
112 DEFINE_ARGS dst, stride, stride3, lines4
146 cglobal v_predictor_4x4, 3, 3, 1, dst, stride, above
156 cglobal v_predictor_8x8, 3, 3, 1, dst, stride, above
158 DEFINE_ARGS dst, stride, stride
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_texgen.c104 GLuint stride = eye->stride; local
110 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
131 GLuint stride = eye->stride; local
138 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
171 /* This is unusual in that we respect the stride of the output vector
180 GLuint stride local
207 GLuint stride = eye->stride; local
[all...]
H A Dt_vb_fog.c101 GLuint stride = in->stride; local
115 for ( i = 0 ; i < n ; i++, STRIDE_F(v, stride)) {
123 for ( i = 0 ; i < n ; i++, STRIDE_F(v,stride)) {
130 for ( i = 0 ; i < n ; i++, STRIDE_F(v, stride)) {
190 STRIDE_F(coord, input->stride);
200 input->stride = 4 * sizeof(GLfloat);
205 STRIDE_F(coord, VB->EyePtr->stride);
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texgen.c104 GLuint stride = eye->stride; local
110 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
131 GLuint stride = eye->stride; local
138 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
171 /* This is unusual in that we respect the stride of the output vector
180 GLuint stride local
207 GLuint stride = eye->stride; local
[all...]
/external/chromium_org/ppapi/api/
H A Dppb_image_data.idl74 int32_t stride;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
H A DFEGaussianBlurNEON.h38 unsigned dx, int dxLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeight)
45 int pixelStride = stride / 4;
37 boxBlurNEON(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* dstPixelArray, unsigned dx, int dxLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeight) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.h41 extern void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride);
42 extern void vp8_init3smotion_compensation(MACROBLOCK *x, int stride);
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_tools.c26 static int is_transparent_area(const uint8_t* ptr, int stride, int size) { argument
34 ptr += stride;
39 static int is_transparent_argb_area(const uint32_t* ptr, int stride, int size) { argument
47 ptr += stride;
52 static void flatten(uint8_t* ptr, int v, int stride, int size) { argument
56 ptr += stride;
60 static void flatten_argb(uint32_t* ptr, uint32_t v, int stride, int size) { argument
64 ptr += stride;
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h50 int width, int height, int stride,
53 int width, int height, int stride,
56 int width, int height, int stride,
59 int width, int height, int stride,
66 int width, int height, int stride,
69 int width, int height, int stride,
72 int width, int height, int stride,
75 int width, int height, int stride,
298 int a_stride; // stride of the alpha plane
303 int argb_stride; // This is stride i
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_draw.c99 if (buffer->stride != 0) {
102 buffer_max_index = buffer_size / buffer->stride;
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/null/
H A Dnull_sw_winsys.c87 unsigned *stride)
98 unsigned *stride)
82 null_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
95 null_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_clip_tmp.h50 const GLuint stride = clip_vec->stride; local
130 const GLuint stride = clip_vec->stride; local
187 const GLuint stride = clip_vec->stride; local
223 const GLuint stride = clip_vec->stride; local
H A Dm_vector.h42 #define VEC_BAD_STRIDE 0x100 /* matches tnl's prefered stride */
66 GLuint stride; /**< stride from one element to the next (in bytes) */ member in struct:__anon14567
89 ( (type *) ( ((GLbyte *) ((v)->data)) + (i) * (v)->stride) )
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dsse.c75 GLuint stride );
81 GLuint stride,
/external/chromium_org/third_party/skia/experimental/pixman/
H A Djunk.cpp27 int stride)
39 uint32_t *src_row = &bits[i * (stride / 4)];
24 pixbuf_from_argb32(uint32_t *bits, int width, int height, int stride) argument
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_frame_win.cc18 int stride,
22 : DesktopFrame(size, stride, data, shared_memory),
17 DesktopFrameWin(DesktopSize size, int stride, uint8_t* data, SharedMemory* shared_memory, HBITMAP bitmap) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.h41 extern void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride);
42 extern void vp8_init3smotion_compensation(MACROBLOCK *x, int stride);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_draw.c99 if (buffer->stride != 0) {
102 buffer_max_index = buffer_size / buffer->stride;
/external/mesa3d/src/gallium/winsys/sw/null/
H A Dnull_sw_winsys.c87 unsigned *stride)
98 unsigned *stride)
82 null_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
95 null_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) argument
/external/mesa3d/src/mesa/math/
H A Dm_clip_tmp.h50 const GLuint stride = clip_vec->stride; local
130 const GLuint stride = clip_vec->stride; local
187 const GLuint stride = clip_vec->stride; local
223 const GLuint stride = clip_vec->stride; local

Completed in 789 milliseconds

<<11121314151617181920>>