Searched refs:interlace_threshold (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_idet.c41 float interlace_threshold; member in struct:__anon3403
62 { "intl_thres", "set interlacing threshold", OFFSET(interlace_threshold), AV_OPT_TYPE_FLOAT, {.dbl = 1.04}, -1, FLT_MAX, FLAGS },
135 if (alpha[0] > idet->interlace_threshold * alpha[1]){
137 }else if(alpha[1] > idet->interlace_threshold * alpha[0]){

Completed in 23 milliseconds