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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c143 int nqps; member in struct:Vp3DecodeContext
861 for (qpi = 0; qpi < s->nqps-1 && num_blocks > 0; qpi++) {
1934 s->nqps=0;
1936 s->qps[s->nqps++]= get_bits(&gb, 6);
1937 } while(s->theora >= 0x030200 && s->nqps<3 && get_bits1(&gb));
1938 for (i = s->nqps; i < 3; i++)
1951 for (i = 0; i < s->nqps; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c153 int nqps; member in struct:Vp3DecodeContext
882 for (qpi = 0; qpi < s->nqps - 1 && num_blocks > 0; qpi++) {
2043 s->nqps = 0;
2045 s->qps[s->nqps++] = get_bits(&gb, 6);
2046 } while (s->theora >= 0x030200 && s->nqps < 3 && get_bits1(&gb));
2047 for (i = s->nqps; i < 3; i++)
2061 for (i = 0; i < s->nqps; i++)

Completed in 36 milliseconds