Searched refs:temp21 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | inv_txfm_vsx.c | 415 temp21 = vec_mulo(tmp16_1, cospi); \ 418 temp20 = vec_sub(temp11, temp21); \ 419 temp21 = vec_add(temp11, temp21); \ 424 DCT_CONST_ROUND_SHIFT(temp21); \ 425 outpt1 = vec_packs(temp10, temp21); 583 int32x4_t temp10, temp11, temp20, temp21, temp30; in half_idct16x8_vsx() local 601 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16_vsx() local 664 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16x16_256_add_vsx() local 1091 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct32x32_1024_add_vsx() local
|
/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 …]
|