Searched refs:stdQPTable (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.h150 QP_STORE_T *stdQPTable; ///< used to fix MPEG2 style qscale member in struct:PPContext
H A Dpostprocess.c889 reallocAlign((void **)&c->stdQPTable, 8, qpStride*mbHeight*sizeof(QP_STORE_T));
942 av_free(c->stdQPTable);
984 ((uint32_t*)c->stdQPTable)[i] = (((const uint32_t*)QP_store)[i]>>1) & 0x7F7F7F7F;
987 c->stdQPTable[i] = QP_store[i]>>1;
989 QP_store= c->stdQPTable;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_internal.h150 QP_STORE_T *stdQPTable; ///< used to fix MPEG2 style qscale member in struct:PPContext
H A Dpostprocess.c919 reallocAlign((void **)&c->stdQPTable, 8, qpStride*mbHeight*sizeof(QP_STORE_T));
964 av_free(c->stdQPTable);
1006 ((uint32_t*)c->stdQPTable)[i] = (((const uint32_t*)QP_store)[i]>>1) & 0x7F7F7F7F;
1009 c->stdQPTable[i] = QP_store[i]>>1;
1011 QP_store= c->stdQPTable;

Completed in 80 milliseconds