Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmotionpixels.c51 YuvPixel *vpt, *hpt; member
63 av_freep(&mp->hpt); in mp_decode_end()
87 mp->hpt = av_calloc(h4 / 4, w4 / 4 * sizeof(*mp->hpt)); in mp_decode_init()
88 if (!mp->changes_map || !mp->vpt || !mp->hpt) in mp_decode_init()
224 mp->hpt[((y / 4) * mp->avctx->width + i) / 4] = mp_get_yuv_from_rgb(mp, i, y); in mp_decode_line()
240 mp->hpt[((y / 4) * mp->avctx->width + x) / 4] = p; in mp_decode_line()
242 p.v = mp->hpt[((y / 4) * mp->avctx->width + x) / 4].v; in mp_decode_line()
243 p.u = mp->hpt[((y / 4) * mp->avctx->width + x) / 4].u; in mp_decode_line()

Completed in 1 milliseconds