/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 17 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in vpx_idct32_cols_add_blk_dspr2() local 620 [temp2] "=&r"(temp2), [temp3] "=&r"(temp3), [step1_0] "=&r"(step1_0), 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() 716 : [step1_0] "=&r"(step1_0), [step1_12] "=&r"(step1_12), in vpx_idct32_cols_add_blk_dspr2() 847 : [cm] "r"(cm), [stride] "r"(stride), [step1_0] "r"(step1_0), in vpx_idct32_cols_add_blk_dspr2() 856 step3_15 = ROUND_POWER_OF_TWO((step1_0 - step2_31), 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 177 : [step1_0] "=&r"(step1_0), [step1_1] "=&r"(step1_1), 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 437 : [step1_0] "=&r"(step1_0), [step1_1] "=&r"(step1_1), 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 71 [step2_3] "=&r"(step2_3), [step1_0] "=r"(step1_0), in idct16_rows_dspr2() 348 : [output] "r"(output), [step1_0] "r"(step1_0), [step1_1] "r"(step1_1), 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 456 [step2_3] "=&r"(step2_3), [step1_0] "=r"(step1_0), in idct16_cols_add_blk_dspr2() 859 [cm] "r"(cm), [stride] "r"(stride), [step1_0] "r"(step1_0), in idct16_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 21 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in idct32_rows_dspr2() local 664 [temp2] "=&r"(temp2), [temp3] "=&r"(temp3), [step1_0] "=&r"(step1_0), in idct32_rows_dspr2() 744 : [step1_0] "r"(step1_0), [step1_7] "r"(step1_7), in idct32_rows_dspr2() 760 : [step1_0] "=&r"(step1_0), [step1_12] "=&r"(step1_12), in idct32_rows_dspr2() 876 : [step1_0] "r"(step1_0), [step2_31] "r"(step2_31), in idct32_rows_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 615 __m128i step1_0, step1_1, step1_2, step1_3; in FDCT16x16_2D() local 730 step1_0 = SUB_EPI16(in07, in08); in FDCT16x16_2D() 740 check_epi16_overflow_x8(&step1_0, &step1_1, &step1_2, &step1_3, in FDCT16x16_2D() 891 step3_0 = ADD_EPI16(step1_0, step2_3); in FDCT16x16_2D() 894 step3_3 = SUB_EPI16(step1_0, step2_3); in FDCT16x16_2D() 934 step1_0 = ADD_EPI16(step3_0, step2_1); in FDCT16x16_2D() 944 check_epi16_overflow_x8(&step1_0, &step1_1, &step1_2, &step1_3, in FDCT16x16_2D() 954 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); in FDCT16x16_2D() 955 const __m128i t1 = _mm_unpackhi_epi16(step1_0, step1_7); in FDCT16x16_2D()
|