Home
last modified time | relevance | path

Searched defs:plotting_data (Results 1 – 3 of 3) sorted by relevance

/third_party/lame/libmp3lame/
Dlame-analysis.h34 struct plotting_data { struct
35 int frameNum; /* current frame number */
36 int frameNum123;
37 int num_samples; /* number of pcm samples read for this frame */
38 double frametime; /* starting time of frame, in seconds */
39 double pcmdata[2][1600];
40 double pcmdata2[2][1152 + 1152 - DECDELAY];
41 double xr[2][2][576];
42 double mpg123xr[2][2][576];
43 double ms_ratio[2];
[all …]
Dutil.h119 typedef struct plotting_data plotting_data; typedef
/third_party/lame/mpglib/
Dmpglib.h43 typedef struct plotting_data plotting_data; typedef