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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddvbsub.c30 #define PUTBITS2(val)\ macro
65 PUTBITS2(0);
66 PUTBITS2(0);
67 PUTBITS2(1);
70 PUTBITS2(0);
71 PUTBITS2((v >> 2) | 2);
72 PUTBITS2(v & 3);
73 PUTBITS2(color);
76 PUTBITS2(0);
77 PUTBITS2(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvbsub.c29 #define PUTBITS2(val)\ macro
64 PUTBITS2(0);
65 PUTBITS2(0);
66 PUTBITS2(1);
69 PUTBITS2(0);
70 PUTBITS2((v >> 2) | 2);
71 PUTBITS2(v & 3);
72 PUTBITS2(color);
75 PUTBITS2(0);
76 PUTBITS2(
[all...]

Completed in 57 milliseconds