Home | History | Annotate | Download | only in common

Lines Matching defs:temp1

408     WORD32 temp1, temp2;
435 temp1 = (pi2_src[8 ] + pi2_src[3*8]) * 75;
438 o[0] = temp1 + 14 * pi2_src[8 ] + temp2 - 32 * pi2_src[7*8];
439 o[1] = temp1 - 93 * pi2_src[3*8] - temp2 - 39 * pi2_src[5*8];
442 temp1 = (pi2_src[src_strd] + pi2_src[3 * src_strd]) * 75;
445 o[0] = temp1 + 14 * pi2_src[src_strd] + temp2
447 o[1] = temp1 - 93 * pi2_src[3 * src_strd] - temp2
452 temp1 = (pi2_src[8 ] - pi2_src[3*8]) * 50;
455 o[2] = temp1 - 39 * pi2_src[3*8] + temp2 - 57 * pi2_src[5*8];
456 o[3] = temp1 - 32 * pi2_src[8 ] + temp2 - 164 * pi2_src[7*8];
459 temp1 = (pi2_src[src_strd] - pi2_src[3 * src_strd]) * 50;
462 o[2] = temp1 - 39 * pi2_src[3 * src_strd] + temp2
464 o[3] = temp1 - (pi2_src[src_strd] << 5) + temp2
475 temp1 = (pi2_src[2 * src_strd] + pi2_src[6 * src_strd]) * 36;
476 eo[0] = temp1 + 47 * pi2_src[2 * src_strd];
477 eo[1] = temp1 - 119 * pi2_src[6 * src_strd];
652 WORD32 temp1, temp2;
757 temp1 = (pi2_src[2 * src_strd] + pi2_src[6 * src_strd]) * 75;
759 eo[0] = temp1 + 14 * pi2_src[2 * src_strd] + temp2
761 eo[1] = temp1 - 93 * pi2_src[6 * src_strd] - temp2
764 temp1 = (pi2_src[2 * src_strd] - pi2_src[6 * src_strd]) * 50;
766 eo[2] = temp1 - 39 * pi2_src[6 * src_strd] + temp2
768 eo[3] = temp1 - (pi2_src[2 * src_strd] << 5) + temp2
772 temp1 = (pi2_src[4 * src_strd] + pi2_src[12 * src_strd]) * 36;
773 eeo[0] = temp1 + 47 * pi2_src[4 * src_strd];
774 eeo[1] = temp1 - 119 * pi2_src[12 * src_strd];