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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmotionpixels.c41 uint8_t *changes_map; member in struct:MotionPixelsContext
57 av_freep(&mp->changes_map);
80 mp->changes_map = av_mallocz_array(avctx->width, h4);
84 if (!mp->changes_map || !mp->vpt || !mp->hpt) {
85 av_freep(&mp->changes_map);
120 mp->changes_map[offset] = w;
214 if (mp->changes_map[y0 + x] == 0) {
219 w = mp->changes_map[y0 + x];
222 if (mp->changes_map[y0 + x + mp->avctx->width] < w ||
223 mp->changes_map[y
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmotionpixels.c40 uint8_t *changes_map; member in struct:MotionPixelsContext
61 mp->changes_map = av_mallocz(avctx->width * h4);
88 mp->changes_map[offset] = w;
172 if (mp->changes_map[y0 + x] == 0) {
177 w = mp->changes_map[y0 + x];
180 if (mp->changes_map[y0 + x + mp->avctx->width] < w ||
181 mp->changes_map[y0 + x + mp->avctx->width * 2] < w ||
182 mp->changes_map[y0 + x + mp->avctx->width * 3] < w) {
218 if (mp->changes_map[y * mp->avctx->width] != 0) {
266 memset(mp->changes_map,
[all...]

Completed in 23 milliseconds