Searched defs:hsub (Results 26 - 50 of 51) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_gradfun.c171 int hsub = av_pix_fmt_descriptors[inlink->format].log2_chroma_w; local
H A Dvf_scale.c74 int hsub, vsub; ///< chroma subsampling member in struct:__anon2090
H A Dvf_unsharp.c64 int hsub, vsub; member in struct:__anon2097
H A Dvf_hqdn3d.c35 int hsub, vsub; member in struct:__anon2081
H A Dvf_lut.c67 int hsub, vsub; member in struct:__anon2086
326 int hsub = plane == 1 || plane == 2 ? lut->hsub : 0; local
H A Dvf_overlay.c67 int hsub, vsub; ///< chroma subsampling values member in struct:__anon2087
281 int hsub = i ? over->hsub : 0; local
[all...]
H A Dvf_pad.c104 int hsub, vsub; ///< chroma subsampling values member in struct:__anon2088
266 int hsub = (plane == 1 || plane == 2) ? pad->hsub : 0; local
276 does_clip(PadContext *pad, AVFilterBufferRef *outpicref, int plane, int hsub, int vsub, int x, int y) argument
307 int hsub = (plane == 1 || plane == 2) ? pad->hsub : 0; local
[all...]
H A Dvf_drawtext.c129 int hsub, vsub; ///< chroma subsampling values member in struct:__anon2074
633 draw_glyph_yuv(AVFilterBufferRef *picref, FT_Bitmap *bitmap, unsigned int x, unsigned int y, unsigned int width, unsigned int height, const uint8_t yuva_color[4], int hsub, int vsub) argument
687 drawbox(AVFilterBufferRef *picref, unsigned int x, unsigned int y, unsigned int width, unsigned int height, uint8_t *line[4], int pixel_step[4], uint8_t color[4], int hsub, int vsub, int is_rgba_packed, uint8_t rgba_map[4]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawbox.c76 int vsub, hsub; ///< chroma subsampling member in struct:DrawBoxContext
[all...]
H A Dvf_lut.c65 int hsub, vsub; member in struct:LutContext
310 int hsub = plane == 1 || plane == 2 ? s->hsub : 0; local
H A Dvf_pad.c217 int hsub = s->draw.hsub[plane]; local
241 int hsub = s->draw.hsub[planes[i]]; local
314 int hsub local
[all...]
H A Dvf_perspective.c47 int hsub, vsub; member in struct:PerspectiveContext
356 int hsub local
196 resample_cubic(PerspectiveContext *s, uint8_t *dst, int dst_linesize, uint8_t *src, int src_linesize, int w, int h, int hsub, int vsub) argument
264 resample_linear(PerspectiveContext *s, uint8_t *dst, int dst_linesize, uint8_t *src, int src_linesize, int w, int h, int hsub, int vsub) argument
[all...]
H A Dvf_sab.c53 int hsub; member in struct:__anon3419
H A Dvf_vignette.c255 const int hsub = chroma ? s->desc->log2_chroma_w : 0; local
H A Dvsrc_mptestsrc.c57 int hsub, vsub; member in struct:MPTestContext
H A Ddrawutils.c69 int hsub = pix_desc->log2_chroma_w; local
105 ff_draw_rectangle(uint8_t *dst[4], int dst_linesize[4], uint8_t *src[4], int pixelstep[4], int hsub, int vsub, int x, int y, int w, int h) argument
127 ff_copy_rectangle(uint8_t *dst[4], int dst_linesize[4], uint8_t *src[4], int src_linesize[4], int pixelstep[4], int hsub, int vsub, int x, int y, int y2, int w, int h) argument
326 blend_line(uint8_t *dst, unsigned src, unsigned alpha, int dx, int w, unsigned hsub, int left, int right) argument
421 blend_line_hv(uint8_t *dst, int dst_delta, unsigned src, unsigned alpha, uint8_t *mask, int mask_linesize, int l2depth, int w, unsigned hsub, unsigned vsub, int xm, int left, int right, int hband) argument
[all...]
H A Dvf_blend.c91 int hsub, vsub; ///< chroma subsampling values member in struct:__anon3376
276 int hsub = plane == 1 || plane == 2 ? b->hsub : 0; local
H A Dvf_colormatrix.c73 int hsub, vsub; member in struct:__anon3380
H A Dvf_decimate.c48 int hsub, vsub; ///< chroma subsampling values member in struct:__anon3385
H A Dvf_hue.c74 int hsub; member in struct:__anon3401
H A Dvf_scale.c90 int hsub, vsub; ///< chroma subsampling member in struct:ScaleContext
H A Dvf_stereo3d.c141 int hsub, vsub; member in struct:Stereo3DContext
533 int hsub = i == 1 || i == 2 ? s->hsub : 0; local
H A Dvf_overlay.c113 int hsub, vsub; ///< chroma subsampling values member in struct:OverlayContext
485 int hsub = i ? s->hsub : 0; local
[all...]
H A Dvf_rotate.c73 int hsub, vsub; member in struct:__anon3417
493 int hsub = plane == 1 || plane == 2 ? rot->hsub : 0; local
H A Dvf_signalstats.c39 int hsub; // horizontal subsampling member in struct:__anon3422

Completed in 285 milliseconds

123