Home | History | Annotate | Download | only in src

Lines Matching refs:currVol

39     Vol *currVol = video->vol[video->currLayer];
67 if (currVol->quantType == 0)
84 if (currVol->shortVideoHeader)
87 else if (currVol->useReverseVLC)
95 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
100 for (ind_x = 0; ind_x < currVol->nMBPerRow; ind_x++) /* Row MB Loop */
159 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */
189 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */
214 Vol *currVol = video->vol[video->currLayer];
218 Int nTotalMB = currVol->nTotalMB;
248 status = BitstreamAppendPacketNoOffset(currVol->stream, bs1);
273 if (currVol->quantType == 0)
291 if (currVol->useReverseVLC)
302 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
307 for (ind_x = 0; ind_x < currVol->nMBPerRow; ind_x++) /* Row MB Loop */
399 status = BitstreamAppendPacketNoOffset(currVol->stream, bs1);
457 status = BitstreamAppendPacketNoOffset(currVol->stream, bs1);