comparison dsputil.c @ 11988:e382860b855f libavcodec

Set rv34 (0,0) subpel mc functions to the optimised h264 ones
author mru
date Mon, 28 Jun 2010 10:56:16 +0000
parents d3551fcf4c1c
children fdafbcef52f5
comparison
equal deleted inserted replaced
11987:f910bb8f9257 11988:e382860b855f
4533 c->put_2tap_qpel_pixels_tab[0][i]= c->put_h264_qpel_pixels_tab[0][i]; 4533 c->put_2tap_qpel_pixels_tab[0][i]= c->put_h264_qpel_pixels_tab[0][i];
4534 if(!c->avg_2tap_qpel_pixels_tab[0][i]) 4534 if(!c->avg_2tap_qpel_pixels_tab[0][i])
4535 c->avg_2tap_qpel_pixels_tab[0][i]= c->avg_h264_qpel_pixels_tab[0][i]; 4535 c->avg_2tap_qpel_pixels_tab[0][i]= c->avg_h264_qpel_pixels_tab[0][i];
4536 } 4536 }
4537 4537
4538 c->put_rv30_tpel_pixels_tab[0][0] = c->put_h264_qpel_pixels_tab[0][0];
4539 c->put_rv30_tpel_pixels_tab[1][0] = c->put_h264_qpel_pixels_tab[1][0];
4540 c->avg_rv30_tpel_pixels_tab[0][0] = c->avg_h264_qpel_pixels_tab[0][0];
4541 c->avg_rv30_tpel_pixels_tab[1][0] = c->avg_h264_qpel_pixels_tab[1][0];
4542
4543 c->put_rv40_qpel_pixels_tab[0][0] = c->put_h264_qpel_pixels_tab[0][0];
4544 c->put_rv40_qpel_pixels_tab[1][0] = c->put_h264_qpel_pixels_tab[1][0];
4545 c->avg_rv40_qpel_pixels_tab[0][0] = c->avg_h264_qpel_pixels_tab[0][0];
4546 c->avg_rv40_qpel_pixels_tab[1][0] = c->avg_h264_qpel_pixels_tab[1][0];
4547
4538 switch(c->idct_permutation_type){ 4548 switch(c->idct_permutation_type){
4539 case FF_NO_IDCT_PERM: 4549 case FF_NO_IDCT_PERM:
4540 for(i=0; i<64; i++) 4550 for(i=0; i<64; i++)
4541 c->idct_permutation[i]= i; 4551 c->idct_permutation[i]= i;
4542 break; 4552 break;