Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmotionpixels.c183 static YuvPixel mp_get_yuv_from_rgb(MotionPixelsContext *mp, int x, int y) in mp_get_yuv_from_rgb() function
224 mp->hpt[((y / 4) * mp->avctx->width + i) / 4] = mp_get_yuv_from_rgb(mp, i, y); in mp_decode_line()
230 p = mp_get_yuv_from_rgb(mp, x - 1, y); in mp_decode_line()
262 p = mp_get_yuv_from_rgb(mp, 0, y); in mp_decode_frame_helper()

Completed in 1 milliseconds