Searched refs:PUTBITS4 (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.c117 #define PUTBITS4(val)\ macro
153 PUTBITS4(0);
154 PUTBITS4(0xd);
156 PUTBITS4(0);
157 PUTBITS4(len - 2);
159 PUTBITS4(0);
160 PUTBITS4(8 + len - 4);
161 PUTBITS4(color);
163 PUTBITS4(0);
164 PUTBITS4(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvbsub.c116 #define PUTBITS4(val)\ macro
152 PUTBITS4(0);
153 PUTBITS4(0xd);
155 PUTBITS4(0);
156 PUTBITS4(len - 2);
158 PUTBITS4(0);
159 PUTBITS4(8 + len - 4);
160 PUTBITS4(color);
162 PUTBITS4(0);
163 PUTBITS4(
[all...]

Completed in 119 milliseconds