|
|
@ -139,11 +139,11 @@ typedef struct FFV1Context { |
|
|
|
} FFV1Context; |
|
|
|
} FFV1Context; |
|
|
|
|
|
|
|
|
|
|
|
int ff_ffv1_common_init(AVCodecContext *avctx); |
|
|
|
int ff_ffv1_common_init(AVCodecContext *avctx); |
|
|
|
int ff_ffv1_init_slice_state(FFV1Context *f, FFV1Context *fs); |
|
|
|
int ff_ffv1_init_slice_state(const FFV1Context *f, FFV1Context *fs); |
|
|
|
int ff_ffv1_init_slices_state(FFV1Context *f); |
|
|
|
int ff_ffv1_init_slices_state(FFV1Context *f); |
|
|
|
int ff_ffv1_init_slice_contexts(FFV1Context *f); |
|
|
|
int ff_ffv1_init_slice_contexts(FFV1Context *f); |
|
|
|
int ff_ffv1_allocate_initial_states(FFV1Context *f); |
|
|
|
int ff_ffv1_allocate_initial_states(FFV1Context *f); |
|
|
|
void ff_ffv1_clear_slice_state(FFV1Context *f, FFV1Context *fs); |
|
|
|
void ff_ffv1_clear_slice_state(const FFV1Context *f, FFV1Context *fs); |
|
|
|
int ff_ffv1_close(AVCodecContext *avctx); |
|
|
|
int ff_ffv1_close(AVCodecContext *avctx); |
|
|
|
|
|
|
|
|
|
|
|
static av_always_inline int fold(int diff, int bits) |
|
|
|
static av_always_inline int fold(int diff, int bits) |
|
|
|