Searched refs:PP_FORMAT (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess.h91 #define PP_FORMAT 0x00000008 macro
92 #define PP_FORMAT_420 (0x00000011|PP_FORMAT)
93 #define PP_FORMAT_422 (0x00000001|PP_FORMAT)
94 #define PP_FORMAT_411 (0x00000002|PP_FORMAT)
95 #define PP_FORMAT_444 (0x00000000|PP_FORMAT)
H A Dpostprocess.c960 if(cpuCaps&PP_FORMAT){

Completed in 41 milliseconds