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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddnxhd_parser.c34 uint64_t state = pc->state64;
56 pc->state64 = -1;
62 pc->state64 = state;
H A Dparser.h37 uint64_t state64; ///< contains the last 8 bytes in MSB order member in struct:ParseContext
H A Dparser.c282 pc->state64 = (pc->state64<<8) | pc->buffer[pc->last_index + next];

Completed in 55 milliseconds