Home
last modified time | relevance | path

Searched refs:step1_1 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans32_cols_dspr2.c17 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()
701 [step1_1] "r"(step1_1), [step1_6] "r"(step1_6), in vpx_idct32_cols_add_blk_dspr2()
717 [step1_1] "=&r"(step1_1), [step1_13] "=&r"(step1_13), 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()
855 step3_14 = ROUND_POWER_OF_TWO((step1_1 - step2_30), 6); in vpx_idct32_cols_add_blk_dspr2()
Ditrans8_dspr2.c18 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct8_rows_dspr2() local
177 : [step1_0] "=&r"(step1_0), [step1_1] "=&r"(step1_1), 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
437 : [step1_0] "=&r"(step1_0), [step1_1] "=&r"(step1_1), in idct8_columns_add_blk_dspr2()
Ditrans16_dspr2.c20 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()
348 : [output] "r"(output), [step1_0] "r"(step1_0), [step1_1] "r"(step1_1), 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()
Ditrans32_dspr2.c21 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()
745 [step1_1] "r"(step1_1), [step1_6] "r"(step1_6), in idct32_rows_dspr2()
761 [step1_1] "=&r"(step1_1), [step1_13] "=&r"(step1_13), in idct32_rows_dspr2()
877 [step1_1] "r"(step1_1), [step2_30] "r"(step2_30), in idct32_rows_dspr2()
Dfwd_dct32x32_msa.c19 v8i16 step0_1, step1_1, step2_1, step3_1; in fdct8x32_1d_column_load_butterfly() local
33 step1_1, step2_1, step3_1, in4_1, in5_1, in6_1, in7_1); in fdct8x32_1d_column_load_butterfly()
36 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (4 * 8), 8); in fdct8x32_1d_column_load_butterfly()
51 step1_1, step2_1, step3_1, in4_1, in5_1, in6_1, in7_1); in fdct8x32_1d_column_load_butterfly()
54 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (12 * 8), 8); in fdct8x32_1d_column_load_butterfly()
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h615 __m128i step1_0, step1_1, step1_2, step1_3; in FDCT16x16_2D() local
731 step1_1 = SUB_EPI16(in06, in09); in FDCT16x16_2D()
740 check_epi16_overflow_x8(&step1_0, &step1_1, &step1_2, &step1_3, in FDCT16x16_2D()
894 step3_1 = ADD_EPI16(step1_1, step2_2); in FDCT16x16_2D()
895 step3_2 = SUB_EPI16(step1_1, step2_2); in FDCT16x16_2D()
937 step1_1 = SUB_EPI16(step3_0, step2_1); in FDCT16x16_2D()
946 check_epi16_overflow_x8(&step1_0, &step1_1, &step1_2, &step1_3, in FDCT16x16_2D()
958 const __m128i t2 = _mm_unpacklo_epi16(step1_1, step1_6); in FDCT16x16_2D()
959 const __m128i t3 = _mm_unpackhi_epi16(step1_1, step1_6); in FDCT16x16_2D()