Home
last modified time | relevance | path

Searched defs:ydst (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dv210x.c45 uint16_t *ydst, *udst, *vdst, *yend; in decode_frame() local
[all...]
H A Dhuffyuvdec.c991 uint8_t *ydst, *udst, *vdst; in decode_slice() local
1089 uint8_t *ydst, *uds in decode_slice() local
[all...]
H A Dhuffyuvenc.c792 uint8_t *ydst, *udst, *vdst; in encode_frame() local
815 uint8_t *ydst, *udst, *vdst; in encode_frame() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Diterator_enc.c196 uint8_t* const ydst = pic->y + (y * pic->y_stride + x) * 16; in VP8IteratorExport() local
/third_party/ffmpeg/libswscale/x86/
H A Drgb2rgb_template.c1239 static inline void RENAME(yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in yuy2toyv12() argument
1441 static inline void RENAME(uyvytoyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in uyvytoyv12() argument
1547 rgb24toyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride, int32_t *rgb2yuv) rgb24toyv12() argument
2304 yuyvtoyuv420(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv420() argument
2329 yuyvtoyuv422(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv422() argument
2352 uyvytoyuv420(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv420() argument
2378 uyvytoyuv422(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv422() argument
[all...]
/third_party/ffmpeg/libswscale/
H A Drgb2rgb_template.c531 static inline void yuy2toyv12_c(const uint8_t *src, uint8_t *ydst, in yuy2toyv12_c() argument
612 static inline void uyvytoyv12_c(const uint8_t *src, uint8_t *ydst, in uyvytoyv12_c() argument
649 ff_rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride, int32_t *rgb2yuv) ff_rgb24toyv12_c() argument
871 yuyvtoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv420_c() argument
891 yuyvtoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv422_c() argument
909 uyvytoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv420_c() argument
929 uyvytoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv422_c() argument
[all...]
H A Dswscale_unscaled.c378 uint8_t *ydst = dstParam[0] + dstStride[0] * srcSliceY; in yuyvToYuv420Wrapper() local
395 uint8_t *ydst = dstParam[0] + dstStride[0] * srcSliceY; in yuyvToYuv422Wrapper() local
409 uint8_t *ydst = dstParam[0] + dstStride[0] * srcSliceY; in uyvyToYuv420Wrapper() local
426 uint8_t *ydst = dstParam[0] + dstStride[0] * srcSliceY; in uyvyToYuv422Wrapper() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c413 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset; in FinishRow() local
/third_party/ffmpeg/libavfilter/
H A Dvsrc_testsrc.c1139 uint8_t *ydst = frame->data[0]; in yuvtest_fill_picture8() local
1196 uint16_t *ydst = (uint16_t *)frame->data[0]; in yuvtest_fill_picture16() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenccli_image_load_store.cpp1240 unsigned int ydst = ymod; in load_ktx_uncompressed_image() local
2015 unsigned int ydst = ymod; in load_dds_uncompressed_image() local

Completed in 20 milliseconds