Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsnowenc.c1249 int x,y, thres1, thres2; in quantize() local
1259 thres1= ((qmul - bias)>>QEXPSHIFT) - 1; in quantize()
1260 thres2= 2*thres1; in quantize()
1267 if((unsigned)(i+thres1) > thres2){ in quantize()
1287 if((unsigned)(i+thres1) > thres2){ in quantize()

Completed in 5 milliseconds