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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_internal.h152 QP_STORE_T *forcedQPTable; member in struct:PPContext
H A Dpostprocess.c890 reallocAlign((void **)&c->forcedQPTable, 8, mbWidth*sizeof(QP_STORE_T));
944 av_free(c->forcedQPTable);
972 QP_store= c->forcedQPTable;
975 for(i=0; i<mbWidth; i++) c->forcedQPTable[i]= mode->forcedQuant;
977 for(i=0; i<mbWidth; i++) c->forcedQPTable[i]= 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_internal.h152 QP_STORE_T *forcedQPTable; member in struct:PPContext
H A Dpostprocess.c920 reallocAlign((void **)&c->forcedQPTable, 8, mbWidth*sizeof(QP_STORE_T));
966 av_free(c->forcedQPTable);
994 QP_store= c->forcedQPTable;
997 for(i=0; i<mbWidth; i++) c->forcedQPTable[i]= mode->forcedQuant;
999 for(i=0; i<mbWidth; i++) c->forcedQPTable[i]= 1;

Completed in 78 milliseconds