/aosp_15_r20/external/pthreadpool/src/ |
H A D | fastpath.c | 213 size_t start_j = tile_index_i_j.remainder * tile_j; in pthreadpool_thread_parallelize_2d_tile_1d_fastpath() local 235 const size_t start_j = tile_index_i_j.remainder * tile_j; in pthreadpool_thread_parallelize_2d_tile_1d_fastpath() local 264 size_t start_j = tile_index_i_j.remainder * tile_j; in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() local 288 const size_t start_j = tile_index_i_j.remainder * tile_j; in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() local 328 size_t start_j = index.remainder * tile_j; in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath() local 350 const size_t start_j = tile_index_i_j.remainder * tile_j; in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath() local 491 size_t start_j = tile_index_i_j.remainder * tile_j; in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() local 520 const size_t start_j = tile_index_i_j.remainder * tile_j; in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() local 561 size_t start_j = tile_index_i_j.remainder * tile_j; in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath() local 590 const size_t start_j = tile_index_i_j.remainder * tile_j; in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath() local
|
H A D | portable-api.c | 194 size_t start_j = tile_index_i_j.remainder * tile_j; in thread_parallelize_2d_tile_1d() local 217 const size_t start_j = tile_index_i_j.remainder * tile_j; in thread_parallelize_2d_tile_1d() local 240 size_t start_j = tile_index_i_j.remainder * tile_j; in thread_parallelize_2d_tile_2d() local 265 const size_t start_j = tile_index_i_j.remainder * tile_j; in thread_parallelize_2d_tile_2d() local 299 size_t start_j = index.remainder * tile_j; in thread_parallelize_2d_tile_2d_with_uarch() local 322 const size_t start_j = tile_index_i_j.remainder * tile_j; in thread_parallelize_2d_tile_2d_with_uarch() local 447 size_t start_j = tile_index_i_j.remainder * tile_j; in thread_parallelize_3d_tile_2d() local 477 const size_t start_j = tile_index_i_j.remainder * tile_j; in thread_parallelize_3d_tile_2d() local 512 size_t start_j = tile_index_i_j.remainder * tile_j; in thread_parallelize_3d_tile_2d_with_uarch() local 542 const size_t start_j = tile_index_i_j.remainder * tile_j; in thread_parallelize_3d_tile_2d_with_uarch() local
|
/aosp_15_r20/external/pthreadpool/test/ |
H A D | pthreadpool.cc | 1292 static void CheckBounds2DTile1D(void*, size_t i, size_t start_j, size_t tile_j) { in CheckBounds2DTile1D() 1326 static void CheckTiling2DTile1D(void*, size_t i, size_t start_j, size_t tile_j) { in CheckTiling2DTile1D() 1361 static void SetTrue2DTile1D(std::atomic_bool* processed_indicators, size_t i, size_t start_j, size_… in SetTrue2DTile1D() 1416 static void Increment2DTile1D(std::atomic_int* processed_counters, size_t i, size_t start_j, size_t… in Increment2DTile1D() 1529 static void IncrementSame2DTile1D(std::atomic_int* num_processed_items, size_t i, size_t start_j, s… in IncrementSame2DTile1D() 1554 static void WorkImbalance2DTile1D(std::atomic_int* num_processed_items, size_t i, size_t start_j, s… in WorkImbalance2DTile1D() 1615 static void CheckBounds2DTile2D(void*, size_t start_i, size_t start_j, size_t tile_i, size_t tile_j… in CheckBounds2DTile2D() 1652 static void CheckTiling2DTile2D(void*, size_t start_i, size_t start_j, size_t tile_i, size_t tile_j… in CheckTiling2DTile2D() 1694 static void SetTrue2DTile2D(std::atomic_bool* processed_indicators, size_t start_i, size_t start_j,… in SetTrue2DTile2D() 1753 static void Increment2DTile2D(std::atomic_int* processed_counters, size_t start_i, size_t start_j, … in Increment2DTile2D() [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/ |
H A D | pooling_depthfirst_generic.hpp | 160 …const int start_j = static_cast<int>(output_j * this->m_args.pool_stride.cols) - this->m_args.padd… in compute_tile_padded() local 223 …const int start_j = static_cast<int>(output_j * this->m_args.pool_stride.cols) - this->m_args.padd… in compute_row_padded_tile_row() local
|
H A D | pooling_depthfirst_cache_oblivious.hpp | 215 const int start_j = item.output_j * strategy::stride_cols() - padding.left; in execute() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 69 const int start_j = 1*j - static_cast<int>(pad_left); in sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 69 const int start_j = 1*j - static_cast<int>(pad_left); in sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 69 const int start_j = 1*j - static_cast<int>(pad_left); in a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 69 const int start_j = 1*j - static_cast<int>(pad_left); in sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 69 const int start_j = 1*j - static_cast<int>(pad_left); in a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 69 const int start_j = 1*j - static_cast<int>(pad_left); in sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/ |
H A D | input_transform.hpp | 121 const auto start_j = tile_j * tile_stride_cols; in execute_internal() local
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | motion_est.cpp | 1623 Int start_j, Int rheight, Int mbwidth, Int mbheight) in ResetIntraUpdateRegion()
|