Searched refs:temp21 (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans32_cols_dspr2.c40 int i, temp21; local
476 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64;
477 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
495 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64;
496 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
519 temp21 = -step2_20 * cospi_8_64 + step2_27 * cospi_24_64;
520 step3_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
538 temp21 = -step2_21 * cospi_8_64 + step2_26 * cospi_24_64;
539 step3_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
708 temp21
[all...]
H A Dvp9_itrans32_dspr2.c41 int temp21; local
542 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64;
543 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
561 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64;
562 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
585 temp21 = -step2_20 * cospi_8_64 + step2_27 * cospi_24_64;
586 step3_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
604 temp21 = -step2_21 * cospi_8_64 + step2_26 * cospi_24_64;
605 step3_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
781 temp21
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DMatrix3f.java791 float temp20, temp21, temp22;
803 temp21 = m20 * mat.m01 + m21 * mat.m11 + m22 * mat.m21;
813 product.m21 = temp21;
H A DMatrix4f.java1020 float temp20, temp21, temp22, temp23;
1061 temp21 = m20 * in2.m01
1100 store.m21 = temp21;
/external/libhevc/common/x86/
H A Dihevc_intra_pred_filters_sse42_intr.c1459 int temp11, temp21, temp31, temp41; local
1546 temp21 = _mm_cvtsi128_si32(src_temp1_8x16b);
1552 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21;
2004 int temp11, temp21, temp31, temp41; local
2113 temp21 = _mm_cvtsi128_si32(src_temp1_8x16b);
2119 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21;
3429 int temp11, temp21, temp31, temp41; local
3505 temp21 = _mm_cvtsi128_si32(src_values1);
3511 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21;
4112 int temp11, temp21, temp3 local
[all...]
H A Dihevc_intra_pred_filters_ssse3_intr.c2372 int temp11, temp21, temp31, temp41; local
2465 temp21 = _mm_cvtsi128_si32(src_temp1_8x16b);
2471 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21;
2924 int temp11, temp21, temp31, temp41; local
3039 temp21 = _mm_cvtsi128_si32(src_temp1_8x16b);
3045 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21;
4352 int temp11, temp21, temp31, temp41; local
4430 temp21 = _mm_cvtsi128_si32(src_values1);
4436 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21;
5037 int temp11, temp21, temp3 local
[all...]

Completed in 177 milliseconds