Searched refs:input_is_pal (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_scale.c76 int input_is_pal; ///< set to 1 if the input format is paletted member in struct:__anon2090
211 scale->input_is_pal = av_pix_fmt_descriptors[inlink->format].flags & PIX_FMT_PAL;
273 data[1] = scale->input_is_pal ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_scale.c92 int input_is_pal; ///< set to 1 if the input format is paletted member in struct:ScaleContext
333 scale->input_is_pal = desc->flags & AV_PIX_FMT_FLAG_PAL ||
424 if(scale->input_is_pal)

Completed in 116 milliseconds