YuvPixel           47 libavcodec/motionpixels.c     YuvPixel *vpt, *hpt;
YuvPixel           82 libavcodec/motionpixels.c     mp->vpt = av_mallocz_array(avctx->height, sizeof(YuvPixel));
YuvPixel           83 libavcodec/motionpixels.c     mp->hpt = av_mallocz_array(h4 / 4, w4 / 4 * sizeof(YuvPixel));
YuvPixel          183 libavcodec/motionpixels.c static YuvPixel mp_get_yuv_from_rgb(MotionPixelsContext *mp, int x, int y)
YuvPixel          191 libavcodec/motionpixels.c static void mp_set_rgb_from_yuv(MotionPixelsContext *mp, int x, int y, const YuvPixel *p)
YuvPixel          209 libavcodec/motionpixels.c     YuvPixel p;
YuvPixel          256 libavcodec/motionpixels.c     YuvPixel p;
YuvPixel           51 libavcodec/motionpixels_tablegen.h static YuvPixel mp_rgb_yuv_table[1 << 15];
YuvPixel           53 libavcodec/motionpixels_tablegen.h static av_cold void mp_set_zero_yuv(YuvPixel *p)
YuvPixel           67 libavcodec/motionpixels_tablegen.h static av_cold void mp_build_rgb_yuv_table(YuvPixel *p)