comparison ppc/h264_altivec.c @ 4254:bd7f921813b1 libavcodec

Unused variable removed
author lu_zero
date Sat, 02 Dec 2006 01:28:21 +0000
parents c8c591fe26f8
children 0407913ac6c6
comparison
equal deleted inserted replaced
4253:b2c06cdd6154 4254:bd7f921813b1
200 vector unsigned char vsrcAuc, vsrcBuc, vsrcperm0, vsrcperm1; 200 vector unsigned char vsrcAuc, vsrcBuc, vsrcperm0, vsrcperm1;
201 vector unsigned char vsrc0uc, vsrc1uc; 201 vector unsigned char vsrc0uc, vsrc1uc;
202 vector signed short vsrc0ssH, vsrc1ssH; 202 vector signed short vsrc0ssH, vsrc1ssH;
203 vector unsigned char vsrcCuc, vsrc2uc, vsrc3uc; 203 vector unsigned char vsrcCuc, vsrc2uc, vsrc3uc;
204 vector signed short vsrc2ssH, vsrc3ssH, psum; 204 vector signed short vsrc2ssH, vsrc3ssH, psum;
205 vector unsigned char vdst, ppsum, vfdst, fsum; 205 vector unsigned char vdst, ppsum, fsum;
206 206
207 if (((unsigned long)dst) % 16 == 0) { 207 if (((unsigned long)dst) % 16 == 0) {
208 fperm = (vector unsigned char)AVV(0x10, 0x11, 0x12, 0x13, 208 fperm = (vector unsigned char)AVV(0x10, 0x11, 0x12, 0x13,
209 0x14, 0x15, 0x16, 0x17, 209 0x14, 0x15, 0x16, 0x17,
210 0x08, 0x09, 0x0A, 0x0B, 210 0x08, 0x09, 0x0A, 0x0B,