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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess_internal.h149 QP_STORE_T *stdQPTable; ///< used to fix MPEG2 style qscale
150 QP_STORE_T *nonBQPTable;
151 QP_STORE_T *forcedQPTable;
H A Dpostprocess.h53 #define QP_STORE_T int8_t macro
71 const QP_STORE_T *QP_store, int QP_stride,
H A Dpostprocess.c639 const QP_STORE_T QPs[], int QPStride, int isColor, pp_mode *vm, pp_context *vc)
683 // QP_STORE_T QPs[], int QPStride, int isColor, struct PPMode *ppMode);
941 reallocAlign((void **)&c->nonBQPTable, 8, qpStride*mbHeight*sizeof(QP_STORE_T));
942 reallocAlign((void **)&c->stdQPTable, 8, qpStride*mbHeight*sizeof(QP_STORE_T));
943 reallocAlign((void **)&c->forcedQPTable, 8, mbWidth*sizeof(QP_STORE_T));
999 const QP_STORE_T *QP_store, int QPStride,
H A Dpostprocess_template.c3108 const QP_STORE_T QPs[], int QPStride, int isColor, PPContext *c);
3270 const QP_STORE_T QPs[], int QPStride, int isColor, PPContext *c2)

Completed in 101 milliseconds