/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 24 int16_t step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13; in vp9_idct32_cols_add_blk_dspr2() local 662 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7) 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() 686 step1_7 = step2_7 + step3_8; in vp9_idct32_cols_add_blk_dspr2() 874 [step1_6] "r" (step1_6), [step1_7] "r" (step1_7), in vp9_idct32_cols_add_blk_dspr2() 879 step3_12 = ROUND_POWER_OF_TWO((step1_7 - step1_24), 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 186 [step1_6] "=&r" (step1_6), [step1_7] "=&r" (step1_7), 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 435 [step1_6] "=&r" (step1_6), [step1_7] "=&r" (step1_7), in idct8_columns_add_blk_dspr2()
|
D | vp9_itrans32_dspr2.c | 25 int16_t step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13; in idct32_rows_dspr2() local 735 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7) 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() 758 step1_7 = step2_7 + step3_8; in idct32_rows_dspr2() 840 output[7 * 32] = step1_7 + step1_24; in idct32_rows_dspr2() 857 output[24 * 32] = step1_7 - step1_24; 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 266 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7) in idct16_rows_dspr2() 361 [step1_6] "r" (step1_6), [step1_7] "r" (step1_7), 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 663 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7) in idct16_cols_add_blk_dspr2() 884 [step1_6] "r" (step1_6), [step1_7] "r" (step1_7), 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 1227 step1_7 = _mm_sub_epi16(in00, in15); in vp9_fdct16x16_avx2() 1402 step3_4 = _mm_sub_epi16(step1_7, step2_4); in vp9_fdct16x16_avx2() 1405 step3_7 = _mm_add_epi16(step1_7, step2_4); in vp9_fdct16x16_avx2() 1461 step1_7 = _mm_add_epi16(step3_7, step2_6); 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()
|
D | vp9_dct_sse2.c | 1215 __m128i step1_4, step1_5, step1_6, step1_7; in vp9_fdct16x16_sse2() local 1328 step1_7 = _mm_sub_epi16(in00, in15); in vp9_fdct16x16_sse2() 1503 step3_4 = _mm_sub_epi16(step1_7, step2_4); in vp9_fdct16x16_sse2() 1506 step3_7 = _mm_add_epi16(step1_7, step2_4); in vp9_fdct16x16_sse2() 1562 step1_7 = _mm_add_epi16(step3_7, step2_6); 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()
|