]> git.sesse.net Git - x264/history - encoder/rdo.c
Update file headers throughout x264
[x264] / encoder / rdo.c
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-08 Fiona GlaserPartially inline trellis quantization
2008-04-21 Loren Merrittcheckasm cabac
2008-03-25 Loren Merrittreduce the size of some cabac arrays
2008-03-25 Fiona Glaseruse cabac context transition table from trellis in...
2008-03-25 Fiona Glaserrearrange cabac struct to reduce code size
2008-03-24 Fiona Glaserhigher precision RD lambda
2008-03-24 Loren Merrittfaster cabac_encode_ue_bypass
2008-03-23 Loren Merrittinline cabac_size_decision
2008-03-17 Fiona Glasermemcpy_aligned_sse2
2008-01-27 Loren Merrittshave a couple cycles off cabac functions
2007-12-02 Loren Merrittreduce the data type used in some tables. 16KB smaller...
2007-09-20 Loren Merrittfix an arithmetic overflow in trellis at high qp.
2007-04-06 Loren Merrittfaster cabac rdo. up to 10% faster at q0, but negligibl...
2007-04-04 Loren Merrittsimplify trellis
2007-04-04 Loren Merritt2x faster quant. 2% overall.
2006-10-29 Loren Merrittcompute chroma_qp only once per mb
2006-10-29 Loren Merrittrd refinement of intra chroma direction (enabled in...
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-04-20 Loren Merrittupdate msvc project files.
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-02-13 Loren Merrittcosmetics
2006-01-04 Loren Merrittless 64bit math: 12% faster trellis
2005-11-03 Loren Merrittif p16x16 RD decides to code a MB as p_skip, then don...
2005-11-03 Loren MerrittTrellis RD quantization.
2005-10-15 Loren Merrittduring RDO, skip the bitstream writing and just calcula...
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...