Searched refs:temp41 (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_polyphase.c | 57 WORD32 temp40, temp41, temp42, temp43, temp44, temp45, temp46, temp47, temp48, temp49, temp410, in ixheaacd_fft32() local 116 temp41 = -ixheaacd_add32_sat(temp20, temp214); in ixheaacd_fft32() 158 ixheaacd_mult32x16in32_shl(temp41, fft_c[3]), in ixheaacd_fft32() 164 ixheaacd_mult32x16in32_shl(temp41, fft_c[2]), in ixheaacd_fft32() 170 ixheaacd_mult32x16in32_shl(temp41, fft_c[1]), in ixheaacd_fft32() 176 ixheaacd_mult32x16in32_shl(temp41, fft_c[0]), in ixheaacd_fft32() 231 temp41 = ixheaacd_add32_sat(temp21, temp23); in ixheaacd_fft32() 501 *vec++ = ixheaacd_add32_sat(temp11, temp41); in ixheaacd_fft32() 533 *vec++ = ixheaacd_sub32_sat(temp11, temp41); in ixheaacd_fft32()
|
/external/libhevc/common/x86/ |
D | ihevc_intra_pred_filters_sse42_intr.c | 1441 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_3_to_9_sse42() local 1530 temp41 = _mm_cvtsi128_si32(src_temp3_8x16b); in ihevc_intra_pred_luma_mode_3_to_9_sse42() 1536 *(WORD32 *)(&pu1_dst[(3 * dst_strd)]) = temp41; in ihevc_intra_pred_luma_mode_3_to_9_sse42() 1986 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_11_to_17_sse42() local 2097 temp41 = _mm_cvtsi128_si32(src_temp3_8x16b); in ihevc_intra_pred_luma_mode_11_to_17_sse42() 2103 *(WORD32 *)(&pu1_dst[(3 * dst_strd)]) = temp41; in ihevc_intra_pred_luma_mode_11_to_17_sse42() 3411 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_19_to_25_sse42() local 3489 temp41 = _mm_cvtsi128_si32(src_values3); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3495 *(WORD32 *)(&pu1_dst[(3 * dst_strd)]) = temp41; in ihevc_intra_pred_luma_mode_19_to_25_sse42() 4094 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 | 2353 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_3_to_9_ssse3() local 2448 temp41 = _mm_cvtsi128_si32(src_temp3_8x16b); in ihevc_intra_pred_luma_mode_3_to_9_ssse3() 2454 *(WORD32 *)(&pu1_dst[(3 * dst_strd)]) = temp41; in ihevc_intra_pred_luma_mode_3_to_9_ssse3() 2905 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_11_to_17_ssse3() local 3022 temp41 = _mm_cvtsi128_si32(src_temp3_8x16b); in ihevc_intra_pred_luma_mode_11_to_17_ssse3() 3028 *(WORD32 *)(&pu1_dst[(3 * dst_strd)]) = temp41; in ihevc_intra_pred_luma_mode_11_to_17_ssse3() 4333 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_19_to_25_ssse3() local 4413 temp41 = _mm_cvtsi128_si32(src_values3); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4419 *(WORD32 *)(&pu1_dst[(3 * dst_strd)]) = temp41; in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 5018 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_27_to_33_ssse3() local [all …]
|