/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 17 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in vpx_idct32_cols_add_blk_dspr2() local 679 [step1_5] "=&r"(step1_5), [step1_6] "=&r"(step1_6), in vpx_idct32_cols_add_blk_dspr2() 702 [step1_2] "r"(step1_2), [step1_5] "r"(step1_5), in vpx_idct32_cols_add_blk_dspr2() 736 [step1_5] "=&r"(step1_5), [step1_9] "=&r"(step1_9), in vpx_idct32_cols_add_blk_dspr2() 925 [step1_5] "r"(step1_5), [step1_6] "r"(step1_6), in vpx_idct32_cols_add_blk_dspr2() 932 step3_14 = ROUND_POWER_OF_TWO((step1_5 - step1_26), 6); in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans8_dspr2.c | 18 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct8_rows_dspr2() local 179 [step1_4] "=&r"(step1_4), [step1_5] "=&r"(step1_5), in idct8_rows_dspr2() 196 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct8_columns_add_blk_dspr2() local 439 [step1_4] "=&r"(step1_4), [step1_5] "=&r"(step1_5), in idct8_columns_add_blk_dspr2()
|
D | itrans16_dspr2.c | 20 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct16_rows_dspr2() local 257 [step1_5] "=r"(step1_5), [step1_6] "=r"(step1_6), in idct16_rows_dspr2() 383 [step1_4] "r"(step1_4), [step1_5] "r"(step1_5), in idct16_rows_dspr2() 394 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct16_cols_add_blk_dspr2() local 643 [step1_5] "=r"(step1_5), [step1_6] "=r"(step1_6), in idct16_cols_add_blk_dspr2() 861 [step1_4] "r"(step1_4), [step1_5] "r"(step1_5), [step1_6] "r"(step1_6), in idct16_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 21 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in idct32_rows_dspr2() local 723 [step1_5] "=&r"(step1_5), [step1_6] "=&r"(step1_6), in idct32_rows_dspr2() 746 [step1_2] "r"(step1_2), [step1_5] "r"(step1_5), in idct32_rows_dspr2() 780 [step1_5] "=&r"(step1_5), [step1_9] "=&r"(step1_9), in idct32_rows_dspr2() 904 [step1_5] "r"(step1_5), [step1_26] "r"(step1_26), in idct32_rows_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 616 __m128i step1_4, step1_5, step1_6, step1_7; in FDCT16x16_2D() local 735 step1_5 = SUB_EPI16(in02, in13); in FDCT16x16_2D() 741 &step1_4, &step1_5, &step1_6, &step1_7); in FDCT16x16_2D() 868 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); in FDCT16x16_2D() 869 const __m128i t1 = _mm_unpackhi_epi16(step1_5, step1_2); in FDCT16x16_2D() 939 step1_5 = ADD_EPI16(step3_4, step2_5); in FDCT16x16_2D() 945 &step1_4, &step1_5, &step1_6, &step1_7); in FDCT16x16_2D() 975 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); in FDCT16x16_2D() 976 const __m128i t1 = _mm_unpackhi_epi16(step1_2, step1_5); in FDCT16x16_2D()
|