Home
last modified time | relevance | path

Searched refs:stp1 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_ssse3.c435 static void idct32_34_first_half(const __m128i *in, __m128i *stp1) { in idct32_34_first_half() argument
466 stp1[0] = _mm_add_epi16(v0, v15); in idct32_34_first_half()
467 stp1[15] = _mm_sub_epi16(v0, v15); in idct32_34_first_half()
493 stp1[1] = _mm_add_epi16(v1, v14); in idct32_34_first_half()
494 stp1[14] = _mm_sub_epi16(v1, v14); in idct32_34_first_half()
496 stp1[2] = _mm_add_epi16(v2, v13); in idct32_34_first_half()
497 stp1[13] = _mm_sub_epi16(v2, v13); in idct32_34_first_half()
506 stp1[3] = _mm_add_epi16(v3, v12); in idct32_34_first_half()
507 stp1[12] = _mm_sub_epi16(v3, v12); in idct32_34_first_half()
509 stp1[6] = _mm_add_epi16(v6, v9); in idct32_34_first_half()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Didct32x32_msa.c45 v8i16 stp0, stp1, stp2, stp3, stp4, stp5, stp6, stp7; in idct32x8_row_even_process_store() local
62 BUTTERFLY_4(vec2, vec3, loc3, loc2, stp2, stp1, stp6, stp5); in idct32x8_row_even_process_store()
99 BUTTERFLY_4(stp0, stp1, reg7, reg5, loc1, loc3, loc2, loc0); in idct32x8_row_even_process_store()
355 v8i16 stp0, stp1, stp2, stp3, stp4, stp5, stp6, stp7; in idct8x32_column_even_process_store() local
373 BUTTERFLY_4(vec2, vec3, loc3, loc2, stp2, stp1, stp6, stp5); in idct8x32_column_even_process_store()
413 BUTTERFLY_4(stp0, stp1, reg7, reg5, loc1, loc3, loc2, loc0); in idct8x32_column_even_process_store()