/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 23 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() 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() 681 step1_2 = step2_2 + step3_13; 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() 801 step3_13 = ROUND_POWER_OF_TWO((step1_2 - step2_29), 6); in vp9_idct32_cols_add_blk_dspr2()
|
D | vp9_itrans8_dspr2.c | 24 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()
|
D | vp9_itrans32_dspr2.c | 24 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() 744 step2_2 = step1_2 + step1_5; in idct32_rows_dspr2() 747 step2_5 = step1_2 - step1_5; in idct32_rows_dspr2() 753 step1_2 = step2_2 + step3_13; in idct32_rows_dspr2() 835 output[2 * 32] = step1_2 + step2_29; in idct32_rows_dspr2() 862 output[29 * 32] = step1_2 - step2_29; in idct32_rows_dspr2()
|
D | vp9_itrans16_dspr2.c | 25 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/ |
D | vp9_dct_avx2.c | 1113 __m128i step1_0, step1_1, step1_2, step1_3; in vp9_fdct16x16_avx2() local 1222 step1_2 = _mm_sub_epi16(in05, in10); in vp9_fdct16x16_avx2() 1353 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); in vp9_fdct16x16_avx2() 1354 const __m128i t1 = _mm_unpackhi_epi16(step1_5, step1_2); in vp9_fdct16x16_avx2() 1375 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); in vp9_fdct16x16_avx2() 1376 const __m128i t1 = _mm_unpackhi_epi16(step1_5, step1_2); in vp9_fdct16x16_avx2() 1456 step1_2 = _mm_sub_epi16(step3_3, step2_2); in vp9_fdct16x16_avx2() 1487 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); in vp9_fdct16x16_avx2() 1488 const __m128i t1 = _mm_unpackhi_epi16(step1_2, step1_5); in vp9_fdct16x16_avx2() 1509 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); in vp9_fdct16x16_avx2() [all …]
|
D | vp9_dct_sse2.c | 1214 __m128i step1_0, step1_1, step1_2, step1_3; in vp9_fdct16x16_sse2() local 1323 step1_2 = _mm_sub_epi16(in05, in10); in vp9_fdct16x16_sse2() 1454 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); in vp9_fdct16x16_sse2() 1455 const __m128i t1 = _mm_unpackhi_epi16(step1_5, step1_2); in vp9_fdct16x16_sse2() 1476 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); in vp9_fdct16x16_sse2() 1477 const __m128i t1 = _mm_unpackhi_epi16(step1_5, step1_2); in vp9_fdct16x16_sse2() 1557 step1_2 = _mm_sub_epi16(step3_3, step2_2); in vp9_fdct16x16_sse2() 1588 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); in vp9_fdct16x16_sse2() 1589 const __m128i t1 = _mm_unpackhi_epi16(step1_2, step1_5); in vp9_fdct16x16_sse2() 1610 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); in vp9_fdct16x16_sse2() [all …]
|