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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h200 AVSC_INLINE int avs_is_color_space(const AVS_VideoInfo * p, int c_space) argument
201 { return ((p->pixel_type & c_space) == c_space); }
H A Davisynth_c.h262 AVSC_INLINE int avs_is_color_space(const AVS_VideoInfo * p, int c_space) argument
263 { return avs_is_planar(p) ? ((p->pixel_type & AVS_CS_PLANAR_MASK) == (c_space & AVS_CS_PLANAR_FILTER)) : ((p->pixel_type & c_space) == c_space); }

Completed in 35 milliseconds