Home
last modified time | relevance | path

Searched refs:step1_5 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
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()
199 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct8_columns_add_blk_dspr2() local
428 [step1_4] "=&r" (step1_4), [step1_5] "=&r" (step1_5), in idct8_columns_add_blk_dspr2()
Ditrans32_cols_dspr2.c18 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in vpx_idct32_cols_add_blk_dspr2() local
656 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5), in vpx_idct32_cols_add_blk_dspr2()
666 step2_2 = step1_2 + step1_5; in vpx_idct32_cols_add_blk_dspr2()
669 step2_5 = step1_2 - step1_5; in vpx_idct32_cols_add_blk_dspr2()
679 step1_5 = step2_5 + step3_10; in vpx_idct32_cols_add_blk_dspr2()
868 [step1_4] "r" (step1_4), [step1_5] "r" (step1_5), in vpx_idct32_cols_add_blk_dspr2()
876 step3_14 = ROUND_POWER_OF_TWO((step1_5 - step1_26), 6); in vpx_idct32_cols_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
260 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5), in idct16_rows_dspr2()
392 [step1_4] "r" (step1_4), [step1_5] "r" (step1_5), in idct16_rows_dspr2()
405 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct16_cols_add_blk_dspr2() local
657 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5), in idct16_cols_add_blk_dspr2()
878 [step1_4] "r" (step1_4), [step1_5] "r" (step1_5), in idct16_cols_add_blk_dspr2()
Ditrans32_dspr2.c21 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in idct32_rows_dspr2() local
731 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5), in idct32_rows_dspr2()
741 step2_2 = step1_2 + step1_5; in idct32_rows_dspr2()
744 step2_5 = step1_2 - step1_5; in idct32_rows_dspr2()
753 step1_5 = step2_5 + step3_10; in idct32_rows_dspr2()
835 output[5 * 32] = step1_5 + step1_26; in idct32_rows_dspr2()
856 output[26 * 32] = step1_5 - step1_26; in idct32_rows_dspr2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h625 __m128i step1_4, step1_5, step1_6, step1_7; in FDCT16x16_2D() local
744 step1_5 = SUB_EPI16(in02, in13); in FDCT16x16_2D()
750 &step1_4, &step1_5, in FDCT16x16_2D()
878 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); in FDCT16x16_2D()
879 const __m128i t1 = _mm_unpackhi_epi16(step1_5, step1_2); in FDCT16x16_2D()
950 step1_5 = ADD_EPI16(step3_4, step2_5); in FDCT16x16_2D()
956 &step1_4, &step1_5, in FDCT16x16_2D()
987 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); in FDCT16x16_2D()
988 const __m128i t1 = _mm_unpackhi_epi16(step1_2, step1_5); in FDCT16x16_2D()