Home | History | Annotate | Download | only in src

Lines Matching defs:kv

494   /* decode the sub-indices I and kv[] according to the codebook number n:
496 if n>4, Voronoi extension is used, decode I and kv[] */
727 int kv[8] = {0};
751 kv[j] = FDKreadBits(hBs, nk);
755 if (RE8_dec(qn[l], I, kv, &pOutput[i + l * 8]) != 0) {