comparison dsputil.h @ 1644:835cf346975e libavcodec

h263 loop filter fixed h263 modified quantization CODEC_FLAG_OBMC
author michael
date Mon, 01 Dec 2003 15:23:14 +0000
parents 3a633a3feef6
children 11433ade9e06
comparison
equal deleted inserted replaced
1643:9bb07bd315d9 1644:835cf346975e
243 * note, this might read from src1[-1], src2[-1] 243 * note, this might read from src1[-1], src2[-1]
244 */ 244 */
245 void (*sub_hfyu_median_prediction)(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w, int *left, int *left_top); 245 void (*sub_hfyu_median_prediction)(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w, int *left, int *left_top);
246 void (*bswap_buf)(uint32_t *dst, uint32_t *src, int w); 246 void (*bswap_buf)(uint32_t *dst, uint32_t *src, int w);
247 247
248 void (*h263_v_loop_filter)(uint8_t *src, int stride, int qscale);
249 void (*h263_h_loop_filter)(uint8_t *src, int stride, int qscale);
250
248 /* (I)DCT */ 251 /* (I)DCT */
249 void (*fdct)(DCTELEM *block/* align 16*/); 252 void (*fdct)(DCTELEM *block/* align 16*/);
250 void (*fdct248)(DCTELEM *block/* align 16*/); 253 void (*fdct248)(DCTELEM *block/* align 16*/);
251 254
252 /* IDCT really*/ 255 /* IDCT really*/