Searched refs:PP_FORMAT (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.h94 #define PP_FORMAT 0x00000008 macro
95 #define PP_FORMAT_420 (0x00000011|PP_FORMAT)
96 #define PP_FORMAT_422 (0x00000001|PP_FORMAT)
97 #define PP_FORMAT_411 (0x00000002|PP_FORMAT)
98 #define PP_FORMAT_444 (0x00000000|PP_FORMAT)
H A Dpostprocess.c906 if(cpuCaps&PP_FORMAT){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess.h96 #define PP_FORMAT 0x00000008 macro
97 #define PP_FORMAT_420 (0x00000011|PP_FORMAT)
98 #define PP_FORMAT_422 (0x00000001|PP_FORMAT)
99 #define PP_FORMAT_411 (0x00000002|PP_FORMAT)
100 #define PP_FORMAT_444 (0x00000000|PP_FORMAT)
H A Dpostprocess.c937 if(cpuCaps&PP_FORMAT){

Completed in 71 milliseconds