Searched refs:planeheight (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mergeplanes.c34 int planeheight[4]; member in struct:InputParam
44 int planeheight[4]; member in struct:MergePlanesContext
165 s->planewidth[i], s->planeheight[i]);
194 s->planeheight[1] =
195 s->planeheight[2] = FF_CEIL_RSHIFT(outlink->h, s->outdesc->log2_chroma_h);
196 s->planeheight[0] =
197 s->planeheight[3] = outlink->h;
222 inputp->planeheight[1] =
223 inputp->planeheight[2] = FF_CEIL_RSHIFT(inlink->h, indesc->log2_chroma_h);
224 inputp->planeheight[
[all...]
H A Dvf_telecine.c48 int planeheight[4]; member in struct:__anon3429
134 tc->planeheight[1] = tc->planeheight[2] = FF_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
135 tc->planeheight[0] = tc->planeheight[3] = inlink->h;
195 (tc->planeheight[i] - tc->first_field + 1) / 2);
202 (tc->planeheight[i] - !tc->first_field + 1) / 2);
215 tc->planeheight[i]);
226 tc->planeheight[i]);
H A Dvf_pullup.h59 int planeheight[4]; member in struct:PullupContext
H A Dvf_hflip.c41 int planeheight[4]; ///< height of each plane member in struct:FlipContext
72 s->planeheight[0] = s->planeheight[3] = inlink->h;
73 s->planeheight[1] = s->planeheight[2] = FF_CEIL_RSHIFT(inlink->h, vsub);
93 const int height = s->planeheight[plane];
H A Dvf_phase.c47 int planeheight[4]; member in struct:PhaseContext
93 s->planeheight[1] = s->planeheight[2] = FF_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
94 s->planeheight[0] = s->planeheight[3] = inlink->h;
279 for (y = 0, top = 1; y < s->planeheight[plane]; y++, top ^= 1) {
H A Dvf_psnr.c50 int planeheight[4]; member in struct:PSNRContext
89 const int outh = s->planeheight[c];
118 const int outh = s->planeheight[c];
295 s->planeheight[1] = s->planeheight[2] = FF_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
296 s->planeheight[0] = s->planeheight[3] = inlink->h;
H A Dvf_w3fdif.c38 int planeheight[4]; ///< height of each plane member in struct:W3FDIFContext
91 s->planeheight[1] = s->planeheight[2] = FF_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
92 s->planeheight[0] = s->planeheight[3] = inlink->h;
142 const int height = s->planeheight[plane];
H A Dvf_pullup.c194 s->planeheight[1] = s->planeheight[2] = FF_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
195 s->planeheight[0] = s->planeheight[3] = inlink->h;
200 s->metric_h = (s->planeheight[mp] - ((s->junk_top + s->junk_bottom) << 1)) >> 3;
257 b->planes[i] = av_malloc(s->planeheight[i] * s->planewidth[i]);
631 s->planewidth[i], s->planeheight[i] >> 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davisynth.c425 int n, i, plane, rowsize, planeheight, pitch, bits; local
486 planeheight = avs_get_height_p_25(frame, plane);
489 planeheight = avs_get_height_p(frame, plane);
493 planeheight = avs_get_height_p(frame, plane);
498 src_p = src_p + (planeheight - 1) * pitch;
503 rowsize, planeheight);
504 dst_p += rowsize * planeheight;

Completed in 99 milliseconds