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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dinterplayvideo.c63 const unsigned char *decoding_map; member in struct:IpvideoContext
813 opcode = s->decoding_map[index >> 1] >> 4;
815 opcode = s->decoding_map[index >> 1] & 0xF;
891 s->decoding_map = buf;

Completed in 39 milliseconds