Home
last modified time | relevance | path

Searched refs:cpl_coord_mant (Results 1 – 25 of 29) sorted by relevance

12

/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dac3enc.h136 uint8_t **cpl_coord_mant; ///< coupling coord mantissas (cplcomant) member
H A Dac3dec.c1037 int master_cpl_coord, cpl_coord_exp, cpl_coord_mant; in coupling_coordinates() local
1043 cpl_coord_mant = get_bits(bc, 4); in coupling_coordinates()
1045 s->cpl_coords[ch][bnd] = cpl_coord_mant << 22; in coupling_coordinates()
1047 s->cpl_coords[ch][bnd] = (cpl_coord_mant + 16) << 21; in coupling_coordinates()
H A Dac3enc_template.c305 block->cpl_coord_mant[ch][bnd] = cpl_mant; in apply_channel_coupling()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dac3enc.h136 uint8_t **cpl_coord_mant; ///< coupling coord mantissas (cplcomant) member
H A Dac3dec.c1037 int master_cpl_coord, cpl_coord_exp, cpl_coord_mant; in coupling_coordinates() local
1043 cpl_coord_mant = get_bits(bc, 4); in coupling_coordinates()
1045 s->cpl_coords[ch][bnd] = cpl_coord_mant << 22; in coupling_coordinates()
1047 s->cpl_coords[ch][bnd] = (cpl_coord_mant + 16) << 21; in coupling_coordinates()
H A Dac3enc_template.c305 block->cpl_coord_mant[ch][bnd] = cpl_mant; in apply_channel_coupling()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dac3dec.c860 int master_cpl_coord, cpl_coord_exp, cpl_coord_mant; in ac3_parse_audio_block() local
865 cpl_coord_mant = get_bits(gbc, 4); in ac3_parse_audio_block()
867 s->cpl_coords[ch][bnd] = cpl_coord_mant << 22; in ac3_parse_audio_block()
869 s->cpl_coords[ch][bnd] = (cpl_coord_mant + 16) << 21; in ac3_parse_audio_block()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dac3enc.h141 uint8_t **cpl_coord_mant; ///< coupling coord mantissas (cplcomant) member
H A Dac3dec.c1066 int master_cpl_coord, cpl_coord_exp, cpl_coord_mant; in decode_audio_block() local
1072 cpl_coord_mant = get_bits(gbc, 4); in decode_audio_block()
1074 s->cpl_coords[ch][bnd] = cpl_coord_mant << 22; in decode_audio_block()
1076 s->cpl_coords[ch][bnd] = (cpl_coord_mant + 16) << 21; in decode_audio_block()
H A Dac3enc.c1449 put_bits(&s->pb, 4, block->cpl_coord_mant[ch][bnd]); in output_audio_block()
2050 av_freep(&block->cpl_coord_mant); in ff_ac3_encode_close()
2374 … FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->cpl_coord_mant, channels, sizeof(*block->cpl_coord_mant), in allocate_buffers()
2387 block->cpl_coord_mant[ch] = &s->cpl_coord_mant_buffer[16 * (blk * channels + ch)]; in allocate_buffers()
H A Dac3enc_template.c327 block->cpl_coord_mant[ch][bnd] = cpl_mant; in apply_channel_coupling()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dac3enc.h143 uint8_t **cpl_coord_mant; ///< coupling coord mantissas (cplcomant) member
H A Dac3enc.c1449 put_bits(&s->pb, 4, block->cpl_coord_mant[ch][bnd]); in output_audio_block()
2051 av_freep(&block->cpl_coord_mant); in ff_ac3_encode_close()
2377 … FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->cpl_coord_mant, channels, sizeof(*block->cpl_coord_mant), in allocate_buffers()
2390 block->cpl_coord_mant[ch] = &s->cpl_coord_mant_buffer[16 * (blk * channels + ch)]; in allocate_buffers()
H A Dac3dec.c1031 int master_cpl_coord, cpl_coord_exp, cpl_coord_mant; in coupling_coordinates() local
1037 cpl_coord_mant = get_bits(bc, 4); in coupling_coordinates()
1039 s->cpl_coords[ch][bnd] = cpl_coord_mant << 22; in coupling_coordinates()
1041 s->cpl_coords[ch][bnd] = (cpl_coord_mant + 16) << 21; in coupling_coordinates()
H A Dac3enc_template.c312 block->cpl_coord_mant[ch][bnd] = cpl_mant; in apply_channel_coupling()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dac3enc.h143 uint8_t **cpl_coord_mant; ///< coupling coord mantissas (cplcomant) member
H A Dac3enc.c1449 put_bits(&s->pb, 4, block->cpl_coord_mant[ch][bnd]); in output_audio_block()
2050 av_freep(&block->cpl_coord_mant); in ff_ac3_encode_close()
2377 … FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->cpl_coord_mant, channels, sizeof(*block->cpl_coord_mant), in allocate_buffers()
2390 block->cpl_coord_mant[ch] = &s->cpl_coord_mant_buffer[16 * (blk * channels + ch)]; in allocate_buffers()
H A Dac3dec.c1031 int master_cpl_coord, cpl_coord_exp, cpl_coord_mant; in coupling_coordinates() local
1037 cpl_coord_mant = get_bits(bc, 4); in coupling_coordinates()
1039 s->cpl_coords[ch][bnd] = cpl_coord_mant << 22; in coupling_coordinates()
1041 s->cpl_coords[ch][bnd] = (cpl_coord_mant + 16) << 21; in coupling_coordinates()
H A Dac3enc_template.c312 block->cpl_coord_mant[ch][bnd] = cpl_mant; in apply_channel_coupling()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dac3enc.h141 uint8_t **cpl_coord_mant; ///< coupling coord mantissas (cplcomant) member
H A Dac3dec.c1066 int master_cpl_coord, cpl_coord_exp, cpl_coord_mant; in decode_audio_block() local
1072 cpl_coord_mant = get_bits(gbc, 4); in decode_audio_block()
1074 s->cpl_coords[ch][bnd] = cpl_coord_mant << 22; in decode_audio_block()
1076 s->cpl_coords[ch][bnd] = (cpl_coord_mant + 16) << 21; in decode_audio_block()
H A Dac3enc.c1449 put_bits(&s->pb, 4, block->cpl_coord_mant[ch][bnd]); in output_audio_block()
2050 av_freep(&block->cpl_coord_mant); in ff_ac3_encode_close()
2374 … FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->cpl_coord_mant, channels, sizeof(*block->cpl_coord_mant), in allocate_buffers()
2387 block->cpl_coord_mant[ch] = &s->cpl_coord_mant_buffer[16 * (blk * channels + ch)]; in allocate_buffers()
H A Dac3enc_template.c327 block->cpl_coord_mant[ch][bnd] = cpl_mant; in apply_channel_coupling()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dac3enc.h143 uint8_t **cpl_coord_mant; ///< coupling coord mantissas (cplcomant) member
H A Dac3dec.c1031 int master_cpl_coord, cpl_coord_exp, cpl_coord_mant; in coupling_coordinates() local
1037 cpl_coord_mant = get_bits(bc, 4); in coupling_coordinates()
1039 s->cpl_coords[ch][bnd] = cpl_coord_mant << 22; in coupling_coordinates()
1041 s->cpl_coords[ch][bnd] = (cpl_coord_mant + 16) << 21; in coupling_coordinates()

12