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

/ast/src/lib/libvcodex/
H A Dvcio.c225 static Vcbit_t Gfour[16] = /* table of gamma codes mapping 4 bits at a time */ variable
273 vcioaddb(io, io->bits, io->nbits, Gfour[v&0xf], 8);
313 ** Otherwise, they would be of the below form and inversely map Gfour[].
333 for(k = 0; k < 16; ++k) /* inverse of Gfour[] */
334 Ifour[Gfour[k] >> (VC_BITSIZE-8)] = k;

Completed in 11 milliseconds