comparison dnxhdenc.h @ 8303:bf6a78c6697b libavcodec

dnxhd get_pixels_8x4_sym sse2
author bcoudurier
date Fri, 12 Dec 2008 00:19:14 +0000
parents f92b595af7eb
children 19a4f1ecd8fe
comparison
equal deleted inserted replaced
8302:f54976d6a8a5 8303:bf6a78c6697b
79 uint16_t *mb_bits; 79 uint16_t *mb_bits;
80 uint8_t *mb_qscale; 80 uint8_t *mb_qscale;
81 81
82 RCCMPEntry *mb_cmp; 82 RCCMPEntry *mb_cmp;
83 RCEntry (*mb_rc)[8160]; 83 RCEntry (*mb_rc)[8160];
84
85 void (*get_pixels_8x4_sym)(DCTELEM */*align 16*/, const uint8_t *, int);
84 } DNXHDEncContext; 86 } DNXHDEncContext;
85 87
86 void ff_dnxhd_init_mmx(DNXHDEncContext *ctx); 88 void ff_dnxhd_init_mmx(DNXHDEncContext *ctx);
87 89
88 #endif /* AVCODEC_DNXHDENC_H */ 90 #endif /* AVCODEC_DNXHDENC_H */