/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 661 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5), 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() 683 step1_4 = step2_4 + step3_11; 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() 882 step3_15 = ROUND_POWER_OF_TWO((step1_4 - step1_27), 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 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()
|
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 734 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5), 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() 755 step1_4 = step2_4 + step3_11; in idct32_rows_dspr2() 837 output[4 * 32] = step1_4 + step1_27; in idct32_rows_dspr2() 860 output[27 * 32] = step1_4 - step1_27; 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 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()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_dct_avx2.c | 1114 __m128i step1_4, step1_5, step1_6, step1_7; in vp9_fdct16x16_avx2() local 1224 step1_4 = _mm_sub_epi16(in03, in12); 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() 1458 step1_4 = _mm_add_epi16(step3_4, step2_5); 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 …]
|
D | vp9_dct_sse2.c | 1215 __m128i step1_4, step1_5, step1_6, step1_7; in vp9_fdct16x16_sse2() local 1325 step1_4 = _mm_sub_epi16(in03, in12); 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() 1559 step1_4 = _mm_add_epi16(step3_4, step2_5); 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 …]
|