Searched refs:gpshift (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doggparsetheora.c33 int gpshift; member in struct:theora_params
105 thp->gpshift = get_bits(&gb, 5);
106 thp->gpmask = (1 << thp->gpshift) - 1;
133 uint64_t iframe = gp >> thp->gpshift;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doggparsetheora.c33 int gpshift; member in struct:TheoraParams
110 thp->gpshift = get_bits(&gb, 5);
111 thp->gpmask = (1 << thp->gpshift) - 1;
156 iframe = gp >> thp->gpshift;

Completed in 124 milliseconds