Searched refs:step2_1 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans16_dspr2.c | 22 int step2_0, step2_1, step2_2, step2_3; in idct16_rows_dspr2() local 70 [step2_0] "=&r" (step2_0), [step2_1] "=&r" (step2_1), in idct16_rows_dspr2() 408 int step2_0, step2_1, step2_2, step2_3; in idct16_cols_add_blk_dspr2() local 466 [step2_0] "=&r" (step2_0), [step2_1] "=&r" (step2_1), in idct16_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 26 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in idct32_rows_dspr2() local 740 step2_1 = step1_1 + step1_6; in idct32_rows_dspr2() 749 step1_1 = step2_1 + step3_14; in idct32_rows_dspr2() 762 step1_14 = step2_1 - step3_14; in idct32_rows_dspr2()
|
D | itrans32_cols_dspr2.c | 23 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vpx_idct32_cols_add_blk_dspr2() local 665 step2_1 = step1_1 + step1_6; in vpx_idct32_cols_add_blk_dspr2() 675 step1_1 = step2_1 + step3_14; in vpx_idct32_cols_add_blk_dspr2() 688 step1_14 = step2_1 - step3_14; in vpx_idct32_cols_add_blk_dspr2()
|
D | fwd_dct32x32_msa.c | 19 v8i16 step0_1, step1_1, step2_1, step3_1; in fdct8x32_1d_column_load_butterfly() local 33 step0_1, 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 step0_1, 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/ |
D | fwd_txfm_impl_sse2.h | 626 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in FDCT16x16_2D() local 926 step2_1 = mult_round_shift(&t0, &t1, &k__cospi_m08_p24, in FDCT16x16_2D() 935 overflow = check_epi16_overflow_x4(&step2_1, &step2_2, &step2_6, in FDCT16x16_2D() 945 step1_0 = ADD_EPI16(step3_0, step2_1); in FDCT16x16_2D() 946 step1_1 = SUB_EPI16(step3_0, step2_1); in FDCT16x16_2D()
|