/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | highbd_idct32x32_add_sse4.c | 22 __m128i *const step1 /*step1[16]*/, __m128i *const out /*out[16]*/) { in highbd_idct32_4x32_quarter_2_stage_4_to_6() 57 __m128i *const step1 /*step1[32]*/, __m128i *const out /*out[32]*/) { in highbd_idct32_4x32_quarter_3_4_stage_4_to_7() 146 __m128i step1[8], step2[8]; in highbd_idct32_1024_4x32_quarter_1() local 190 __m128i step1[32], step2[32]; in highbd_idct32_1024_4x32_quarter_2() local 230 __m128i step1[32], step2[32]; in highbd_idct32_1024_4x32_quarter_3_4() local 370 __m128i step1[8], step2[8]; in highbd_idct32_135_4x32_quarter_1() local 414 __m128i step1[32], step2[32]; in highbd_idct32_135_4x32_quarter_2() local 454 __m128i step1[32], step2[32]; in highbd_idct32_135_4x32_quarter_3_4() local 583 __m128i step1[8], step2[8]; in highbd_idct32_34_4x32_quarter_1() local 623 __m128i step1[32], step2[32]; in highbd_idct32_34_4x32_quarter_2() local [all …]
|
H A D | highbd_idct32x32_add_sse2.c | 18 __m128i *const step1 /*step1[16]*/, __m128i *const out /*out[16]*/) { in highbd_idct32_4x32_quarter_2_stage_4_to_6() 53 __m128i *const step1 /*step1[32]*/, __m128i *const out /*out[32]*/) { in highbd_idct32_4x32_quarter_3_4_stage_4_to_7() 142 __m128i step1[8], step2[8]; in highbd_idct32_1024_4x32_quarter_1() local 186 __m128i step1[32], step2[32]; in highbd_idct32_1024_4x32_quarter_2() local 226 __m128i step1[32], step2[32]; in highbd_idct32_1024_4x32_quarter_3_4() local 366 __m128i step1[8], step2[8]; in highbd_idct32_135_4x32_quarter_1() local 410 __m128i step1[32], step2[32]; in highbd_idct32_135_4x32_quarter_2() local 450 __m128i step1[32], step2[32]; in highbd_idct32_135_4x32_quarter_3_4() local 583 __m128i step1[8], step2[8]; in highbd_idct32_34_4x32_quarter_1() local 623 __m128i step1[32], step2[32]; in highbd_idct32_34_4x32_quarter_2() local [all …]
|
H A D | inv_txfm_ssse3.c | 57 __m128i step1[8], step2[8]; in idct32_34_8x32_quarter_1() local 94 __m128i step1[16], step2[16]; in idct32_34_8x32_quarter_2() local 129 __m128i step1[32]; in idct32_34_8x32_quarter_3_4() local 192 __m128i step1[8], step2[8]; in idct32_135_8x32_quarter_1() local 232 __m128i step1[16], step2[16]; in idct32_135_8x32_quarter_2() local 272 __m128i step1[32], step2[32]; in idct32_135_8x32_quarter_3_4() local
|
H A D | inv_txfm_sse2.h | 252 __m128i step1[8], step2[8]; in idct8() local 289 __m128i step1[8], step2[8], tmp[4]; in idct8x8_12_add_kernel_sse2() local 345 __m128i step1[16], step2[16]; in idct16_8col() local 434 __m128i step1[16], step2[16]; in idct16x16_10_pass1() local 537 __m128i step1[16], step2[16]; in idct16x16_10_pass2() local 600 __m128i *const step1 /*step1[16]*/, __m128i *const out /*out[16]*/) { in idct32_8x32_quarter_2_stage_4_to_6() 633 __m128i *const step1 /*step1[32]*/, __m128i *const out /*out[32]*/) { in idct32_8x32_quarter_3_4_stage_4_to_7()
|
H A D | inv_txfm_avx2.c | 74 __m256i step1[16], step2[16]; in idct16_16col() local 312 __m256i step1[8], step2[8]; in idct32_1024_16x32_quarter_1() local 347 static INLINE void idct32_16x32_quarter_2_stage_4_to_6(__m256i *step1, in idct32_16x32_quarter_2_stage_4_to_6() 386 __m256i step1[16], step2[16]; in idct32_1024_16x32_quarter_2() local 407 static INLINE void idct32_16x32_quarter_3_4_stage_4_to_7(__m256i *step1, in idct32_16x32_quarter_3_4_stage_4_to_7() 499 __m256i step1[32], step2[32]; in idct32_1024_16x32_quarter_3_4() local
|
H A D | inv_txfm_sse2.c | 893 __m128i step1[8], step2[8]; in idct32_34_8x32_quarter_1() local 931 __m128i step1[16], step2[16]; in idct32_34_8x32_quarter_2() local 965 __m128i step1[32]; in idct32_34_8x32_quarter_3_4() local 1024 __m128i step1[8], step2[8]; in idct32_1024_8x32_quarter_1() local 1063 __m128i step1[16], step2[16]; in idct32_1024_8x32_quarter_2() local 1099 __m128i step1[32], step2[32]; in idct32_1024_8x32_quarter_3_4() local
|
H A D | highbd_idct16x16_add_sse4.c | 57 __m128i step1[16], step2[16]; in vpx_highbd_idct16_4col_sse4_1() local 106 __m128i step1[16], step2[16]; in highbd_idct16x16_38_4col() local 158 __m128i step1[16], step2[16]; in highbd_idct16x16_10_4col() local
|
H A D | highbd_idct16x16_add_sse2.c | 56 __m128i step1[16], step2[16]; in highbd_idct16_4col() local 105 __m128i step1[16], step2[16]; in highbd_idct16x16_38_4col() local 157 __m128i step1[16], step2[16]; in highbd_idct16x16_10_4col() local
|
H A D | highbd_idct8x8_add_sse4.c | 21 __m128i step1[8], step2[8]; in vpx_highbd_idct8x8_half1d_sse4_1() local 58 __m128i temp1[2], step1[8], step2[8]; in highbd_idct8x8_12_half1d() local
|
H A D | highbd_idct8x8_add_sse2.c | 19 __m128i step1[8], step2[8]; in highbd_idct8x8_half1d() local 56 __m128i temp1[4], sign[2], step1[8], step2[8]; in highbd_idct8x8_12_half1d() local
|
H A D | inv_txfm_ssse3.h | 34 __m128i step1[8], step2[8], tmp[4]; in idct8x8_12_add_kernel_ssse3() local
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | av1_inv_txfm_neon.c | 387 int16x8_t step1[8], step2[8]; in idct8_neon() local 426 int16x8_t step1; in idct8_low1_neon() local 519 int16x8_t step1; in idct16_low1_neon() local 551 int16x8_t step1[16], step2[16]; in idct16_neon() local 673 int16x8_t step1[16], step2[16]; in idct16_low8_neon() local 1172 int16x8_t step1[32], step2[32]; in idct32_neon() local 1456 int16x8_t step1; in idct32_low1_neon() local 1512 int16x8_t step1[32], step2[32]; in idct32_low8_neon() local 1758 int16x8_t step1[32], step2[32]; in idct32_low16_neon() local 2017 static inline void idct64_stage9_neon(int16x8_t *step2, int16x8_t *step1, in idct64_stage9_neon() [all …]
|
/aosp_15_r20/external/ot-br-posix/tests/gtest/ |
H A D | test_async_task.cpp | 45 AsyncTaskPtr step1; in TEST() local 72 AsyncTaskPtr step1; in TEST() local 114 AsyncTaskPtr step1; in TEST() local 162 AsyncTaskPtr step1; in TEST() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | idct16x16_add_neon.c | 75 int16x8_t in[16], step1[16], step2[16], out[16]; in vpx_idct16x16_256_add_half1d() local 280 int16x8_t in[8], step1[16], step2[16], out[16]; in vpx_idct16x16_38_add_half1d() local 440 int16x4_t in[4], step1[16], step2[16], out[16]; in vpx_idct16x16_10_add_half1d_pass1() local 597 int16x8_t in[4], step1[16], step2[16], out[16]; in vpx_idct16x16_10_add_half1d_pass2() local
|
H A D | highbd_idct16x16_add_neon.c | 526 int32x4x2_t in[16], step1[16], step2[16], out[16]; in vpx_highbd_idct16x16_256_add_half1d() local 780 int32x4x2_t in[8], step1[16], step2[16], out[16]; in vpx_highbd_idct16x16_38_add_half1d() local 935 int32x4_t in[4], step1[16], step2[16], out[16]; in highbd_idct16x16_10_add_half1d_pass1() local 1077 int32x4x2_t in[4], step1[16], step2[16], out[16]; in highbd_idct16x16_10_add_half1d_pass2() local
|
H A D | highbd_idct8x8_add_neon.c | 76 int32x4_t step1[8], step2[8]; in idct8x8_12_half1d_bd10() local 133 int32x4_t step1[8], step2[8]; in idct8x8_12_half1d_bd12() local
|
H A D | idct_neon.h | 323 int16x4_t step1[8], step2[8]; in idct8x8_12_pass1_bd8() local 373 int16x8_t step1[8], step2[8]; in idct8x8_12_pass2_bd8() local 426 int16x8_t step1[8], step2[8]; in idct8x8_64_1d_bd8_kernel() local
|
H A D | highbd_idct_neon.h | 171 int32x4_t step1[8], step2[8]; in idct8x8_64_half1d_bd10() local 242 int32x4_t step1[8], step2[8]; in idct8x8_64_half1d_bd12() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | inv_txfm.c | 272 int16_t step1[8], step2[8]; in idct8_c() local 558 int16_t step1[16], step2[16]; in idct16_c() local 814 int16_t step1[32], step2[32]; in idct32_c() local 1584 tran_low_t step1[8], step2[8]; in vpx_highbd_idct8_c() local 1886 tran_low_t step1[16], step2[16]; in vpx_highbd_idct16_c() local 2174 tran_low_t step1[32], step2[32]; in highbd_idct32_c() local
|
/aosp_15_r20/external/testng/src/test/java/test/dependent/ |
H A D | SampleDependentMethods6.java | 12 public void step1() { in step1() method in SampleDependentMethods6
|
H A D | SampleDependentMethods5.java | 13 public void step1() { in step1() method in SampleDependentMethods5
|
H A D | SampleDependentMethods4.java | 14 public void step1() { in step1() method in SampleDependentMethods4
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/fs_inod/ |
H A D | fs_inod | 149 step1 () function
|
/aosp_15_r20/external/jazzer-api/examples/src/main/java/com/example/ |
H A D | ExampleStackOverflowFuzzer.java | 24 private static void step1() { in step1() method in ExampleStackOverflowFuzzer
|
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/ |
D | PlannedExerciseSessionInternalTest.java | 38 PlannedExerciseStepInternal step1 = TestUtils.buildExerciseStepInternal(); in testPlanWriteToParcel_populateToParcelAndFrom_restoredFieldsAreIdentical() local
|