Home
last modified time | relevance | path

Searched refs:coding_mode (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Datrac3.c96 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()
[all …]
Dralf.c44 VLC coding_mode; member
114 ff_free_vlc(&ctx->sets[i].coding_mode); in decode_close()
175 ret = init_ralf_vlc(&ctx->sets[i].coding_mode, coding_mode_def[i], in decode_init()
284 code_params = get_vlc2(gb, set->coding_mode.table, set->coding_mode.bits, 2); in decode_channel()
Dflacenc.c72 enum CodingMode coding_mode; member
503 sub->rc.coding_mode = CODING_MODE_RICE2; in init_frame()
505 sub->rc.coding_mode = CODING_MODE_RICE; in init_frame()
590 count += sub->rc.coding_mode; in subframe_count_exact()
715 int kmax = (1 << rc->coding_mode) - 2; in calc_rice_params()
721 tmp_rc.coding_mode = rc->coding_mode; in calc_rice_params()
762 uint64_t bits = 8 + pred_order * sub->obits + 2 + sub->rc.coding_mode; in find_subframe_rice_params()
1103 sub->rc.coding_mode = CODING_MODE_RICE; in remove_wasted_bits()
1170 int max_rice_param = (1 << frame->subframes[0].rc.coding_mode) - 2; in channel_decorrelation()
1281 put_bits(&s->pb, 2, sub->rc.coding_mode - 4); in write_subframes()
[all …]
Ddca_exss.h44 int coding_mode; ///< Coding mode for the asset member
Damfenc.h105 int coding_mode; member
Dtakdec.c75 int8_t coding_mode[128]; member
322 s->coding_mode[0] = mode = get_bits(gb, 6); in decode_residues()
346 s->coding_mode[i] = mode; in decode_residues()
353 mode = s->coding_mode[i]; in decode_residues()
363 } while (s->coding_mode[i] == mode); in decode_residues()
Damfenc_h264.c112 …{ "coder", "Coding Type", OFFSET(coding_mode), AV_OPT_TYPE_INT…
323 if (ctx->coding_mode != 0) in amf_encode_init_h264()
324 … AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_CABAC_ENABLE, ctx->coding_mode); in amf_encode_init_h264()
Dvp3.c794 int coding_mode; in unpack_modes() local
848 coding_mode = get_bits(gb, 3); in unpack_modes()
850 coding_mode = alphabet[get_vlc2(gb, s->mode_code_vlc.table, 3, 3)]; in unpack_modes()
852 s->macroblock_coding[current_macroblock] = coding_mode; in unpack_modes()
856 frag->coding_method = coding_mode; in unpack_modes()
861 frag[s->fragment_start[1]].coding_method = coding_mode; \ in unpack_modes()
863 frag[s->fragment_start[2]].coding_method = coding_mode; in unpack_modes()
905 int coding_mode; in unpack_vectors() local
922 coding_mode = s->version < 2 ? get_bits1(gb) : 2; in unpack_vectors()
943 if (coding_mode == 2) { /* VP4 */ in unpack_vectors()
[all …]
Ddca_exss.c235 asset->coding_mode = get_bits(&s->gb, 2); in parse_descriptor()
238 switch (asset->coding_mode) { in parse_descriptor()