Home
last modified time | relevance | path

Searched refs:stride0 (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.c63 int32_t offset0, int32_t stride0, in create_buffer() argument
81 buffer->stride[0] = stride0; in create_buffer()
139 int32_t offset0, int32_t stride0, in drm_create_planar_buffer() argument
160 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_planar_buffer()
168 int32_t offset0, int32_t stride0, in drm_create_prime_buffer() argument
173 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_prime_buffer()
/third_party/ffmpeg/libavcodec/
Ddxv.c61 int (*tex_funct_planar[2])(uint8_t *plane0, ptrdiff_t stride0,
111 static int cocg_block(uint8_t *plane0, ptrdiff_t stride0, in cocg_block() argument
134 plane0 += stride0; in cocg_block()
174 static int yao_block(uint8_t *plane0, ptrdiff_t stride0, in yao_block() argument
181 yao_subblock(plane0, yo_indices, stride0, block); in yao_block()
183 yao_subblock(plane0 + 4, yo_indices, stride0, block + 16); in yao_block()
185 yao_subblock(plane0 + 8, yo_indices, stride0, block + 32); in yao_block()
187 yao_subblock(plane0 + 12, yo_indices, stride0, block + 48); in yao_block()
Dhevcdec.c1428 ptrdiff_t stride0 = s->frame->linesize[0]; in hls_pcm_sample() local
1431 uint8_t *dst0 = &s->frame->data[0][y0 * stride0 + (x0 << s->ps.sps->pixel_shift)]; in hls_pcm_sample()
1449 s->hevcdsp.put_pcm(dst0, stride0, cb_size, cb_size, &gb, s->ps.sps->pcm.bit_depth); in hls_pcm_sample()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_psnr_enc.c203 const size_t stride0 = 4 * (size_t)p0.argb_stride; in WebPPictureDistortion() local
207 if (!WebPPlaneDistortion((const uint8_t*)p0.argb + offset, stride0, in WebPPictureDistortion()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_psnr_enc.c203 const size_t stride0 = 4 * (size_t)p0.argb_stride; in WebPPictureDistortion() local
207 if (!WebPPlaneDistortion((const uint8_t*)p0.argb + offset, stride0, in WebPPictureDistortion()
/third_party/python/Lib/test/
Dtest_buffer.py801 stride0 = self.sizeof_void_p
803 stride0 = -stride0
804 strides = [stride0] + list(strides[1:])
/third_party/ffmpeg/libavcodec/x86/
Dvp9intrapred.asm1979 DEFINE_ARGS dst, stride, cnt, stride0, dst8, dst16, dst24