[FFmpeg-devel] [PATCH] This patch I add the check for venc->window_sequence[0], and set venc->log2_blocksize[0]=8 when venc->window_sequence[0] is the EIGHT_SHORT_SEQUENCE.

2017-04-23 Thread Ruyi Ji
Signed-off-by: Ruyi Ji --- libavcodec/psymodel.c| 1 + libavcodec/vorbis_enc_data.h | 111 +++ libavcodec/vorbisenc.c | 68 +- 3 files changed, 179 insertions(+), 1 deletion(-) diff --git a/libavcodec/psymodel.c b

[FFmpeg-devel] [PATCH] this is the gsos qualification task which use psychoacoustic system to detect transients in vorbis encoder.

2017-04-16 Thread Ruyi Ji
Signed-off-by: Ruyi Ji --- libavcodec/psymodel.c| 1 + libavcodec/vorbis_enc_data.h | 111 +++ libavcodec/vorbisenc.c | 60 +++ 3 files changed, 172 insertions(+) diff --git a/libavcodec/psymodel.c b/libavcodec