Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_pp7.c90 p->thres2[qp][i] = ((i&1) ? SN2 : SN0) * ((i&4) ? SN2 : SN0) * FFMAX(1, qp) * (1<<2) - 1 - bias; in init_thres2()
148 unsigned int threshold1 = p->thres2[qp][i]; in hardthresh_c()
164 unsigned int threshold1 = p->thres2[qp][i]; in mediumthresh_c()
188 unsigned int threshold1 = p->thres2[qp][i]; in softthresh_c()
H A Dvf_pp7.h30 int thres2[99][16]; member
/third_party/ffmpeg/libavcodec/
H A Dsnowenc.c1249 int x,y, thres1, thres2; in quantize() local
1260 thres2= 2*thres1; in quantize()
1267 if((unsigned)(i+thres1) > thres2){ in quantize()
1287 if((unsigned)(i+thres1) > thres2){ in quantize()

Completed in 8 milliseconds