Searched refs:byte_b (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 Dmsvideo1.c90 unsigned char byte_a, byte_b; local
121 byte_b = s->buf[stream_ptr++];
124 if ((byte_a == 0) && (byte_b == 0) && (total_blocks == 0))
126 else if ((byte_b & 0xFC) == 0x84) {
128 skip_blocks = ((byte_b - 0x84) << 8) + byte_a - 1;
129 } else if (byte_b < 0x80) {
131 flags = (byte_b << 8) | byte_a;
142 } else if (byte_b >= 0x90) {
144 flags = (byte_b << 8) | byte_a;
190 unsigned char byte_a, byte_b; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsvideo1.c96 unsigned char byte_a, byte_b; local
127 byte_b = s->buf[stream_ptr++];
130 if ((byte_a == 0) && (byte_b == 0) && (total_blocks == 0))
132 else if ((byte_b & 0xFC) == 0x84) {
134 skip_blocks = ((byte_b - 0x84) << 8) + byte_a - 1;
135 } else if (byte_b < 0x80) {
137 flags = (byte_b << 8) | byte_a;
148 } else if (byte_b >= 0x90) {
150 flags = (byte_b << 8) | byte_a;
196 unsigned char byte_a, byte_b; local
[all...]

Completed in 108 milliseconds