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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_template.c3259 int QPCorrecture= 256*256; local
3347 if(mode & LEVEL_FIX) QPCorrecture= (int)(scale*256*256 + 0.5);
3348 else QPCorrecture= 256*256;
3352 QPCorrecture= 256*256;
3483 QP= (QP* QPCorrecture + 256*128)>>16;
3485 c.nonBQP= (c.nonBQP* QPCorrecture + 256*128)>>16;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_template.c3180 int QPCorrecture= 256*256; local
3268 if(mode & LEVEL_FIX) QPCorrecture= (int)(scale*256*256 + 0.5);
3269 else QPCorrecture= 256*256;
3273 QPCorrecture= 256*256;
3404 QP= (QP* QPCorrecture + 256*128)>>16;
3406 c.nonBQP= (c.nonBQP* QPCorrecture + 256*128)>>16;

Completed in 75 milliseconds