Searched refs:luma_mv_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.h392 int16_t (*luma_mv_base)[2], (*luma_mv)[2]; member in struct:VC1Context
H A Dvc1dec.c4646 memmove(v->luma_mv_base, v->luma_mv, sizeof(v->luma_mv_base[0]) * s->mb_stride);
5075 v->luma_mv_base = av_malloc(sizeof(v->luma_mv_base[0]) * 2 * s->mb_stride);
5076 v->luma_mv = v->luma_mv_base + s->mb_stride;
5113 !v->block || !v->cbp_base || !v->ttblk_base || !v->is_intra_base || !v->luma_mv_base ||
5295 av_freep(&v->luma_mv_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h409 int16_t (*luma_mv_base)[2], (*luma_mv)[2]; member in struct:VC1Context
H A Dvc1dec.c5106 memmove(v->luma_mv_base, v->luma_mv, sizeof(v->luma_mv_base[0]) * s->mb_stride);
5548 v->luma_mv_base = av_mallocz(sizeof(v->luma_mv_base[0]) * 2 * s->mb_stride);
5549 v->luma_mv = v->luma_mv_base + s->mb_stride;
5584 !v->block || !v->cbp_base || !v->ttblk_base || !v->is_intra_base || !v->luma_mv_base ||
5594 av_freep(&v->luma_mv_base);
5795 av_freep(&v->luma_mv_base);

Completed in 121 milliseconds