Searched refs:stg4_1 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 786 MULTIPLICATION_AND_ADD(lo_0_8, hi_0_8, lo_4_12, hi_4_12, stg4_0, stg4_1, \ 809 tmp0 = _mm_madd_epi16(lo_6_5, stg4_1); \ 810 tmp1 = _mm_madd_epi16(hi_6_5, stg4_1); \ 896 MULTIPLICATION_AND_ADD_2(lo_0_8, hi_0_8, stg4_0, stg4_1, stp1_0, stp1_1) \ 913 tmp0 = _mm_madd_epi16(lo_6_5, stg4_1); \ 914 tmp1 = _mm_madd_epi16(hi_6_5, stg4_1); \ 984 const __m128i stg4_1 = pair_set_epi16(cospi_16_64, -cospi_16_64); in vpx_idct16x16_256_add_sse2() local 1948 const __m128i stg4_1 = pair_set_epi16(cospi_16_64, -cospi_16_64); in vpx_idct16x16_10_add_sse2() local 2021 tmp2 = _mm_madd_epi16(lo_0_8, stg4_1); in vpx_idct16x16_10_add_sse2() 2073 tmp1 = _mm_madd_epi16(lo_6_5, stg4_1); in vpx_idct16x16_10_add_sse2() [all …]
|
D | inv_txfm_ssse3.c | 446 const __m128i stg4_1 = pair_set_epi16(cospi_16_64, -cospi_16_64); in idct32_34_first_half() local 490 butterfly(&x7, &x4, &stg4_1, &stg4_0, &x5, &x6); in idct32_34_first_half() 726 const __m128i stg4_1 = pair_set_epi16(cospi_16_64, -cospi_16_64); in idct32_8x32_135_quarter_1() local 727 butterfly(&v6, &v5, &stg4_1, &stg4_0, &v5, &v6); in idct32_8x32_135_quarter_1() 1118 const __m128i stg4_1 = pair_set_epi16(cospi_16_64, -cospi_16_64); in idct32_full_8x32_quarter_1() local 1121 butterfly(&v6, &v5, &stg4_1, &stg4_0, &v5, &v6); in idct32_full_8x32_quarter_1() 1123 butterfly(&in[0], &in[16], &stg4_0, &stg4_1, &u0, &u1); in idct32_full_8x32_quarter_1()
|