OSDN Git Service

Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16,
authorGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 25 Dec 2008 18:27:49 +0000 (18:27 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 25 Dec 2008 18:27:49 +0000 (18:27 +0000)
commit337e3fd990aab76bfcdceb84cd3f62f3e31fa22f
tree896247b616b8fd7601e0da1f71f478707d92722f
parent0fa5f24c3bb047d4aee52e968b94fb5d8699b8b3
Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16,
h264_idct_add16intra, h264_idct_add8 need to be implemented.

Add C version of ff_h264_idct8_dc_add in AltiVec so that ff_h264_idct8_add_altivec
can be used.

Originally committed as revision 16311 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ppc/h264_altivec.c