Searched refs:step1_3 (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 178 [step1_2] "=&r" (step1_2), [step1_3] "=&r" (step1_3), 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 427 [step1_2] "=&r" (step1_2), [step1_3] "=&r" (step1_3), 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 597 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in vpx_idct32_cols_add_blk_dspr2() 667 step2_3 = step1_3 + step1_4; in vpx_idct32_cols_add_blk_dspr2() 668 step2_4 = step1_3 - step1_4; in vpx_idct32_cols_add_blk_dspr2() 677 step1_3 = step2_3 + step3_12; in vpx_idct32_cols_add_blk_dspr2() 790 [step1_2] "r" (step1_2), [step1_3] "r" (step1_3), in vpx_idct32_cols_add_blk_dspr2() 795 step3_12 = ROUND_POWER_OF_TWO((step1_3 - step2_28), 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 73 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in idct16_rows_dspr2() 391 [step1_2] "r" (step1_2), [step1_3] "r" (step1_3), 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 469 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in idct16_cols_add_blk_dspr2() 877 [step1_2] "r" (step1_2), [step1_3] "r" (step1_3), 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 667 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in idct32_rows_dspr2() 742 step2_3 = step1_3 + step1_4; in idct32_rows_dspr2() 743 step2_4 = step1_3 - step1_4; in idct32_rows_dspr2() 751 step1_3 = step2_3 + step3_12; in idct32_rows_dspr2() 833 output[3 * 32] = step1_3 + step2_28; in idct32_rows_dspr2() 858 output[28 * 32] = step1_3 - step2_28; 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 742 step1_3 = SUB_EPI16(in04, in11); in FDCT16x16_2D() 749 &step1_2, &step1_3, in FDCT16x16_2D() 880 const __m128i t2 = _mm_unpacklo_epi16(step1_4, step1_3); in FDCT16x16_2D() 881 const __m128i t3 = _mm_unpackhi_epi16(step1_4, step1_3); in FDCT16x16_2D() 948 step1_3 = SUB_EPI16(step3_3, step2_2); in FDCT16x16_2D() 955 &step1_2, &step1_3, in FDCT16x16_2D() 989 const __m128i t2 = _mm_unpacklo_epi16(step1_3, step1_4); in FDCT16x16_2D() 990 const __m128i t3 = _mm_unpackhi_epi16(step1_3, step1_4); in FDCT16x16_2D()
|