Searched refs:temp31 (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_polyphase.c | 53 WORD32 temp30, temp31, temp32, temp33, temp34, temp35, temp36, temp37, temp38, temp39, temp310, in ixheaacd_fft32() local 63 temp31 = ixheaacd_add32_sat(vec[1], vec[33]); in ixheaacd_fft32() 247 temp11 = ixheaacd_add32_sat(temp31, temp317); in ixheaacd_fft32() 304 temp11 = ixheaacd_sub32_sat(temp31, temp317); in ixheaacd_fft32() 322 temp31 = ixheaacd_add32_sat(temp21, temp23); in ixheaacd_fft32() 499 *vec++ = temp31; 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 1529 temp31 = _mm_cvtsi128_si32(src_temp2_8x16b); in ihevc_intra_pred_luma_mode_3_to_9_sse42() 1535 *(WORD32 *)(&pu1_dst[(2 * dst_strd)]) = temp31; 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 2096 temp31 = _mm_cvtsi128_si32(src_temp2_8x16b); in ihevc_intra_pred_luma_mode_11_to_17_sse42() 2102 *(WORD32 *)(&pu1_dst[(2 * dst_strd)]) = temp31; 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 3488 temp31 = _mm_cvtsi128_si32(src_values2); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3494 *(WORD32 *)(&pu1_dst[(2 * dst_strd)]) = temp31; 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 2447 temp31 = _mm_cvtsi128_si32(src_temp2_8x16b); in ihevc_intra_pred_luma_mode_3_to_9_ssse3() 2453 *(WORD32 *)(&pu1_dst[(2 * dst_strd)]) = temp31; 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 3021 temp31 = _mm_cvtsi128_si32(src_temp2_8x16b); in ihevc_intra_pred_luma_mode_11_to_17_ssse3() 3027 *(WORD32 *)(&pu1_dst[(2 * dst_strd)]) = temp31; 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 4412 temp31 = _mm_cvtsi128_si32(src_values2); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4418 *(WORD32 *)(&pu1_dst[(2 * dst_strd)]) = temp31; 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 …]
|