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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3.c88 int coding_mode; member in struct:ATRAC3Context
270 int num_subbands, coding_mode, i, j, first, last, subband_size; local
276 coding_mode = get_bits1(gb); // coding Mode: 0 - VLC/ 1-CLC
298 read_quant_spectral_coeffs(gb, subband_vlc_index[i], coding_mode,
330 int nb_components, coding_mode_selector, coding_mode; local
344 coding_mode = coding_mode_selector & 1;
359 coding_mode = get_bits1(gb);
387 read_quant_spectral_coeffs(gb, quant_step_index, coding_mode,
571 * @param coding_mode the coding mode (JOINT_STEREO or regular stereo/mono)
575 int channel_num, int coding_mode)
573 decode_channel_sound_unit(ATRAC3Context *q, GetBitContext *gb, ChannelUnit *snd, float *output, int channel_num, int coding_mode) argument
[all...]
H A Dralf.c44 VLC coding_mode; member in struct:VLCSet
114 ff_free_vlc(&ctx->sets[i].coding_mode);
175 ret = init_ralf_vlc(&ctx->sets[i].coding_mode, coding_mode_def[i],
282 code_params = get_vlc2(gb, set->coding_mode.table, set->coding_mode.bits, 2);
H A Dflacenc.c68 enum CodingMode coding_mode; member in struct:RiceContext
473 sub->rc.coding_mode = CODING_MODE_RICE2;
475 sub->rc.coding_mode = CODING_MODE_RICE;
557 count += sub->rc.coding_mode;
593 max_param = (1 << rc->coding_mode) - 2;
653 tmp_rc.coding_mode = rc->coding_mode;
693 uint64_t bits = 8 + pred_order * sub->obits + 2 + sub->rc.coding_mode;
974 sub->rc.coding_mode = CODING_MODE_RICE;
1041 int max_rice_param = (1 << frame->subframes[0].rc.coding_mode)
[all...]
H A Dtakdec.c70 int8_t coding_mode[128]; member in struct:TAKDecContext
306 s->coding_mode[0] = mode = get_bits(gb, 6);
330 s->coding_mode[i] = mode;
337 mode = s->coding_mode[i];
347 } while (s->coding_mode[i] == mode);
H A Dvp3.c596 int coding_mode; local
652 coding_mode = get_bits(gb, 3);
654 coding_mode = alphabet[get_vlc2(gb, s->mode_code_vlc.table, 3, 3)];
656 s->macroblock_coding[current_macroblock] = coding_mode;
660 frag->coding_method = coding_mode;
665 frag[s->fragment_start[1]].coding_method = coding_mode; \
667 frag[s->fragment_start[2]].coding_method = coding_mode;
702 int coding_mode; local
717 coding_mode = get_bits1(gb);
740 if (coding_mode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c579 int coding_mode; local
634 coding_mode = get_bits(gb, 3);
636 coding_mode = alphabet
639 s->macroblock_coding[current_macroblock] = coding_mode;
643 frag->coding_method = coding_mode;
648 frag[s->fragment_start[1]].coding_method = coding_mode;\
650 frag[s->fragment_start[2]].coding_method = coding_mode;
682 int coding_mode; local
697 coding_mode = get_bits1(gb);
720 if (coding_mode
[all...]
H A Datrac3.c368 int components, coding_mode_selector, coding_mode, coded_values_per_component; local
385 coding_mode = coding_mode_selector & 1;
398 coding_mode = get_bits1(gb);
417 readQuantSpectralCoeffs(gb, quant_step_index, coding_mode, mantissa, coded_values);

Completed in 260 milliseconds