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

/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c357 temp21 = vec_mulo(tmp16_1, cospi); \
360 temp20 = vec_sub(temp11, temp21); \
361 temp21 = vec_add(temp11, temp21); \
366 DCT_CONST_ROUND_SHIFT(temp21); \
367 outpt1 = vec_packs(temp10, temp21);
525 int32x4_t temp10, temp11, temp20, temp21, temp30; local
997 int32x4_t temp10, temp11, temp20, temp21, temp30; local
/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 147 milliseconds