Searched refs:step2_5 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 22 int step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vpx_idct32_cols_add_blk_dspr2() local 697 [step2_1] "=&r"(step2_1), [step2_5] "=&r"(step2_5), in vpx_idct32_cols_add_blk_dspr2() 740 [step2_5] "r"(step2_5), [step3_10] "r"(step3_10), in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 26 int step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in idct32_rows_dspr2() local 741 [step2_1] "=&r"(step2_1), [step2_5] "=&r"(step2_5), in idct32_rows_dspr2() 784 [step2_5] "r"(step2_5), [step3_10] "r"(step3_10), in idct32_rows_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 617 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in FDCT16x16_2D() local 876 step2_5 = mult_round_shift(&t0, &t1, &k__cospi_p16_p16, in FDCT16x16_2D() 882 check_epi16_overflow_x4(&step2_2, &step2_3, &step2_5, &step2_4); in FDCT16x16_2D() 896 step3_5 = SUB_EPI16(step1_6, step2_5); in FDCT16x16_2D() 897 step3_6 = ADD_EPI16(step1_6, step2_5); in FDCT16x16_2D() 921 step2_5 = mult_round_shift(&t2, &t3, &k__cospi_p08_m24, in FDCT16x16_2D() 925 check_epi16_overflow_x4(&step2_1, &step2_2, &step2_6, &step2_5); in FDCT16x16_2D() 938 step1_4 = SUB_EPI16(step3_4, step2_5); in FDCT16x16_2D() 939 step1_5 = ADD_EPI16(step3_4, step2_5); in FDCT16x16_2D()
|