Searched refs:temp21 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_dspr2.c | 41 int temp21; in idct32_rows_dspr2() local 542 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64; in idct32_rows_dspr2() 543 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2() 561 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64; in idct32_rows_dspr2() 562 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2() 585 temp21 = -step2_20 * cospi_8_64 + step2_27 * cospi_24_64; in idct32_rows_dspr2() 586 step3_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2() 604 temp21 = -step2_21 * cospi_8_64 + step2_26 * cospi_24_64; in idct32_rows_dspr2() 605 step3_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2() 781 temp21 = (step2_20 + step2_27) * cospi_16_64; in idct32_rows_dspr2() [all …]
|
D | vp9_itrans32_cols_dspr2.c | 40 int i, temp21; in vp9_idct32_cols_add_blk_dspr2() local 476 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64; in vp9_idct32_cols_add_blk_dspr2() 477 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2() 495 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64; in vp9_idct32_cols_add_blk_dspr2() 496 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2() 519 temp21 = -step2_20 * cospi_8_64 + step2_27 * cospi_24_64; in vp9_idct32_cols_add_blk_dspr2() 520 step3_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2() 538 temp21 = -step2_21 * cospi_8_64 + step2_26 * cospi_24_64; in vp9_idct32_cols_add_blk_dspr2() 539 step3_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2() 708 temp21 = (step2_20 + step2_27) * cospi_16_64; in vp9_idct32_cols_add_blk_dspr2() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Matrix3f.java | 791 float temp20, temp21, temp22; in mult() local 803 temp21 = m20 * mat.m01 + m21 * mat.m11 + m22 * mat.m21; in mult() 813 product.m21 = temp21; in mult()
|
D | Matrix4f.java | 1020 float temp20, temp21, temp22, temp23; in mult() local 1061 temp21 = m20 * in2.m01 in mult() 1100 store.m21 = temp21; in mult()
|
/external/libhevc/common/x86/ |
D | ihevc_intra_pred_filters_sse42_intr.c | 1459 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_3_to_9_sse42() local 1546 temp21 = _mm_cvtsi128_si32(src_temp1_8x16b); in ihevc_intra_pred_luma_mode_3_to_9_sse42() 1552 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21; in ihevc_intra_pred_luma_mode_3_to_9_sse42() 2004 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_11_to_17_sse42() local 2113 temp21 = _mm_cvtsi128_si32(src_temp1_8x16b); in ihevc_intra_pred_luma_mode_11_to_17_sse42() 2119 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21; in ihevc_intra_pred_luma_mode_11_to_17_sse42() 3429 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_19_to_25_sse42() local 3505 temp21 = _mm_cvtsi128_si32(src_values1); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3511 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21; in ihevc_intra_pred_luma_mode_19_to_25_sse42() 4112 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_27_to_33_sse42() local [all …]
|
D | ihevc_intra_pred_filters_ssse3_intr.c | 2372 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_3_to_9_ssse3() local 2465 temp21 = _mm_cvtsi128_si32(src_temp1_8x16b); in ihevc_intra_pred_luma_mode_3_to_9_ssse3() 2471 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21; in ihevc_intra_pred_luma_mode_3_to_9_ssse3() 2924 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_11_to_17_ssse3() local 3039 temp21 = _mm_cvtsi128_si32(src_temp1_8x16b); in ihevc_intra_pred_luma_mode_11_to_17_ssse3() 3045 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21; in ihevc_intra_pred_luma_mode_11_to_17_ssse3() 4352 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_19_to_25_ssse3() local 4430 temp21 = _mm_cvtsi128_si32(src_values1); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4436 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp21; in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 5037 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_27_to_33_ssse3() local [all …]
|