Home
last modified time | relevance | path

Searched refs:step1_4 (Results 1 – 5 of 5) 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
678 [temp2] "=&r"(temp2), [temp3] "=&r"(temp3), [step1_4] "=&r"(step1_4), in vpx_idct32_cols_add_blk_dspr2()
703 [step1_3] "r"(step1_3), [step1_4] "r"(step1_4)); in vpx_idct32_cols_add_blk_dspr2()
735 : [step1_4] "=&r"(step1_4), [step1_8] "=&r"(step1_8), in vpx_idct32_cols_add_blk_dspr2()
924 : [cm] "r"(cm), [stride] "r"(stride), [step1_4] "r"(step1_4), in vpx_idct32_cols_add_blk_dspr2()
933 step3_15 = ROUND_POWER_OF_TWO((step1_4 - step1_27), 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
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()
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
256 [result4] "=&r"(result4), [step1_4] "=r"(step1_4), 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
642 [result4] "=&r"(result4), [step1_4] "=r"(step1_4), 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()
Ditrans32_dspr2.c21 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in idct32_rows_dspr2() local
722 [temp2] "=&r"(temp2), [temp3] "=&r"(temp3), [step1_4] "=&r"(step1_4), in idct32_rows_dspr2()
747 [step1_3] "r"(step1_3), [step1_4] "r"(step1_4)); in idct32_rows_dspr2()
779 : [step1_4] "=&r"(step1_4), [step1_8] "=&r"(step1_8), in idct32_rows_dspr2()
903 : [step1_4] "r"(step1_4), [step1_27] "r"(step1_27), in idct32_rows_dspr2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h616 __m128i step1_4, step1_5, step1_6, step1_7; in FDCT16x16_2D() local
734 step1_4 = SUB_EPI16(in03, in12); in FDCT16x16_2D()
741 &step1_4, &step1_5, &step1_6, &step1_7); in FDCT16x16_2D()
872 const __m128i t2 = _mm_unpacklo_epi16(step1_4, step1_3); in FDCT16x16_2D()
873 const __m128i t3 = _mm_unpackhi_epi16(step1_4, step1_3); in FDCT16x16_2D()
940 step1_4 = SUB_EPI16(step3_4, step2_5); in FDCT16x16_2D()
947 &step1_4, &step1_5, &step1_6, &step1_7); in FDCT16x16_2D()
979 const __m128i t2 = _mm_unpacklo_epi16(step1_3, step1_4); in FDCT16x16_2D()
980 const __m128i t3 = _mm_unpackhi_epi16(step1_3, step1_4); in FDCT16x16_2D()