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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.h356 uint8_t *mv_f_next_base, *mv_f_next[2]; member in struct:VC1Context
H A Dvc1dec.c5093 v->mv_f_next_base = av_mallocz(2 * (s->b8_stride * (s->mb_height * 2 + 1) + s->mb_stride * (s->mb_height + 1) * 2));
5094 v->mv_f_next[0] = v->mv_f_next_base + s->b8_stride + 1;
5290 av_freep(&v->mv_f_next_base);
5606 memcpy(v->mv_f_base, v->mv_f_next_base,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h372 uint8_t *mv_f_next_base, *mv_f_next[2]; member in struct:VC1Context
H A Dvc1dec.c5563 v->mv_f_next_base = av_mallocz(2 * (s->b8_stride * (mb_height * 2 + 1) + s->mb_stride * (mb_height + 1) * 2));
5564 v->mv_f_next[0] = v->mv_f_next_base + s->b8_stride + 1;
5790 av_freep(&v->mv_f_next_base);

Completed in 132 milliseconds