comparison vp56.h @ 8300:c47323828269 libavcodec

cosmetics: vertical alignment
author aurel
date Thu, 11 Dec 2008 23:00:58 +0000
parents 524cb7f5ad2b
children 3cddc18caeca
comparison
equal deleted inserted replaced
8299:524cb7f5ad2b 8300:c47323828269
32 32
33 typedef struct vp56_context VP56Context; 33 typedef struct vp56_context VP56Context;
34 typedef struct vp56_mv VP56mv; 34 typedef struct vp56_mv VP56mv;
35 35
36 typedef void (*VP56ParseVectorAdjustment)(VP56Context *s, 36 typedef void (*VP56ParseVectorAdjustment)(VP56Context *s,
37 VP56mv *vect); 37 VP56mv *vect);
38 typedef int (*VP56Adjust)(int v, int t); 38 typedef int (*VP56Adjust)(int v, int t);
39 typedef void (*VP56Filter)(VP56Context *s, uint8_t *dst, uint8_t *src, 39 typedef void (*VP56Filter)(VP56Context *s, uint8_t *dst, uint8_t *src,
40 int offset1, int offset2, int stride, 40 int offset1, int offset2, int stride,
41 VP56mv mv, int mask, int select, int luma); 41 VP56mv mv, int mask, int select, int luma);
42 typedef void (*VP56ParseCoeff)(VP56Context *s); 42 typedef void (*VP56ParseCoeff)(VP56Context *s);
43 typedef void (*VP56DefaultModelsInit)(VP56Context *s); 43 typedef void (*VP56DefaultModelsInit)(VP56Context *s);
44 typedef void (*VP56ParseVectorModels)(VP56Context *s); 44 typedef void (*VP56ParseVectorModels)(VP56Context *s);
45 typedef void (*VP56ParseCoeffModels)(VP56Context *s); 45 typedef void (*VP56ParseCoeffModels)(VP56Context *s);
46 typedef int (*VP56ParseHeader)(VP56Context *s, const uint8_t *buf, 46 typedef int (*VP56ParseHeader)(VP56Context *s, const uint8_t *buf,
47 int buf_size, int *golden_frame); 47 int buf_size, int *golden_frame);
48 48
49 typedef struct { 49 typedef struct {
50 int high; 50 int high;
51 int bits; 51 int bits;
52 const uint8_t *buffer; 52 const uint8_t *buffer;