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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_lut.c67 int is_rgb, is_yuv; member in struct:LutContext
130 const enum AVPixelFormat *pix_fmts = s->is_rgb ? rgb_pix_fmts :
211 s->is_yuv = s->is_rgb = 0;
213 else if (ff_fmt_is_in(inlink->format, rgb_pix_fmts)) s->is_rgb = 1;
215 if (s->is_rgb) {
222 int comp = s->is_rgb ? rgba_map[color] : color;
283 if (s->is_rgb) {
401 s->is_rgb = 1;
H A Dvf_psnr.c45 int is_rgb; member in struct:PSNRContext
171 c = s->is_rgb ? s->rgba_map[j] : j;
181 c = s->is_rgb ? s->rgba_map[j] : j;
185 c = s->is_rgb ? s->rgba_map[j] : j;
285 s->is_rgb = ff_fill_rgba_map(s->rgba_map, inlink->format) >= 0;
286 s->comps[0] = s->is_rgb ? 'r' : 'y' ;
287 s->comps[1] = s->is_rgb ? 'g' : 'u' ;
288 s->comps[2] = s->is_rgb ? 'b' : 'v' ;
H A Dvf_geq.c42 int is_rgb; member in struct:__anon3396
113 geq->is_rgb = !geq->expr_str[Y];
140 if (geq->is_rgb ?
152 const char *const *func2_names = geq->is_rgb ? func2_rgb_names : func2_yuv_names;
155 ret = av_expr_parse(&geq->e[plane], geq->expr_str[plane < 3 && geq->is_rgb ? plane+4 : plane], var_names,
179 if (geq->is_rgb) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_lut.c69 int is_rgb, is_yuv; member in struct:__anon2086
123 lut->is_rgb = !strcmp(ctx->filter->name, "lutrgb");
163 enum PixelFormat *pix_fmts = lut->is_rgb ? rgb_pix_fmts :
240 lut->is_yuv = lut->is_rgb = 0;
242 else if (ff_fmt_is_in(inlink->format, rgb_pix_fmts)) lut->is_rgb = 1;
244 if (lut->is_rgb) {
305 if (lut->is_rgb) {

Completed in 70 milliseconds