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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_lut.c348 #define DEFINE_LUT_FILTER(name_, description_) \ macro
372 DEFINE_LUT_FILTER(lut, "Compute and apply a lookup table to the RGB/YUV input video.");
389 DEFINE_LUT_FILTER(lutyuv, "Compute and apply a lookup table to the YUV input video.");
406 DEFINE_LUT_FILTER(lutrgb, "Compute and apply a lookup table to the RGB input video.");
437 DEFINE_LUT_FILTER(negate, "Negate input video.");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_lut.c343 #define DEFINE_LUT_FILTER(name_, description_, init_) \ macro
365 DEFINE_LUT_FILTER(lut, "Compute and apply a lookup table to the RGB/YUV input video.", init);
368 DEFINE_LUT_FILTER(lutyuv, "Compute and apply a lookup table to the YUV input video.", init);
371 DEFINE_LUT_FILTER(lutrgb, "Compute and apply a lookup table to the RGB input video.", init);
392 DEFINE_LUT_FILTER(negate, "Negate input video.", negate_init);

Completed in 19 milliseconds