Home
last modified time | relevance | path

Searched refs:YuvPixel (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmotionpixels_tablegen.h29 typedef struct YuvPixel { struct
31 } YuvPixel; typedef
51 static YuvPixel mp_rgb_yuv_table[1 << 15];
53 static av_cold void mp_set_zero_yuv(YuvPixel *p) in mp_set_zero_yuv()
67 static av_cold void mp_build_rgb_yuv_table(YuvPixel *p) in mp_build_rgb_yuv_table()
H A Dmotionpixels.c51 YuvPixel *vpt, *hpt;
183 static YuvPixel mp_get_yuv_from_rgb(MotionPixelsContext *mp, int x, int y) in mp_get_yuv_from_rgb()
191 static void mp_set_rgb_from_yuv(MotionPixelsContext *mp, int x, int y, const YuvPixel *p) in mp_set_rgb_from_yuv()
207 YuvPixel p; in mp_decode_line()
254 YuvPixel p; in mp_decode_frame_helper()

Completed in 1 milliseconds