comparison dsputil.h @ 9442:a91f60938763 libavcodec

Move VC1 loop filter to DSPContext
author conrad
date Wed, 15 Apr 2009 06:20:22 +0000
parents daee921fb6bb
children 3970fe47fea3
comparison
equal deleted inserted replaced
9441:e14cd3ac3806 9442:a91f60938763
480 void (*vc1_inv_trans_8x4)(uint8_t *dest, int line_size, DCTELEM *block); 480 void (*vc1_inv_trans_8x4)(uint8_t *dest, int line_size, DCTELEM *block);
481 void (*vc1_inv_trans_4x8)(uint8_t *dest, int line_size, DCTELEM *block); 481 void (*vc1_inv_trans_4x8)(uint8_t *dest, int line_size, DCTELEM *block);
482 void (*vc1_inv_trans_4x4)(uint8_t *dest, int line_size, DCTELEM *block); 482 void (*vc1_inv_trans_4x4)(uint8_t *dest, int line_size, DCTELEM *block);
483 void (*vc1_v_overlap)(uint8_t* src, int stride); 483 void (*vc1_v_overlap)(uint8_t* src, int stride);
484 void (*vc1_h_overlap)(uint8_t* src, int stride); 484 void (*vc1_h_overlap)(uint8_t* src, int stride);
485 void (*vc1_loop_filter)(uint8_t *src, int step, int stride, int len, int pq);
485 /* put 8x8 block with bicubic interpolation and quarterpel precision 486 /* put 8x8 block with bicubic interpolation and quarterpel precision
486 * last argument is actually round value instead of height 487 * last argument is actually round value instead of height
487 */ 488 */
488 op_pixels_func put_vc1_mspel_pixels_tab[16]; 489 op_pixels_func put_vc1_mspel_pixels_tab[16];
489 op_pixels_func avg_vc1_mspel_pixels_tab[16]; 490 op_pixels_func avg_vc1_mspel_pixels_tab[16];