git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/msmpeg4enc : Inline constant
7 mars, par Andreas Rheinhardt -
avcodec/eamad : Don't store transient macroblock indices in context
7 mars, par Andreas Rheinhardt -
avcodec/eamad : Optimize processing escape codes
7 mars, par Andreas Rheinhardtavcodec/eamad: Optimize processing escape codes Said escape code is only six bits long, so that one has at least 25 - 6 bits in the bitstream reader's cache after reading it; therefore the whole following 16 bits (containing the actual code) are already in the bitstream reader's cache, making it unnecessary to reload the cache. This is the eamad analogue of fe9bc1cc45e2bebba1efa7b9a20b0d66679bf2d5. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/mdec : Don't update cache unnecessarily
7 mars, par Andreas Rheinhardt -
avcodec/mdec : Optimize processing escape codes
7 mars, par Andreas Rheinhardtavcodec/mdec: Optimize processing escape codes Said escape code is only six bits long, so that one has at least 25 - 6 bits in the bitstream reader's cache after reading it; therefore the whole following 16 bits (containing the actual code) are already in the bitstream reader's cache, making it unnecessary to reload the cache. This is the mdec analogue of fe9bc1cc45e2bebba1efa7b9a20b0d66679bf2d5. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>