Add signaling for a maximum DRED quantizer.
Since any value of dQ > 0 will cause the initial quantizer to degrade to the format-implied maximum (15) with a sufficient number of DRED frames, allow signaling a maximum smaller than 15. This allows encoders to improve the minimum quality of long DRED sequences (at the expense of bitrate) without requiring a constant quantizer for all frames (dQ == 0).
Showing
- silk/dred_coding.c 2 additions, 2 deletionssilk/dred_coding.c
- silk/dred_coding.h 1 addition, 1 deletionsilk/dred_coding.h
- silk/dred_decoder.c 24 additions, 2 deletionssilk/dred_decoder.c
- silk/dred_encoder.c 11 additions, 2 deletionssilk/dred_encoder.c
- silk/dred_encoder.h 1 addition, 1 deletionsilk/dred_encoder.h
- src/opus_encoder.c 8 additions, 5 deletionssrc/opus_encoder.c
Loading
Please register or sign in to comment