Lines Matching defs:table
159 i1 = ctx->v1->table ? get_vlc2(gb, ctx->v1->table, SMKTREE_BITS, 3)
161 i2 = ctx->v2->table ? get_vlc2(gb, ctx->v2->table, SMKTREE_BITS, 3)
230 av_log(smk->avctx, AV_LOG_ERROR, "Cannot build VLC table\n");
354 register int *table = recode;
357 while(*table & SMK_NODE) {
361 table += (*table) & (~SMK_NODE);
362 table++;
364 v = *table;
663 av_log(avctx, AV_LOG_ERROR, "Cannot build VLC table\n");
677 if (vlc[0 ].table || vlc[ 1].table ||
678 vlc[2*stereo].table || vlc[2*stereo+1].table) {
685 if (vlc[idx].table)
686 res = get_vlc2(&gb, vlc[idx].table, SMKTREE_BITS, 3);
690 if (vlc[++idx].table)
691 res = get_vlc2(&gb, vlc[idx].table, SMKTREE_BITS, 3);
725 if (vlc[idx].table)
726 val = get_vlc2(&gb, vlc[idx].table, SMKTREE_BITS, 3);