/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 621 [step1_1] "=&r"(step1_1), [step1_2] "=&r"(step1_2), 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() 718 [step1_2] "=&r"(step1_2), [step1_14] "=&r"(step1_14), in vpx_idct32_cols_add_blk_dspr2() 848 [step1_1] "r"(step1_1), [step1_2] "r"(step1_2), in vpx_idct32_cols_add_blk_dspr2() 854 step3_13 = ROUND_POWER_OF_TWO((step1_2 - step2_29), 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 178 [step1_2] "=&r"(step1_2), [step1_3] "=&r"(step1_3), 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 438 [step1_2] "=&r"(step1_2), [step1_3] "=&r"(step1_3), 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 72 [step1_1] "=r"(step1_1), [step1_2] "=r"(step1_2), in idct16_rows_dspr2() 382 : [output] "r"(output), [step1_2] "r"(step1_2), [step1_3] "r"(step1_3), 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 457 [step1_1] "=r"(step1_1), [step1_2] "=r"(step1_2), in idct16_cols_add_blk_dspr2() 860 [step1_1] "r"(step1_1), [step1_2] "r"(step1_2), [step1_3] "r"(step1_3), 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 665 [step1_1] "=&r"(step1_1), [step1_2] "=&r"(step1_2), in idct32_rows_dspr2() 746 [step1_2] "r"(step1_2), [step1_5] "r"(step1_5), in idct32_rows_dspr2() 762 [step1_2] "=&r"(step1_2), [step1_14] "=&r"(step1_14), in idct32_rows_dspr2() 878 [step1_2] "r"(step1_2), [step2_29] "r"(step2_29), in idct32_rows_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 615 __m128i step1_0, step1_1, step1_2, step1_3; in FDCT16x16_2D() local 732 step1_2 = SUB_EPI16(in05, in10); in FDCT16x16_2D() 740 check_epi16_overflow_x8(&step1_0, &step1_1, &step1_2, &step1_3, in FDCT16x16_2D() 870 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); in FDCT16x16_2D() 871 const __m128i t1 = _mm_unpackhi_epi16(step1_5, step1_2); in FDCT16x16_2D() 938 step1_2 = ADD_EPI16(step3_3, step2_2); in FDCT16x16_2D() 946 check_epi16_overflow_x8(&step1_0, &step1_1, &step1_2, &step1_3, in FDCT16x16_2D() 977 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); in FDCT16x16_2D() 978 const __m128i t1 = _mm_unpackhi_epi16(step1_2, step1_5); in FDCT16x16_2D()
|