Home
last modified time | relevance | path

Searched refs:step1_3 (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
602 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in vp9_idct32_cols_add_blk_dspr2()
672 step2_3 = step1_3 + step1_4; in vp9_idct32_cols_add_blk_dspr2()
673 step2_4 = step1_3 - step1_4; in vp9_idct32_cols_add_blk_dspr2()
682 step1_3 = step2_3 + step3_12; in vp9_idct32_cols_add_blk_dspr2()
795 [step1_2] "r" (step1_2), [step1_3] "r" (step1_3), in vp9_idct32_cols_add_blk_dspr2()
800 step3_12 = ROUND_POWER_OF_TWO((step1_3 - step2_28), 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
184 [step1_2] "=&r" (step1_2), [step1_3] "=&r" (step1_3), 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
433 [step1_2] "=&r" (step1_2), [step1_3] "=&r" (step1_3), 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
670 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in idct32_rows_dspr2()
745 step2_3 = step1_3 + step1_4; in idct32_rows_dspr2()
746 step2_4 = step1_3 - step1_4; in idct32_rows_dspr2()
754 step1_3 = step2_3 + step3_12; in idct32_rows_dspr2()
836 output[3 * 32] = step1_3 + step2_28; in idct32_rows_dspr2()
861 output[28 * 32] = step1_3 - step2_28; 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
78 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in idct16_rows_dspr2()
396 [step1_2] "r" (step1_2), [step1_3] "r" (step1_3), 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
474 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in idct16_cols_add_blk_dspr2()
882 [step1_2] "r" (step1_2), [step1_3] "r" (step1_3), 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
1223 step1_3 = _mm_sub_epi16(in04, in11); in vp9_fdct16x16_avx2()
1355 const __m128i t2 = _mm_unpacklo_epi16(step1_4, step1_3); in vp9_fdct16x16_avx2()
1356 const __m128i t3 = _mm_unpackhi_epi16(step1_4, step1_3); in vp9_fdct16x16_avx2()
1377 const __m128i t2 = _mm_unpacklo_epi16(step1_4, step1_3); in vp9_fdct16x16_avx2()
1378 const __m128i t3 = _mm_unpackhi_epi16(step1_4, step1_3); in vp9_fdct16x16_avx2()
1457 step1_3 = _mm_add_epi16(step3_3, step2_2); in vp9_fdct16x16_avx2()
1489 const __m128i t2 = _mm_unpacklo_epi16(step1_3, step1_4); in vp9_fdct16x16_avx2()
1490 const __m128i t3 = _mm_unpackhi_epi16(step1_3, step1_4); in vp9_fdct16x16_avx2()
1511 const __m128i t2 = _mm_unpacklo_epi16(step1_3, step1_4); in vp9_fdct16x16_avx2()
[all …]
Dvp9_dct_sse2.c1214 __m128i step1_0, step1_1, step1_2, step1_3; in vp9_fdct16x16_sse2() local
1324 step1_3 = _mm_sub_epi16(in04, in11); in vp9_fdct16x16_sse2()
1456 const __m128i t2 = _mm_unpacklo_epi16(step1_4, step1_3); in vp9_fdct16x16_sse2()
1457 const __m128i t3 = _mm_unpackhi_epi16(step1_4, step1_3); in vp9_fdct16x16_sse2()
1478 const __m128i t2 = _mm_unpacklo_epi16(step1_4, step1_3); in vp9_fdct16x16_sse2()
1479 const __m128i t3 = _mm_unpackhi_epi16(step1_4, step1_3); in vp9_fdct16x16_sse2()
1558 step1_3 = _mm_add_epi16(step3_3, step2_2); in vp9_fdct16x16_sse2()
1590 const __m128i t2 = _mm_unpacklo_epi16(step1_3, step1_4); in vp9_fdct16x16_sse2()
1591 const __m128i t3 = _mm_unpackhi_epi16(step1_3, step1_4); in vp9_fdct16x16_sse2()
1612 const __m128i t2 = _mm_unpacklo_epi16(step1_3, step1_4); in vp9_fdct16x16_sse2()
[all …]