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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess.h54 #define QP_STORE_T int8_t macro
72 const QP_STORE_T *QP_store, int QP_stride,
H A Dpostprocess_internal.h150 QP_STORE_T *stdQPTable; ///< used to fix MPEG2 style qscale
151 QP_STORE_T *nonBQPTable;
152 QP_STORE_T *forcedQPTable;
H A Dpostprocess.c579 const QP_STORE_T QPs[], int QPStride, int isColor, PPContext *c2);
582 const QP_STORE_T QPs[], int QPStride, int isColor, pp_mode *vm, pp_context *vc)
888 reallocAlign((void **)&c->nonBQPTable, 8, qpStride*mbHeight*sizeof(QP_STORE_T));
889 reallocAlign((void **)&c->stdQPTable, 8, qpStride*mbHeight*sizeof(QP_STORE_T));
890 reallocAlign((void **)&c->forcedQPTable, 8, mbWidth*sizeof(QP_STORE_T));
954 const QP_STORE_T *QP_store, int QPStride,
H A Dpostprocess_template.c3084 const QP_STORE_T QPs[], int QPStride, int isColor, PPContext *c);
3249 const QP_STORE_T QPs[], int QPStride, int isColor, PPContext *c2)
/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
151 QP_STORE_T *nonBQPTable;
152 QP_STORE_T *forcedQPTable;
H A Dpostprocess.h63 #define QP_STORE_T int8_t macro
75 const QP_STORE_T *QP_store, int QP_stride,
H A Dpostprocess.c619 const QP_STORE_T QPs[], int QPStride, int isColor, pp_mode *vm, pp_context *vc)
663 // QP_STORE_T QPs[], int QPStride, int isColor, struct PPMode *ppMode);
918 reallocAlign((void **)&c->nonBQPTable, 8, qpStride*mbHeight*sizeof(QP_STORE_T));
919 reallocAlign((void **)&c->stdQPTable, 8, qpStride*mbHeight*sizeof(QP_STORE_T));
920 reallocAlign((void **)&c->forcedQPTable, 8, mbWidth*sizeof(QP_STORE_T));
976 const QP_STORE_T *QP_store, int QPStride,
H A Dpostprocess_template.c3007 const QP_STORE_T QPs[], int QPStride, int isColor, PPContext *c);
3170 const QP_STORE_T QPs[], int QPStride, int isColor, PPContext *c2)

Completed in 45 milliseconds