Searched refs:i_stereo (Results 1 - 4 of 4) sorted by relevance
/third_party/lame/mpglib/ |
H A D | layer3.c | 655 III_get_scale_factors_2(PMPSTR mp, int *scf, struct gr_info_s *gr_infos, int i_stereo) in III_get_scale_factors_2() argument 673 if (i_stereo) /* i_stereo AND second channel -> do_layer3() checks this */ in III_get_scale_factors_2() 1156 int i_stereo = 0; in III_dequantize_sample() local 1158 i_stereo = mp->fr.mode_ext & 0x1; in III_dequantize_sample() 1164 ,i_stereo in III_dequantize_sample() 1765 int ms_stereo, i_stereo; in decode_layer3_frame() local 1785 i_stereo = fr->mode_ext & 0x1; in decode_layer3_frame() 1788 ms_stereo = i_stereo = 0; in decode_layer3_frame() 1824 part2bits = III_get_scale_factors_2(mp, scalefacs[1], gr_infos, i_stereo); in decode_layer3_frame() [all...] |
/third_party/lame/libmp3lame/ |
H A D | lame-analysis.h | 84 int framesize, stereo, js, ms_stereo, i_stereo, emph, bitrate, sampfreq, maindata; member
|
H A D | mpglib_interface.c | 747 pinfo->i_stereo = pinfo->js ? (fi.mode_ext & 0x1) : 0; in hip_finish_pinfo()
|
/third_party/lame/frontend/ |
H A D | gtkanal.c | 108 int totis; /* total frames with i_stereo */ 336 color = pplot1->i_stereo ? &oncolor : &offcolor; in plot_frame() 944 gtkinfo.totis += !(pinfo->i_stereo == 0); in frameadv1() 1277 sprintf(text, "i_stereo frames: %i \n", gtkinfo.totis); in text_window()
|
Completed in 9 milliseconds