mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
optimize mpeg1_encode_block()
(makeing some constant arrays global, merging put_bits(), ...) Originally committed as revision 297 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -161,6 +161,9 @@ static const INT8 mpeg1_run[111] = {
|
||||
25, 26, 27, 28, 29, 30, 31,
|
||||
};
|
||||
|
||||
static UINT8 mpeg1_index_run[2][64];
|
||||
static INT8 mpeg1_max_level[2][64];
|
||||
|
||||
static RLTable rl_mpeg1 = {
|
||||
111,
|
||||
111,
|
||||
|
||||
Reference in New Issue
Block a user