Lines Matching defs:index
27 * @see http://wiki.multimedia.cx/index.php?title=VQA
60 * be poor. That is why the coding method divides each index into 2 parts,
63 * clustered into one group of 256 vectors, most of the 4-bit index pieces
348 unsigned int index = 0;
375 index = bytestream2_tell(&s->gb);
381 cbf0_chunk = index;
385 cbfz_chunk = index;
389 cbp0_chunk = index;
393 cbpz_chunk = index;
397 cpl0_chunk = index;
401 cplz_chunk = index;
405 vptz_chunk = index;
510 /* get the vector index, the method for which varies according to
630 unsigned int index = 0;
642 index = bytestream2_tell(&s->gb);
647 cbf0_chunk = index;
650 cbfz_chunk = index;
653 vptr_chunk = index;
656 vprz_chunk = index;
779 /* we might want to read the next block index from stream */