Searched defs:block_rows (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | target.h | 36 uint32_t block_rows; member 49 uint32_t block_rows; member
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jdcoefct.c | 270 int ci, block_row, block_rows; in decompress_data() local 433 int ci, block_row, block_rows, access_rows; in decompress_smooth_data() local
|
H A D | jccoefct.c | 250 int bi, ci, h_samp_factor, block_row, block_rows, ndummy; in compress_first_pass() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_non_greedy_mv.c | 189 const int block_rows = mi_size_to_block_size(mi_height, mi_rows); in vp9_alloc_motion_field_info() local 207 int block_rows, int block_cols) { in vp9_alloc_motion_field()
|
H A D | vp9_non_greedy_mv.h | 32 int block_rows; member
|
/aosp_15_r20/external/ruy/ruy/ |
H A D | block_map.cc | 259 const int block_rows = std::min(1 << block_size_log2, rows); in GetCacheLocalityScore() local 291 const int block_rows = std::min(1 << block_size_log2, rows); in GetKernelAmortizationScore() local
|
/aosp_15_r20/external/gemmlowp/public/ |
H A D | map.h | 67 MatrixMap block(int start_row, int start_col, int block_rows, in block()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | gpu_launch_config.h | 237 int block_rows = std::max(kThreadsPerBlock / block_cols, 1); in GetGpu2DLaunchConfig() local
|
/aosp_15_r20/external/gemmlowp/internal/ |
H A D | multi_thread_gemm.h | 700 int block_rows = next_start_row - start_row; in MultiThreadGemm() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | rdopt_utils.h | 323 const int block_rows = in get_txb_dimensions() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | eigen_spatial_convolutions_test.cc | 1392 Index block_rows, Index block_cols) { in PackRhsHelper() 1584 Index block_rows, Index block_cols) { in PackLhsHelper()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_toplevel.cpp | 1498 size_t block_rows = (image.dim_y + image.block_y - 1) / image.block_y; in print_diagnostic_image() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | blockd.h | 1519 const int block_rows = (xd->mb_to_bottom_edge >= 0) in av1_get_block_dimensions() local
|