Home
last modified time | relevance | path

Searched refs:pplot1 (Results 1 - 1 of 1) sorted by relevance

/third_party/lame/frontend/
H A Dgtkanal.c256 plotting_data *pplot1; in plot_frame() local
287 pplot1 = pplot2 + 1; /* back one frame for header info, MDCT */ in plot_frame()
315 if (pplot1->sampfreq) in plot_frame()
316 samp = pplot1->sampfreq; in plot_frame()
323 headbits = 32 + ((pplot1->stereo == 2) ? 256 : 136); in plot_frame()
324 gtkinfo.approxbits = (pplot1->bitrate * 1000 * 1152.0 / samp) - headbits; in plot_frame()
325 sprintf(title2, "%3.1fkHz %ikbs ", samp / 1000, pplot1->bitrate); in plot_frame()
331 if (2 == pplot1->stereo) in plot_frame()
332 title = pplot1->js ? " js " : " s "; in plot_frame()
334 color = pplot1 in plot_frame()
[all...]

Completed in 2 milliseconds