Home
last modified time | relevance | path

Searched refs:step1_5 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/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
661 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5), in vp9_idct32_cols_add_blk_dspr2()
671 step2_2 = step1_2 + step1_5; in vp9_idct32_cols_add_blk_dspr2()
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()
873 [step1_4] "r" (step1_4), [step1_5] "r" (step1_5), in vp9_idct32_cols_add_blk_dspr2()
881 step3_14 = ROUND_POWER_OF_TWO((step1_5 - step1_26), 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
185 [step1_4] "=&r" (step1_4), [step1_5] "=&r" (step1_5), 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
434 [step1_4] "=&r" (step1_4), [step1_5] "=&r" (step1_5), 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
734 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5), in idct32_rows_dspr2()
744 step2_2 = step1_2 + step1_5; in idct32_rows_dspr2()
747 step2_5 = step1_2 - step1_5; in idct32_rows_dspr2()
756 step1_5 = step2_5 + step3_10; in idct32_rows_dspr2()
838 output[5 * 32] = step1_5 + step1_26; in idct32_rows_dspr2()
859 output[26 * 32] = step1_5 - step1_26; 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
265 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5), in idct16_rows_dspr2()
397 [step1_4] "r" (step1_4), [step1_5] "r" (step1_5), 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
662 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5), in idct16_cols_add_blk_dspr2()
883 [step1_4] "r" (step1_4), [step1_5] "r" (step1_5), in idct16_cols_add_blk_dspr2()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c1352 __m128i step1_4, step1_5, step1_6, step1_7; in vp9_fdct16x16_sse2() local
1463 step1_5 = _mm_sub_epi16(in02, in13); in vp9_fdct16x16_sse2()
1591 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); in vp9_fdct16x16_sse2()
1592 const __m128i t1 = _mm_unpackhi_epi16(step1_5, step1_2); in vp9_fdct16x16_sse2()
1613 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); in vp9_fdct16x16_sse2()
1614 const __m128i t1 = _mm_unpackhi_epi16(step1_5, step1_2); in vp9_fdct16x16_sse2()
1697 step1_5 = _mm_add_epi16(step3_4, step2_5); in vp9_fdct16x16_sse2()
1725 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); in vp9_fdct16x16_sse2()
1726 const __m128i t1 = _mm_unpackhi_epi16(step1_2, step1_5); in vp9_fdct16x16_sse2()
1747 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); in vp9_fdct16x16_sse2()
[all …]