Home
last modified time | relevance | path

Searched refs:cpl_coord_mant (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3enc.h139 uint8_t **cpl_coord_mant; ///< coupling coord mantissas (cplcomant) member
H A Dac3dec.c1054 int master_cpl_coord, cpl_coord_exp, cpl_coord_mant; in coupling_coordinates() local
1060 cpl_coord_mant = get_bits(bc, 4); in coupling_coordinates()
1062 s->cpl_coords[ch][bnd] = cpl_coord_mant << 22; in coupling_coordinates()
1064 s->cpl_coords[ch][bnd] = (cpl_coord_mant + 16) << 21; in coupling_coordinates()
H A Dac3enc_template.c306 block->cpl_coord_mant[ch][bnd] = cpl_mant; in apply_channel_coupling()
H A Dac3enc.c1571 put_bits(&s->pb, 4, block->cpl_coord_mant[ch][bnd]); in output_audio_block()
2204 av_freep(&block->cpl_coord_mant); in ff_ac3_encode_close()
2518 !FF_ALLOCZ_TYPED_ARRAY(block->cpl_coord_mant, channels)) in allocate_buffers()
2531 block->cpl_coord_mant[ch] = &s->cpl_coord_mant_buffer[16 * (blk * channels + ch)]; in allocate_buffers()

Completed in 8 milliseconds