Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
Dac3dsp_mips.c65 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_mips() argument
73 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_mips()
83 m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_mips()
/third_party/ffmpeg/libavcodec/
Dac3enc.c1131 static int bit_alloc(AC3EncodeContext *s, int snr_offset) in bit_alloc() argument
1135 snr_offset = (snr_offset - 240) * 4; in bit_alloc()
1149 snr_offset, s->bit_alloc.floor, in bit_alloc()
1166 int snr_offset, snr_incr; in cbr_bit_allocation() local
1172 snr_offset = s->coarse_snr_offset << 4; in cbr_bit_allocation()
1176 if ((snr_offset | s->fine_snr_offset[1]) == 1023) { in cbr_bit_allocation()
1181 while (snr_offset >= 0 && in cbr_bit_allocation()
1182 bit_alloc(s, snr_offset) > bits_left) { in cbr_bit_allocation()
1183 snr_offset -= 64; in cbr_bit_allocation()
1185 if (snr_offset < 0) in cbr_bit_allocation()
[all …]
Dac3dsp.c67 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_c() argument
73 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_c()
81 int m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_c()
Dac3dsp.h74 int snr_offset, int floor,
Dac3dec.h205 int snr_offset[AC3_MAX_CHANNELS]; ///< signal-to-noise ratio offsets (snroffst) member
Dac3dec.c1256 if (blk && s->snr_offset[ch] != snr) { in decode_audio_block()
1259 s->snr_offset[ch] = snr; in decode_audio_block()
1373 s->snr_offset[ch], in decode_audio_block()
Deac3dec.c583 s->snr_offset[ch] = snroffst; in ff_eac3_parse_header()
/third_party/ffmpeg/libavcodec/arm/
Dac3dsp_init_arm.c42 int snr_offset, int floor,
Dac3dsp_armv6.S40 sub r9, r9, r12 @ - snr_offset