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                321 libavformat/oggdec.c     uint64_t gp;
gp                372 libavformat/oggdec.c     gp      = avio_rl64(bc);
gp                462 libavformat/oggdec.c     os->granule   = gp;
gp                152 libavformat/oggdec.h ogg_gptopts (AVFormatContext * s, int i, uint64_t gp, int64_t *dts)
gp                159 libavformat/oggdec.h         pts = os->codec->gptopts(s, i, gp, dts);
gp                161 libavformat/oggdec.h         pts = gp;
gp                 69 libavformat/oggparsedirac.c     int64_t gp = granule;
gp                 73 libavformat/oggparsedirac.c     unsigned dist  = ((gp >> 14) & 0xff00) | (gp & 0xff);
gp                 74 libavformat/oggparsedirac.c     int64_t  dts   = (gp >> 31);
gp                 75 libavformat/oggparsedirac.c     int64_t  pts   = dts + ((gp >> 9) & 0x1fff);
gp                102 libavformat/oggparsedirac.c static uint64_t old_dirac_gptopts(AVFormatContext *s, int idx, uint64_t gp,
gp                107 libavformat/oggparsedirac.c     uint64_t iframe = gp >> 30;
gp                108 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;