Searched refs:PP_PICT_TYPE_QP2 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess.h100 #define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale macro
H A Dpostprocess.c980 if(pict_type & PP_PICT_TYPE_QP2){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess.h102 #define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale macro
H A Dpostprocess.c1002 if(pict_type & PP_PICT_TYPE_QP2){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_pp.c139 outbuf->pict_type | (qp_type ? PP_PICT_TYPE_QP2 : 0));

Completed in 160 milliseconds