Searched refs:step2_5 (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 28 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vp9_idct32_cols_add_blk_dspr2() local 674 step2_5 = step1_2 - step1_5; in vp9_idct32_cols_add_blk_dspr2() 684 step1_5 = step2_5 + step3_10; in vp9_idct32_cols_add_blk_dspr2() 689 step1_10 = step2_5 - step3_10; in vp9_idct32_cols_add_blk_dspr2()
|
D | vp9_itrans32_dspr2.c | 29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in idct32_rows_dspr2() local 747 step2_5 = step1_2 - step1_5; in idct32_rows_dspr2() 756 step1_5 = step2_5 + step3_10; in idct32_rows_dspr2() 761 step1_10 = step2_5 - step3_10; in idct32_rows_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_dct_avx2.c | 1115 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vp9_fdct16x16_avx2() local 1393 step2_5 = _mm_packs_epi32(w0, w1); in vp9_fdct16x16_avx2() 1403 step3_5 = _mm_sub_epi16(step1_6, step2_5); in vp9_fdct16x16_avx2() 1404 step3_6 = _mm_add_epi16(step1_6, step2_5); in vp9_fdct16x16_avx2() 1450 step2_5 = _mm_packs_epi32(w2, w3); in vp9_fdct16x16_avx2() 1458 step1_4 = _mm_add_epi16(step3_4, step2_5); in vp9_fdct16x16_avx2() 1459 step1_5 = _mm_sub_epi16(step3_4, step2_5); in vp9_fdct16x16_avx2()
|
D | vp9_dct_sse2.c | 1216 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vp9_fdct16x16_sse2() local 1494 step2_5 = _mm_packs_epi32(w0, w1); in vp9_fdct16x16_sse2() 1504 step3_5 = _mm_sub_epi16(step1_6, step2_5); in vp9_fdct16x16_sse2() 1505 step3_6 = _mm_add_epi16(step1_6, step2_5); in vp9_fdct16x16_sse2() 1551 step2_5 = _mm_packs_epi32(w2, w3); in vp9_fdct16x16_sse2() 1559 step1_4 = _mm_add_epi16(step3_4, step2_5); in vp9_fdct16x16_sse2() 1560 step1_5 = _mm_sub_epi16(step3_4, step2_5); in vp9_fdct16x16_sse2()
|