Home
last modified time | relevance | path

Searched refs:changes_map (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotionpixels.c44 uint8_t *changes_map; member
60 av_freep(&mp->changes_map); in mp_decode_end()
83 mp->changes_map = av_mallocz_array(avctx->width, h4); in mp_decode_init()
87 if (!mp->changes_map || !mp->vpt || !mp->hpt) in mp_decode_init()
121 mp->changes_map[offset] = w; in mp_read_changes_map()
211 if (mp->changes_map[y0 + x] == 0) { in mp_decode_line()
216 w = mp->changes_map[y0 + x]; in mp_decode_line()
219 if (mp->changes_map[y0 + x + mp->avctx->width] < w || in mp_decode_line()
220 mp->changes_map[y0 + x + mp->avctx->width * 2] < w || in mp_decode_line()
221 mp->changes_map[y0 + x + mp->avctx->width * 3] < w) { in mp_decode_line()
[all …]