gp                184 libavcodec/tiff.c     const uint8_t *rp, *gp, *bp;
gp                381 libavcodec/tiff.c         gp = buf + count / 3 * off;
gp                386 libavcodec/tiff.c             j |= (tget(&gp, type, s->le) >> off) << 8;
gp                206 libavformat/oggdec.c     uint64_t gp;
gp                240 libavformat/oggdec.c     gp = get_le64 (bc);
gp                293 libavformat/oggdec.c     os->granule = gp;
gp                427 libavformat/oggdec.c         pts = os->codec->gptopts(s, i, gp);
gp                429 libavformat/oggdec.c         pts = gp;
gp                125 libavformat/oggparsetheora.c     uint64_t iframe = gp >> thp->gpshift;
gp                126 libavformat/oggparsetheora.c     uint64_t pframe = gp & thp->gpmask;