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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dffv1.c163 typedef struct FFV1Context{ struct
182 }FFV1Context; typedef in typeref:struct:FFV1Context
204 static inline int get_context(FFV1Context *f, int_fast16_t *src, int_fast16_t *last, int_fast16_t *last2){
354 static inline int encode_line(FFV1Context *s, int w, int_fast16_t *sample[2], int plane_index, int bits){
432 static void encode_plane(FFV1Context *s, uint8_t *src, int w, int h, int stride, int plane_index){
455 static void encode_rgb_frame(FFV1Context *s, uint32_t *src, int w, int h, int stride){
509 static void write_header(FFV1Context *f){
530 FFV1Context *s = avctx->priv_data;
549 FFV1Context *s = avctx->priv_data;
613 static void clear_state(FFV1Context *
[all...]

Completed in 38 milliseconds