Searched refs:nb_black_pixels (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.c46 unsigned int nb_black_pixels; ///< number of black pixels counted so far member in struct:__anon3374
148 blackdetect->nb_black_pixels += p[x] <= blackdetect->pixel_black_th_i;
152 picture_black_ratio = (double)blackdetect->nb_black_pixels / (inlink->w * inlink->h);
178 blackdetect->nb_black_pixels = 0;

Completed in 110 milliseconds