Home
last modified time | relevance | path

Searched refs:step1_0 (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans32_cols_dspr2.c23 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in vp9_idct32_cols_add_blk_dspr2() local
601 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in vp9_idct32_cols_add_blk_dspr2()
669 step2_0 = step1_0 + step1_7; in vp9_idct32_cols_add_blk_dspr2()
676 step2_7 = step1_0 - step1_7; in vp9_idct32_cols_add_blk_dspr2()
679 step1_0 = step2_0 + step3_15; in vp9_idct32_cols_add_blk_dspr2()
794 [step1_0] "r" (step1_0), [step1_1] "r" (step1_1), in vp9_idct32_cols_add_blk_dspr2()
803 step3_15 = ROUND_POWER_OF_TWO((step1_0 - step2_31), 6); in vp9_idct32_cols_add_blk_dspr2()
Dvp9_itrans8_dspr2.c24 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct8_rows_dspr2() local
183 : [step1_0] "=&r" (step1_0), [step1_1] "=&r" (step1_1), in idct8_rows_dspr2()
205 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct8_columns_add_blk_dspr2() local
432 : [step1_0] "=&r" (step1_0), [step1_1] "=&r" (step1_1), in idct8_columns_add_blk_dspr2()
Dvp9_itrans32_dspr2.c24 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in idct32_rows_dspr2() local
669 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in idct32_rows_dspr2()
742 step2_0 = step1_0 + step1_7; in idct32_rows_dspr2()
749 step2_7 = step1_0 - step1_7; in idct32_rows_dspr2()
751 step1_0 = step2_0 + step3_15; in idct32_rows_dspr2()
833 output[0 * 32] = step1_0 + step2_31; in idct32_rows_dspr2()
864 output[31 * 32] = step1_0 - step2_31; in idct32_rows_dspr2()
Dvp9_itrans16_dspr2.c25 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct16_rows_dspr2() local
77 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in idct16_rows_dspr2()
360 [step1_0] "r" (step1_0), [step1_1] "r" (step1_1), in idct16_rows_dspr2()
410 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct16_cols_add_blk_dspr2() local
473 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in idct16_cols_add_blk_dspr2()
881 [step1_0] "r" (step1_0), [step1_1] "r" (step1_1), in idct16_cols_add_blk_dspr2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct_avx2.c1113 __m128i step1_0, step1_1, step1_2, step1_3; in vp9_fdct16x16_avx2() local
1220 step1_0 = _mm_sub_epi16(in07, in08); in vp9_fdct16x16_avx2()
1398 step3_0 = _mm_add_epi16(step1_0, step2_3); in vp9_fdct16x16_avx2()
1401 step3_3 = _mm_sub_epi16(step1_0, step2_3); in vp9_fdct16x16_avx2()
1454 step1_0 = _mm_add_epi16(step3_0, step2_1); in vp9_fdct16x16_avx2()
1465 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); in vp9_fdct16x16_avx2()
1466 const __m128i t1 = _mm_unpackhi_epi16(step1_0, step1_7); in vp9_fdct16x16_avx2()
1531 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); in vp9_fdct16x16_avx2()
1532 const __m128i t1 = _mm_unpackhi_epi16(step1_0, step1_7); in vp9_fdct16x16_avx2()
Dvp9_dct_sse2.c1214 __m128i step1_0, step1_1, step1_2, step1_3; in vp9_fdct16x16_sse2() local
1321 step1_0 = _mm_sub_epi16(in07, in08); in vp9_fdct16x16_sse2()
1499 step3_0 = _mm_add_epi16(step1_0, step2_3); in vp9_fdct16x16_sse2()
1502 step3_3 = _mm_sub_epi16(step1_0, step2_3); in vp9_fdct16x16_sse2()
1555 step1_0 = _mm_add_epi16(step3_0, step2_1); in vp9_fdct16x16_sse2()
1566 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); in vp9_fdct16x16_sse2()
1567 const __m128i t1 = _mm_unpackhi_epi16(step1_0, step1_7); in vp9_fdct16x16_sse2()
1632 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); in vp9_fdct16x16_sse2()
1633 const __m128i t1 = _mm_unpackhi_epi16(step1_0, step1_7); in vp9_fdct16x16_sse2()