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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_blackdetect.c44 unsigned int pixel_black_th_i; member in struct:__anon3374
95 blackdetect->pixel_black_th_i = ff_fmt_is_in(inlink->format, yuvj_formats) ?
101 "black_min_duration:%s pixel_black_th:%f pixel_black_th_i:%d picture_black_ratio_th:%f\n",
103 blackdetect->pixel_black_th, blackdetect->pixel_black_th_i,
148 blackdetect->nb_black_pixels += p[x] <= blackdetect->pixel_black_th_i;

Completed in 46 milliseconds