Lines Matching defs:list
91 vorbis_floor1_entry *list;
221 av_freep(&vc->floors[i].data.t1.list);
575 floor_setup->data.t1.list = av_calloc(floor_setup->data.t1.x_list_dim,
576 sizeof(*floor_setup->data.t1.list));
577 if (!floor_setup->data.t1.list)
593 floor_setup->data.t1.list[0].x = 0;
594 floor_setup->data.t1.list[1].x = rangemax;
598 floor_setup->data.t1.list[floor1_values].x = get_bits(gb, rangebits);
601 floor_setup->data.t1.list[floor1_values].x);
607 floor_setup->data.t1.list,
675 ff_dlog(NULL, "floor0 book list pointer: %p\n",
1272 vf->list[offset+j].x, floor1_Y[offset+j]);
1287 low_neigh_offs = vf->list[i].low;
1288 high_neigh_offs = vf->list[i].high;
1290 adx = vf->list[high_neigh_offs].x - vf->list[low_neigh_offs].x;
1292 err = ady * (vf->list[i].x - vf->list[low_neigh_offs].x);
1331 vf->list[i].x, floor1_Y_final[i], val);
1336 ff_vorbis_floor1_render_list(vf->list, vf->x_list_dim, floor1_Y_final, floor1_flag, vf->multiplier, vec, vf->list[1].x);