Searched refs:step1_7 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 18 int step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13; in vpx_idct32_cols_add_blk_dspr2() local 680 [step1_7] "=&r"(step1_7) in vpx_idct32_cols_add_blk_dspr2() 700 : [step1_0] "r"(step1_0), [step1_7] "r"(step1_7), in vpx_idct32_cols_add_blk_dspr2() 738 [step1_7] "=&r"(step1_7), [step1_11] "=&r"(step1_11) in vpx_idct32_cols_add_blk_dspr2() 926 [step1_7] "r"(step1_7), [step1_24] "r"(step1_24), in vpx_idct32_cols_add_blk_dspr2() 930 step3_12 = ROUND_POWER_OF_TWO((step1_7 - step1_24), 6); in vpx_idct32_cols_add_blk_dspr2()
|
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 180 [step1_6] "=&r"(step1_6), [step1_7] "=&r"(step1_7), 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 440 [step1_6] "=&r"(step1_6), [step1_7] "=&r"(step1_7), in idct8_columns_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 258 [step1_7] "=r"(step1_7) in idct16_rows_dspr2() 349 [step1_6] "r"(step1_6), [step1_7] "r"(step1_7), 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 644 [step1_7] "=r"(step1_7) in idct16_cols_add_blk_dspr2() 862 [step1_7] "r"(step1_7), [step1_8] "r"(step1_8), [step1_9] "r"(step1_9), in idct16_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 22 int step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13; in idct32_rows_dspr2() local 724 [step1_7] "=&r"(step1_7) in idct32_rows_dspr2() 744 : [step1_0] "r"(step1_0), [step1_7] "r"(step1_7), in idct32_rows_dspr2() 782 [step1_7] "=&r"(step1_7), [step1_11] "=&r"(step1_11) in idct32_rows_dspr2() 906 [step1_7] "r"(step1_7), [step1_24] "r"(step1_24), in idct32_rows_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 616 __m128i step1_4, step1_5, step1_6, step1_7; in FDCT16x16_2D() local 737 step1_7 = SUB_EPI16(in00, in15); in FDCT16x16_2D() 741 &step1_4, &step1_5, &step1_6, &step1_7); in FDCT16x16_2D() 897 step3_4 = SUB_EPI16(step1_7, step2_4); in FDCT16x16_2D() 900 step3_7 = ADD_EPI16(step1_7, step2_4); in FDCT16x16_2D() 943 step1_7 = ADD_EPI16(step3_7, step2_6); in FDCT16x16_2D() 947 &step1_4, &step1_5, &step1_6, &step1_7); in FDCT16x16_2D() 956 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); in FDCT16x16_2D() 957 const __m128i t1 = _mm_unpackhi_epi16(step1_0, step1_7); in FDCT16x16_2D()
|