comparison dsputil.c @ 1977:89422281f6f6 libavcodec

reorganize and simplify the VP3 IDCT stuff
author melanson
date Mon, 26 Apr 2004 00:20:29 +0000
parents 55b7435c59b8
children ef919e9ef73e
comparison
equal deleted inserted replaced
1976:5dfde318d44a 1977:89422281f6f6
3124 c->idct_permutation_type= FF_NO_IDCT_PERM; 3124 c->idct_permutation_type= FF_NO_IDCT_PERM;
3125 } 3125 }
3126 3126
3127 /* VP3 DSP support */ 3127 /* VP3 DSP support */
3128 c->vp3_dsp_init = vp3_dsp_init_c; 3128 c->vp3_dsp_init = vp3_dsp_init_c;
3129 c->vp3_idct_put = vp3_idct_put_c; 3129 c->vp3_idct = vp3_idct_c;
3130 c->vp3_idct_add = vp3_idct_add_c;
3131 3130
3132 c->get_pixels = get_pixels_c; 3131 c->get_pixels = get_pixels_c;
3133 c->diff_pixels = diff_pixels_c; 3132 c->diff_pixels = diff_pixels_c;
3134 c->put_pixels_clamped = put_pixels_clamped_c; 3133 c->put_pixels_clamped = put_pixels_clamped_c;
3135 c->add_pixels_clamped = add_pixels_clamped_c; 3134 c->add_pixels_clamped = add_pixels_clamped_c;