Lines Matching defs:pos
65 uint32_t pfx, int pl, int *pos)
71 bits[*pos] = (~pfx) & ((1ULL << FFMAX(pl, 1)) - 1);
72 lens[*pos] = FFMAX(pl, 1);
73 xlat[*pos] = s + (pl == 0);
74 (*pos)++;
79 pos);
82 pos);
92 int cur_node, i, j, pos = 0;
147 get_tree_codes(bits, lens, xlat, nodes, cur_node - 1, 0, 0, &pos);
149 return ff_init_vlc_sparse(vlc, YLC_VLC_BITS, pos, lens, 2, 2,