Searched refs:tempA (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dgmc_altivec.c52 register vector unsigned short Av, Bv, Cv, Dv, rounderV, tempA, tempB, tempC, tempD; local
60 tempA = vec_ld(0, (unsigned short*)ABCD);
61 Av = vec_splat(tempA, 0);
62 Bv = vec_splat(tempA, 1);
63 Cv = vec_splat(tempA, 2);
64 Dv = vec_splat(tempA, 3);
116 tempA = vec_mladd((vector unsigned short)srcvA, Av, rounderV);
117 tempB = vec_mladd((vector unsigned short)srcvB, Bv, tempA);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_gx.c501 short divider = 0, tempA; local
528 tempA = MIN_N_1703;
540 divider |= tempA;
547 tempA++;
548 } while (tempA <= (MIN_N_1703 << 1));
611 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; local
650 tempA = 938356; /* 14.31818 * 65536 */
651 tempA *= (n + 8); /* 43..256 */
654 fOut = tempA / tempB; /* 8 bit scale */
741 short divider = 0, tempA; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess_altivec_template.c1041 vector unsigned char tempA = vec_mergeh(src0, zero); local
1058 vector unsigned char temp0 = vec_mergeh(tempA, tempI);
1059 vector unsigned char temp1 = vec_mergel(tempA, tempI);
1075 tempA = vec_mergeh(temp0, temp8);
1092 temp0 = vec_mergeh(tempA, tempI);
1093 temp1 = vec_mergel(tempA, tempI);
1144 vector unsigned char tempA = vec_mergeh(src0, src8); local
1157 vector unsigned char temp0 = vec_mergeh(tempA, tempI);
1158 vector unsigned char temp1 = vec_mergel(tempA, tempI);
1170 tempA
[all...]

Completed in 108 milliseconds