Lines Matching refs:coding_mode
96 int coding_mode; member
273 int num_subbands, coding_mode, i, j, first, last, subband_size; in decode_spectrum() local
279 coding_mode = get_bits1(gb); // coding Mode: 0 - VLC/ 1-CLC in decode_spectrum()
301 read_quant_spectral_coeffs(gb, subband_vlc_index[i], coding_mode, in decode_spectrum()
333 int nb_components, coding_mode_selector, coding_mode; in decode_tonal_components() local
347 coding_mode = coding_mode_selector & 1; in decode_tonal_components()
362 coding_mode = get_bits1(gb); in decode_tonal_components()
390 read_quant_spectral_coeffs(gb, quant_step_index, coding_mode, in decode_tonal_components()
578 int channel_num, int coding_mode) in decode_channel_sound_unit() argument
584 if (coding_mode == JOINT_STEREO && (channel_num % 2) == 1) { in decode_channel_sound_unit()
650 if (q->coding_mode == JOINT_STEREO) { in decode_frame()
736 out_samples[i], i, q->coding_mode); in decode_frame()
768 out_samples[i], i, q->coding_mode); in al_decode_frame()
893 q->coding_mode = SINGLE; in atrac3_decode_init()
899 q->coding_mode = bytestream_get_le16(&edata_ptr); in atrac3_decode_init()
910 q->coding_mode = q->coding_mode ? JOINT_STEREO : SINGLE; in atrac3_decode_init()
926 q->coding_mode = bytestream_get_be16(&edata_ptr); in atrac3_decode_init()
954 if (q->coding_mode == SINGLE) in atrac3_decode_init()
956 else if (q->coding_mode == JOINT_STEREO) { in atrac3_decode_init()
964 q->coding_mode); in atrac3_decode_init()