Lines Matching defs:values
75 int values;
114 float *floor; // also used for tmp values for mdct
116 float *scratch; // used for tmp values for psy model
288 // codebook 0..14 - floor1 book, values 0..255
362 fc->values = 2;
364 fc->values += fc->classes[fc->partition_to_class[i]].dim;
366 fc->list = av_malloc_array(fc->values, sizeof(vorbis_floor1_entry));
371 for (i = 2; i < fc->values; i++) {
379 if (ff_vorbis_ready_floor1_list(avctx, fc->list, fc->values))
583 for (i = 2; i < fc->values; i++)
757 int end = fc->list[fc->list[FFMIN(i+1, fc->values - 1)].sort].x;
773 for (i = 0; i < fc->values; i++) {
777 tot_average /= fc->values;
780 for (i = 0; i < fc->values; i++) {
803 int coded[MAX_FLOOR_VALUES]; // first 2 values are unused
813 for (i = 2; i < fc->values; i++) {
881 ff_vorbis_floor1_render_list(fc->list, fc->values, posts, coded,