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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpng_parser.c52 uint64_t state64 = ppc->pc.state64; local
54 state64 = (state64 << 8) | buf[i];
55 if (state64 == PNGSIG || state64 == MNGSIG) {
61 ppc->pc.state64 = state64;
H A Dparser.h37 uint64_t state64; ///< contains the last 8 bytes in MSB order member in struct:ParseContext
H A Ddnxhd_parser.c41 uint64_t state = pc->state64;
68 pc->state64 = -1;
81 pc->state64 = state;
H A Dadx_parser.c48 uint64_t state = pc->state64;
65 pc->state64 = state;
H A Dbmp_parser.c43 uint64_t state = bpc->pc.state64;
64 bpc->pc.state64 = state;
H A Dhevc_parser.c49 pc->state64 = (pc->state64 << 8) | buf[i];
51 if (((pc->state64 >> 3 * 8) & 0xFFFFFF) != START_CODE)
54 nut = (pc->state64 >> 2 * 8 + 1) & 0x3F;
H A Dparser.c280 pc->state64 = pc->state64 << 8 | pc->buffer[pc->last_index + next];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/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 Dadx_parser.c48 uint64_t state = pc->state64;
65 pc->state64 = state;
H A Dparser.c274 pc->state64 = (pc->state64<<8) | pc->buffer[pc->last_index + next];

Completed in 146 milliseconds