Searched refs:snr_offset (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | ac3dsp_mips.c | 65 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/ |
D | ac3enc.c | 1131 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 …]
|
D | ac3dsp.c | 67 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()
|
D | ac3dsp.h | 74 int snr_offset, int floor,
|
D | ac3dec.h | 205 int snr_offset[AC3_MAX_CHANNELS]; ///< signal-to-noise ratio offsets (snroffst) member
|
D | ac3dec.c | 1256 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()
|
D | eac3dec.c | 583 s->snr_offset[ch] = snroffst; in ff_eac3_parse_header()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | ac3dsp_init_arm.c | 42 int snr_offset, int floor,
|
D | ac3dsp_armv6.S | 40 sub r9, r9, r12 @ - snr_offset
|