Searched refs:mp_get_yuv_from_rgb (Results 1 – 1 of 1) sorted by relevance
182 static YuvPixel mp_get_yuv_from_rgb(MotionPixelsContext *mp, int x, int y) in mp_get_yuv_from_rgb() function223 … mp->hpt[((y / 4) * mp->avctx->width + i) / 4] = mp_get_yuv_from_rgb(mp, i, y); in mp_decode_line()229 p = mp_get_yuv_from_rgb(mp, x - 1, y); in mp_decode_line()261 p = mp_get_yuv_from_rgb(mp, 0, y); in mp_decode_frame_helper()