|
|
@ -119,8 +119,8 @@ av_cold void ff_h263_decode_init_vlc(void) |
|
|
|
INIT_VLC_STATIC(&mv_vlc, MV_VLC_BITS, 33, |
|
|
|
INIT_VLC_STATIC(&mv_vlc, MV_VLC_BITS, 33, |
|
|
|
&ff_mvtab[0][1], 2, 1, |
|
|
|
&ff_mvtab[0][1], 2, 1, |
|
|
|
&ff_mvtab[0][0], 2, 1, 538); |
|
|
|
&ff_mvtab[0][0], 2, 1, 538); |
|
|
|
ff_init_rl(&ff_h263_rl_inter, ff_h263_static_rl_table_store[0]); |
|
|
|
ff_rl_init(&ff_h263_rl_inter, ff_h263_static_rl_table_store[0]); |
|
|
|
ff_init_rl(&ff_rl_intra_aic, ff_h263_static_rl_table_store[1]); |
|
|
|
ff_rl_init(&ff_rl_intra_aic, ff_h263_static_rl_table_store[1]); |
|
|
|
INIT_VLC_RL(ff_h263_rl_inter, 554); |
|
|
|
INIT_VLC_RL(ff_h263_rl_inter, 554); |
|
|
|
INIT_VLC_RL(ff_rl_intra_aic, 554); |
|
|
|
INIT_VLC_RL(ff_rl_intra_aic, 554); |
|
|
|
INIT_VLC_STATIC(&h263_mbtype_b_vlc, H263_MBTYPE_B_VLC_BITS, 15, |
|
|
|
INIT_VLC_STATIC(&h263_mbtype_b_vlc, H263_MBTYPE_B_VLC_BITS, 15, |
|
|
|