Searched refs:FFV1Context (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffv1.h74 typedef struct FFV1Context { struct
91 struct FFV1Context *fsrc;
118 struct FFV1Context *slice_context[MAX_SLICES];
130 } FFV1Context; typedef in typeref:struct:FFV1Context
133 int ffv1_init_slice_state(FFV1Context *f, FFV1Context *fs);
134 int ffv1_init_slices_state(FFV1Context *f);
135 int ffv1_init_slice_contexts(FFV1Context *f);
136 int ffv1_allocate_initial_states(FFV1Context *f);
137 void ffv1_clear_slice_state(FFV1Context *
[all...]
H A Dffv1.c44 FFV1Context *s = avctx->priv_data;
67 av_cold int ffv1_init_slice_state(FFV1Context *f, FFV1Context *fs)
101 av_cold int ffv1_init_slices_state(FFV1Context *f)
105 FFV1Context *fs = f->slice_context[i];
112 av_cold int ffv1_init_slice_contexts(FFV1Context *f)
120 FFV1Context *fs = av_mallocz(sizeof(*fs));
148 int ffv1_allocate_initial_states(FFV1Context *f)
163 void ffv1_clear_slice_state(FFV1Context *f, FFV1Context *f
[all...]
H A Dffv1dec.c97 static av_always_inline void decode_line(FFV1Context *s, int w,
181 static void decode_plane(FFV1Context *s, uint8_t *src,
223 static void decode_rgb_frame(FFV1Context *s, uint8_t *src[3], int w, int h, int stride[3])
279 static int decode_slice_header(FFV1Context *f, FFV1Context *fs)
360 FFV1Context *fs = *(void **)arg;
361 FFV1Context *f = fs->avctx->priv_data;
374 FFV1Context *fssrc = f->fsrc->slice_context[si];
375 FFV1Context *fsdst = f->slice_context[si];
511 static int read_extra_header(FFV1Context *
[all...]
H A Dffv1enc.c266 static av_always_inline int encode_line(FFV1Context *s, int w,
368 static int encode_plane(FFV1Context *s, uint8_t *src, int w, int h,
408 static int encode_rgb_frame(FFV1Context *s, uint8_t *src[3], int w, int h, const int stride[3])
492 static void write_header(FFV1Context *f)
520 FFV1Context *fs = f->slice_context[i];
539 static int write_extradata(FFV1Context *f)
615 static int sort_stt(FFV1Context *s, uint8_t stt[256])
665 FFV1Context *s = avctx->priv_data;
968 FFV1Context *sf = s->slice_context[j];
980 static void encode_slice_header(FFV1Context *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dffv1.c158 typedef struct FFV1Context{ struct
188 struct FFV1Context *slice_context[MAX_SLICES];
196 }FFV1Context; typedef in typeref:struct:FFV1Context
440 static av_always_inline int encode_line(FFV1Context *s, int w,
525 static void encode_plane(FFV1Context *s, uint8_t *src, int w, int h, int stride, int plane_index){
555 static void encode_rgb_frame(FFV1Context *s, uint32_t *src, int w, int h, int stride){
615 static void write_header(FFV1Context *f){
642 FFV1Context *fs= f->slice_context[i];
657 FFV1Context *s = avctx->priv_data;
676 static int init_slice_state(FFV1Context *
[all...]

Completed in 159 milliseconds