Searched refs:YuvPixel (Results 1 – 2 of 2) sorted by relevance
29 typedef struct YuvPixel { struct31 } YuvPixel; argument51 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()
47 YuvPixel *vpt, *hpt;82 mp->vpt = av_mallocz_array(avctx->height, sizeof(YuvPixel)); in mp_decode_init()83 mp->hpt = av_mallocz_array(h4 / 4, w4 / 4 * sizeof(YuvPixel)); in mp_decode_init()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()211 YuvPixel p; in mp_decode_line()258 YuvPixel p; in mp_decode_frame_helper()