comparison ppc/dsputil_ppc.c @ 5749:784dcbdc910f libavcodec

cosmetics: Fix AltiVec spelling.
author diego
date Tue, 02 Oct 2007 10:34:57 +0000
parents 88dc8b291b54
children ed05a3d964fa
comparison
equal deleted inserted replaced
5748:f4b916b6f5c5 5749:784dcbdc910f
255 } while(--h); 255 } while(--h);
256 } 256 }
257 257
258 void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx) 258 void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx)
259 { 259 {
260 // Common optimizations whether Altivec is available or not 260 // Common optimizations whether AltiVec is available or not
261 c->prefetch = prefetch_ppc; 261 c->prefetch = prefetch_ppc;
262 switch (check_dcbzl_effect()) { 262 switch (check_dcbzl_effect()) {
263 case 32: 263 case 32:
264 c->clear_blocks = clear_blocks_dcbz32_ppc; 264 c->clear_blocks = clear_blocks_dcbz32_ppc;
265 break; 265 break;