mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 17:32:06 +00:00
cabac test: match encode and decode side
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
89653ea728
commit
830d7d5c4f
@ -332,6 +332,7 @@ START_TIMER
|
||||
STOP_TIMER("put_cabac")
|
||||
}
|
||||
|
||||
#if 0
|
||||
for(i=0; i<SIZE; i++){
|
||||
START_TIMER
|
||||
put_cabac_u(&c, state, r[i], 6, 3, i&1);
|
||||
@ -343,7 +344,7 @@ START_TIMER
|
||||
put_cabac_ueg(&c, state, r[i], 3, 0, 1, 2);
|
||||
STOP_TIMER("put_cabac_ueg")
|
||||
}
|
||||
|
||||
#endif
|
||||
put_cabac_terminate(&c, 1);
|
||||
|
||||
ff_init_cabac_decoder(&c, b, SIZE);
|
||||
|
Loading…
Reference in New Issue
Block a user