Lines Matching refs:data

40 /* this file should be removed. The few data items accessed in 'gfc'
79 static gint idle_back = 0; /* set when we are displaying the old data */
89 GtkWidget *pcmbox; /* PCM data plotted here */
90 GtkWidget *winbox; /* mpg123 synthesis data plotted here */
99 int msflag; /* toggle between L&R vs M&S PCM data display */
121 hip_t hip; /* decoder handle of just encoded data */
149 /* If the analsys code is enabled, lame will writes data into gfc->pinfo,
150 * and mpg123 will write data into pinfo. Set these so
151 * the libraries put this data in the right place: */
175 /* feed data to encoder until encoder produces some output */
192 * is feed data too quickly, it will sometimes encode multiple frames
195 error_printf("Warning: get_audio is returning too much data.\n");
204 /* not possible to produce mp3 data without encoding at least
205 * one frame of data which would increment frameNum */
212 /* mp3out = 0: need more data to decode */
234 "MP3x display of input and output PCM data out of sync.\n");
252 double *data, *data2, *data3;
284 /* however, the PCM data is delayed by 528 samples in the encoder filterbanks.
285 * We added another 1152-528 delay to this so the PCM data is *exactly* one
374 * draw the PCM data *
435 /* plot PCM data */
452 /* draw the PCM re-synthesis data */
487 /* this piece of PCM data from previous frame */
499 /* this piece of PCM data from current frame */
558 data = pplot1->mpg123xr[gr][0];
562 data = pplot->xr[gr][0];
616 coeff = ch ? .5 * (data[i] - data2[i]) : .5 * (data[i] + data2[i]);
619 coeff = ch ? data2[i] : data[i];
629 if (data[i] != 0)
631 10 * log10(data[i] * data[i]),
633 (data[i - 1] * data[i - 1] + data[i] * data[i] +
634 data[i + 1] * data[i + 1]))
671 data = &pplot->energy[gr][ch][0];
680 ycord[i] = log10(MAX(data[i], (double) 1));
706 data = &pplot->en_s[gr][ch][0];
712 data = &pplot->en[gr][ch][0];
723 ycord[i] = log10(MAX(data[i], (double) 1));
786 data = pplot1->sfb_s[gr][ch];
788 data = pplot->LAMEsfb_s[gr][ch];
793 data = pplot1->sfb[gr][ch];
795 data = pplot->LAMEsfb[gr][ch];
805 ycord[i] = -data[i];
880 plotclick(GtkWidget * widget, gpointer data)
889 frameadv1(GtkWidget * widget, gpointer data)
968 frameadv(GtkWidget * widget, gpointer data)
972 if (!strcmp((char *) data, "-1")) {
984 if (!strcmp((char *) data, "1"))
986 if (!strcmp((char *) data, "10"))
988 if (!strcmp((char *) data, "100"))
990 if (!strcmp((char *) data, "finish"))
1011 delete_event(GtkWidget * widget, GdkEvent * event, gpointer data)
1030 channel_option(GtkWidget * widget, gpointer data)
1033 option = (long) data;
1054 spec_option(GtkWidget * widget, gpointer data)
1057 option = (long) data;
1146 text_window(GtkWidget * widget, gpointer data)
1153 option = (long) data;
1184 "main_data_begin. The encoded data starts this many bytes *before* the "
1195 "PCM data (top graph): "
1196 "The PCM data is plotted in black. The layer3 frame is divided into 2 "
1209 "PCM re-synthesis data (second graph): "
1210 "Same as the PCM window described above. The data displayed is the "
1231 "by the blue and green bars in the PCM data window). The Spectrum pull "
1406 callback data for the the menu items. */