Searched refs:step1_0 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
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 177 : [step1_0] "=&r" (step1_0), [step1_1] "=&r" (step1_1), 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 426 : [step1_0] "=&r" (step1_0), [step1_1] "=&r" (step1_1), in idct8_columns_add_blk_dspr2()
|
D | itrans32_cols_dspr2.c | 18 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in vpx_idct32_cols_add_blk_dspr2() local 596 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in vpx_idct32_cols_add_blk_dspr2() 664 step2_0 = step1_0 + step1_7; in vpx_idct32_cols_add_blk_dspr2() 671 step2_7 = step1_0 - step1_7; in vpx_idct32_cols_add_blk_dspr2() 674 step1_0 = step2_0 + step3_15; in vpx_idct32_cols_add_blk_dspr2() 789 [step1_0] "r" (step1_0), [step1_1] "r" (step1_1), in vpx_idct32_cols_add_blk_dspr2() 798 step3_15 = ROUND_POWER_OF_TWO((step1_0 - step2_31), 6); in vpx_idct32_cols_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_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in idct16_rows_dspr2() 355 [step1_0] "r" (step1_0), [step1_1] "r" (step1_1), 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 468 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in idct16_cols_add_blk_dspr2() 876 [step1_0] "r" (step1_0), [step1_1] "r" (step1_1), in idct16_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 21 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in idct32_rows_dspr2() local 666 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in idct32_rows_dspr2() 739 step2_0 = step1_0 + step1_7; in idct32_rows_dspr2() 746 step2_7 = step1_0 - step1_7; in idct32_rows_dspr2() 748 step1_0 = step2_0 + step3_15; in idct32_rows_dspr2() 830 output[0 * 32] = step1_0 + step2_31; in idct32_rows_dspr2() 861 output[31 * 32] = step1_0 - step2_31; in idct32_rows_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 624 __m128i step1_0, step1_1, step1_2, step1_3; in FDCT16x16_2D() local 739 step1_0 = SUB_EPI16(in07, in08); in FDCT16x16_2D() 748 overflow = check_epi16_overflow_x8(&step1_0, &step1_1, in FDCT16x16_2D() 901 step3_0 = ADD_EPI16(step1_0, step2_3); in FDCT16x16_2D() 904 step3_3 = SUB_EPI16(step1_0, step2_3); in FDCT16x16_2D() 945 step1_0 = ADD_EPI16(step3_0, step2_1); in FDCT16x16_2D() 954 overflow = check_epi16_overflow_x8(&step1_0, &step1_1, in FDCT16x16_2D() 966 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); in FDCT16x16_2D() 967 const __m128i t1 = _mm_unpackhi_epi16(step1_0, step1_7); in FDCT16x16_2D()
|