Searched refs:num_blocks_raw (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 Deatgv.c141 int num_blocks_raw; local
153 num_blocks_raw = AV_RL16(&buf[2]);
172 if (buf+(mvbits>>3)+16*num_blocks_raw+8*num_blocks_packed>buf_end)
184 buf += num_blocks_raw*16;
216 if (offset<num_blocks_raw)
218 else if (offset-num_blocks_raw<num_blocks_packed)
219 src = s->block_codebook[offset-num_blocks_raw];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deatgv.c151 int num_blocks_raw; local
163 num_blocks_raw = AV_RL16(&buf[2]);
195 if (buf_end - buf < (mvbits>>3) + 16*num_blocks_raw + 8*num_blocks_packed)
207 buf += num_blocks_raw * 16;
244 if (offset < num_blocks_raw)
246 else if (offset - num_blocks_raw < num_blocks_packed)
247 src = s->block_codebook[offset - num_blocks_raw];

Completed in 60 milliseconds