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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_pp7.c216 static int thres2[99][16]; variable
224 thres2[qp][i]= ((i&1)?SN2:SN0) * ((i&4)?SN2:SN0) * XMAX(1,qp) * (1<<2) - 1 - bias;
235 unsigned int threshold1= thres2[qp][i];
251 unsigned int threshold1= thres2[qp][i];
272 unsigned int threshold1= thres2[qp][i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsnowenc.c1293 int x,y, thres1, thres2; local
1304 thres2= 2*thres1;
1311 if((unsigned)(i+thres1) > thres2){
1331 if((unsigned)(i+thres1) > thres2){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnowenc.c1231 int x,y, thres1, thres2; local
1242 thres2= 2*thres1;
1249 if((unsigned)(i+thres1) > thres2){
1269 if((unsigned)(i+thres1) > thres2){

Completed in 49 milliseconds