diff dsputil.c @ 9439:ef3a7b711cc0 libavcodec

Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
author conrad
date Tue, 14 Apr 2009 23:55:39 +0000
parents 8aa2e86549cd
children daee921fb6bb
line wrap: on
line diff
--- a/dsputil.c	Tue Apr 14 21:03:41 2009 +0000
+++ b/dsputil.c	Tue Apr 14 23:55:39 2009 +0000
@@ -1679,7 +1679,7 @@
 #undef op_avg
 #undef op_put
 
-static void put_no_rnd_h264_chroma_mc8_c(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int stride, int h, int x, int y){
+static void put_no_rnd_vc1_chroma_mc8_c(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int stride, int h, int x, int y){
     const int A=(8-x)*(8-y);
     const int B=(  x)*(8-y);
     const int C=(8-x)*(  y);
@@ -4489,7 +4489,7 @@
     c->avg_h264_chroma_pixels_tab[0]= avg_h264_chroma_mc8_c;
     c->avg_h264_chroma_pixels_tab[1]= avg_h264_chroma_mc4_c;
     c->avg_h264_chroma_pixels_tab[2]= avg_h264_chroma_mc2_c;
-    c->put_no_rnd_h264_chroma_pixels_tab[0]= put_no_rnd_h264_chroma_mc8_c;
+    c->put_no_rnd_vc1_chroma_pixels_tab[0]= put_no_rnd_vc1_chroma_mc8_c;
 
     c->weight_h264_pixels_tab[0]= weight_h264_pixels16x16_c;
     c->weight_h264_pixels_tab[1]= weight_h264_pixels16x8_c;