gp 173 libavcodec/sgidec.c GetByteContext gp[4]; gp 182 libavcodec/sgidec.c gp[z] = s->g; gp 183 libavcodec/sgidec.c bytestream2_skip(&gp[z], z * offset); gp 191 libavcodec/sgidec.c *out_end++ = bytestream2_get_byteu(&gp[z]); gp 196 libavcodec/sgidec.c *out16++ = bytestream2_get_ne16u(&gp[z]); gp 315 libavformat/oggdec.c uint64_t gp; gp 358 libavformat/oggdec.c gp = avio_rl64(bc); gp 432 libavformat/oggdec.c os->granule = gp; gp 151 libavformat/oggdec.h ogg_gptopts (AVFormatContext * s, int i, uint64_t gp, int64_t *dts) gp 158 libavformat/oggdec.h pts = os->codec->gptopts(s, i, gp, dts); gp 160 libavformat/oggdec.h pts = gp; gp 54 libavformat/oggparsedirac.c int64_t gp = granule; gp 58 libavformat/oggparsedirac.c unsigned dist = ((gp >> 14) & 0xff00) | (gp & 0xff); gp 59 libavformat/oggparsedirac.c int64_t dts = (gp >> 31); gp 60 libavformat/oggparsedirac.c int64_t pts = dts + ((gp >> 9) & 0x1fff); gp 87 libavformat/oggparsedirac.c static uint64_t old_dirac_gptopts(AVFormatContext *s, int idx, uint64_t gp, gp 92 libavformat/oggparsedirac.c uint64_t iframe = gp >> 30; gp 93 libavformat/oggparsedirac.c uint64_t pframe = gp & 0x3fffffff; gp 145 libavformat/oggparsetheora.c static uint64_t theora_gptopts(AVFormatContext *ctx, int idx, uint64_t gp, gp 156 libavformat/oggparsetheora.c iframe = gp >> thp->gpshift; gp 157 libavformat/oggparsetheora.c pframe = gp & thp->gpmask;