search for: misc_common

Displaying 4 results from an estimated 4 matches for "misc_common".

Did you mean: mic_common
2005 Feb 17
1
Fix a bug that causes the encoder to spend way to many bits on keyframes
...Q must be in the range 20 <= Q <= 50. For encodes that tend to use Q lower than 20 you see the "popping" artifact if the inter-frame Q is lower than 20. The results look good so far, but I want to do more testing on various source content to make sure this is a good change. Index: misc_common.c =================================================================== --- misc_common.c (revision 8940) +++ misc_common.c (working copy) @@ -255,14 +255,6 @@ /* QIndex should now indicate the optimal Q. */ cpi->pb.ThisFrameQualityValue = cpi->pb.QThreshTable[QIndex]; - /* Apply range...
2008 Apr 10
2
Delay occurred when the makefile change
.../encoder_huffman.c \ enc/encoder_idct.c \ enc/encoder_toplevel.c \ ../net/nbs_client.c \ ../net/nbs_setsignal.c \ enc/encoder_quant.c \ enc/blockmap.c \ enc/common.c \ enc/dct.c \ enc/dct_decode.c \ enc/frarray.c \ enc/frinit.c \ enc/mcomp.c \ enc/misc_common.c \ enc/pb.c \ enc/pp.c \ enc/reconstruct.c \ enc/scan.c \ enc/dsp.c if CPU_x86_64 enc_arch_dir = enc/x86_64 encoder_arch_sources= \ $(enc_arch_dir)/dct_decode_mmx.c \ $(enc_arch_dir)/dsp_mmx.c \ $(enc_arch_dir)/dsp_mmxext.c \ $(enc_arch_dir)/recon_mmx.c \ $...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
.../encoder_huffman.c \ enc/encoder_idct.c \ enc/encoder_toplevel.c \ ../net/nbs_client.c \ ../net/nbs_setsignal.c \ enc/encoder_quant.c \ enc/blockmap.c \ enc/common.c \ enc/dct.c \ enc/dct_decode.c \ enc/frarray.c \ enc/frinit.c \ enc/mcomp.c \ enc/misc_common.c \ enc/pb.c \ enc/pp.c \ enc/reconstruct.c \ enc/scan.c \ enc/dsp.c if CPU_x86_64 enc_arch_dir = enc/x86_64 encoder_arch_sources= \ $(enc_arch_dir)/dct_decode_mmx.c \ $(enc_arch_dir)/dsp_mmx.c \ $(enc_arch_dir)/dsp_mmxext.c \ $(enc_arch_dir)/recon_mmx.c \ $...
2007 Oct 09
1
VC6 Patch
...RCE=..\lib\huffman.c +SOURCE=..\lib\dec\dequant.c # End Source File # Begin Source File -SOURCE=..\lib\idct.c +SOURCE=..\lib\enc\dsp.c # End Source File # Begin Source File -SOURCE=..\lib\mcomp.c +SOURCE=..\lib\enc\x86_32_vs\dsp_mmx.c # End Source File # Begin Source File -SOURCE=..\lib\misc_common.c +SOURCE=..\lib\enc\encode.c # End Source File # Begin Source File -SOURCE=..\lib\pb.c +SOURCE=..\lib\enc\encoder_huffman.c # End Source File # Begin Source File -SOURCE=..\lib\pp.c +SOURCE=..\lib\enc\encoder_idct.c # End Source File # Begin Source File -SOURCE=..\lib\quant.c +SOURCE=....