Lines Matching defs:coding_mode
97 int coding_mode;
274 int num_subbands, coding_mode, i, j, first, last, subband_size;
280 coding_mode = get_bits1(gb); // coding Mode: 0 - VLC/ 1-CLC
302 read_quant_spectral_coeffs(gb, subband_vlc_index[i], coding_mode,
334 int nb_components, coding_mode_selector, coding_mode;
348 coding_mode = coding_mode_selector & 1;
363 coding_mode = get_bits1(gb);
391 read_quant_spectral_coeffs(gb, quant_step_index, coding_mode,
575 * @param coding_mode the coding mode (JOINT_STEREO or single channels)
579 int channel_num, int coding_mode)
585 if (coding_mode == JOINT_STEREO && (channel_num % 2) == 1) {
652 if (q->coding_mode == JOINT_STEREO) {
738 out_samples[i], i, q->coding_mode);
771 out_samples[i], i, q->coding_mode);
895 q->coding_mode = SINGLE;
901 q->coding_mode = bytestream_get_le16(&edata_ptr);
912 q->coding_mode = q->coding_mode ? JOINT_STEREO : SINGLE;
928 q->coding_mode = bytestream_get_be16(&edata_ptr);
956 if (q->coding_mode == SINGLE)
958 else if (q->coding_mode == JOINT_STEREO) {
966 q->coding_mode);