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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_idet.c67 AVFILTER_DEFINE_CLASS(idet); variable
108 IDETContext *idet = ctx->priv; local
115 for (i = 0; i < idet->csp->nb_components; i++) {
116 int w = idet->cur->width;
117 int h = idet->cur->height;
118 int refs = idet->cur->linesize[i];
121 w = FF_CEIL_RSHIFT(w, idet->csp->log2_chroma_w);
122 h = FF_CEIL_RSHIFT(h, idet->csp->log2_chroma_h);
126 uint8_t *prev = &idet->prev->data[i][y*refs];
127 uint8_t *cur = &idet
185 IDETContext *idet = ctx->priv; local
211 IDETContext *idet = ctx->priv; local
269 IDETContext *idet = ctx->priv; local
[all...]
H A Dallfilters.c154 REGISTER_FILTER(IDET, idet, vf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfilter-video.mak220 FATE_FILTER_VSYNTH-$(CONFIG_IDET_FILTER) += fate-filter-idet
221 fate-filter-idet: CMD = video_filter "idet"

Completed in 66 milliseconds