Searched refs:ms_stereo (Results 1 – 10 of 10) sorted by relevance
/third_party/lame/mpglib/ |
D | layer3.c | 370 int ms_stereo, long sfreq, int single) in III_get_side_info_1() argument 403 if (ms_stereo) in III_get_side_info_1() 468 III_get_side_info_2(PMPSTR mp, int stereo, int ms_stereo, long sfreq, int single) in III_get_side_info_2() argument 497 if (ms_stereo) in III_get_side_info_2() 1197 struct gr_info_s *gr_infos, int sfreq, int ms_stereo, int lsf) in III_i_stereo() argument 1205 if (ms_stereo) { in III_i_stereo() 1215 if (ms_stereo) { in III_i_stereo() 1717 int ms_stereo; in decode_layer3_sideinfo() local 1727 ms_stereo = fr->mode_ext & 0x2; in decode_layer3_sideinfo() 1730 ms_stereo = 0; in decode_layer3_sideinfo() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | wmaenc.c | 89 s->ms_stereo = 1; in encode_init() 230 put_bits(&s->pb, 1, !!s->ms_stereo); in encode_block() 318 tindex = (ch == 1 && s->ms_stereo); in encode_block() 388 if (s->ms_stereo) { in encode_superframe()
|
D | wma.h | 111 uint8_t ms_stereo; ///< true if mid/side stereo mode member
|
D | wmadec.c | 512 s->ms_stereo = get_bits1(&s->gb); in wma_decode_block() 614 tindex = (ch == 1 && s->ms_stereo); in wma_decode_block() 745 if (s->ms_stereo && s->channel_coded[1]) { in wma_decode_block() 767 else if (!(s->ms_stereo && ch == 1)) in wma_decode_block()
|
/third_party/lame/doc/html/ |
D | Makefile.am | 22 ms_stereo.html \
|
D | Makefile.in | 317 ms_stereo.html \
|
/third_party/lame/libmp3lame/ |
D | lame-analysis.h | 84 int framesize, stereo, js, ms_stereo, i_stereo, emph, bitrate, sampfreq, maindata; member
|
D | mpglib_interface.c | 746 pinfo->ms_stereo = pinfo->js ? (fi.mode_ext & 0x2)>>1 : 0; in hip_finish_pinfo()
|
/third_party/lame/frontend/ |
D | gtkanal.c | 334 color = pplot1->ms_stereo ? &oncolor : &offcolor; in plot_frame() 943 gtkinfo.totms += !(pinfo->ms_stereo == 0); in frameadv1()
|
/third_party/lame/ |
D | ChangeLog | 85 doc/html/list.html, doc/html/ms_stereo.html, doc/html/usage.html, 120 doc/html/links.html, doc/html/list.html, doc/html/ms_stereo.html, 1854 doc/html/links.html, doc/html/list.html, doc/html/ms_stereo.html,
|