Home
last modified time | relevance | path

Searched refs:luma_stride (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Dbayer_template.c190 #define rgb24toyv12_2x2(src, dstY, dstU, dstV, luma_stride, src_stride, rgb2yuv) \
191 ff_rgb24toyv12(src, dstY, dstV, dstU, 2, 2, luma_stride, 0, src_stride, rgb2yuv)
256 static void BAYER_RENAME(yv12_copy)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) in yv12_copy() argument
263 rgb24toyv12_2x2(dst, dstY, dstU, dstV, luma_stride, dst_stride, rgb2yuv); in yv12_copy()
271 static void BAYER_RENAME(yv12_interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) in yv12_interpolate() argument
278 rgb24toyv12_2x2(dst, dstY, dstU, dstV, luma_stride, dst_stride, rgb2yuv); in yv12_interpolate()
286 rgb24toyv12_2x2(dst, dstY, dstU, dstV, luma_stride, dst_stride, rgb2yuv); in yv12_interpolate()
295 rgb24toyv12_2x2(dst, dstY, dstU, dstV, luma_stride, dst_stride, rgb2yuv); in yv12_interpolate()
H A Dswscale_unscaled.c1386 void (*copy) (const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv); in bayer_to_yv12_wrapper()
1387 void (*interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv); in bayer_to_yv12_wrapper()
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddecode.h130 uint8_t* luma, size_t luma_size, int luma_stride,
302 // 'luma_size' and its stride 'luma_stride'. Similarly, the chroma-u plane
311 uint8_t* luma, size_t luma_size, int luma_stride,
319 uint8_t* luma, size_t luma_size, int luma_stride,
/third_party/ffmpeg/libavcodec/
H A Dproresdec2.c651 int luma_stride, chroma_stride; in decode_slice_thread() local
689 luma_stride = pic->linesize[0]; in decode_slice_thread()
692 luma_stride = pic->linesize[0] << 1; in decode_slice_thread()
705 offset = (slice->mb_y << 4) * luma_stride + (slice->mb_x << 5); in decode_slice_thread()
717 ret = decode_slice_luma(avctx, slice, (uint16_t*)dest_y, luma_stride, in decode_slice_thread()
753 decode_slice_alpha(ctx, (uint16_t*)dest_a, luma_stride, in decode_slice_thread()
H A Dproresenc_anatoliy.c543 int luma_stride, chroma_stride, alpha_stride = 0; in encode_slice() local
558 luma_stride = pic->linesize[0]; in encode_slice()
565 dest_y = pic->data[0] + (mb_y << 4) * luma_stride + (mb_x << 5); in encode_slice()
569 dest_y = pic->data[0] + (mb_y << 4) * luma_stride * 2 + (mb_x << 5); in encode_slice()
573 dest_y += luma_stride; in encode_slice()
581 luma_stride, avctx->width, avctx->height, in encode_slice()
601 calc_plane_dct(fdsp, dest_y, blocks_y, luma_stride, mb_count, 0, 0); in encode_slice()
605 calc_plane_dct(fdsp, dest_y, blocks_y, luma_stride * 2, mb_count, 0, 0); in encode_slice()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Didec_dec.c716 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUVA() argument
726 luma_stride = u_stride = v_stride = a_stride = 0; in WebPINewYUVA()
732 if (luma_stride == 0 || u_stride == 0 || v_stride == 0) return NULL; in WebPINewYUVA()
745 idec->output_.u.YUVA.y_stride = luma_stride; in WebPINewYUVA()
759 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUV() argument
762 return WebPINewYUVA(luma, luma_size, luma_stride, in WebPINewYUV()
H A Dwebp_dec.c576 uint8_t* luma, size_t luma_size, int luma_stride, in WebPDecodeYUVInto()
587 output.u.YUVA.y_stride = luma_stride; in WebPDecodeYUVInto()
575 WebPDecodeYUVInto(const uint8_t* data, size_t data_size, uint8_t* luma, size_t luma_size, int luma_stride, uint8_t* u, size_t u_size, int u_stride, uint8_t* v, size_t v_size, int v_stride) WebPDecodeYUVInto() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dva_private.h417 unsigned int *luma_stride, unsigned int *chroma_u_stride, unsigned int *chroma_v_stride,
H A Dsurface.c397 unsigned int *luma_stride, unsigned int *chroma_u_stride, unsigned int *chroma_v_stride, in vlVaLockSurface()
396 vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc, unsigned int *luma_stride, unsigned int *chroma_u_stride, unsigned int *chroma_v_stride, unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, unsigned int *buffer_name, void **buffer) vlVaLockSurface() argument

Completed in 15 milliseconds