Searched defs:block_rows (Results  1 – 12 of 12) sorted by relevance
| /external/libvpx/vp9/encoder/ | 
| D | vp9_non_greedy_mv.h | 32   int block_rows;  member
  | 
| 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()
  | 
| /external/libjpeg-turbo/ | 
| 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
  | 
| D | jccoefct.c | 250   int bi, ci, h_samp_factor, block_row, block_rows, ndummy;  in compress_first_pass()  local
  | 
| /external/ruy/ruy/ | 
| 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
  | 
| /external/gemmlowp/public/ | 
| D | map.h | 67   MatrixMap block(int start_row, int start_col, int block_rows,  in block()
  | 
| /external/tensorflow/tensorflow/core/util/ | 
| D | gpu_launch_config.h | 237   int block_rows = std::max(kThreadsPerBlock / block_cols, 1);  in GetGpu2DLaunchConfig()  local
  | 
| /external/libaom/av1/encoder/ | 
| D | rdopt_utils.h | 324     const int block_rows =  in get_txb_dimensions()  local
  | 
| /external/gemmlowp/internal/ | 
| D | multi_thread_gemm.h | 700       int block_rows = next_start_row - start_row;  in MultiThreadGemm()  local
  | 
| /external/python/pybind11/tests/ | 
| D | test_eigen.cpp | 167 … Eigen::Ref<const Eigen::MatrixXd> &x, int start_row, int start_col, int block_rows, int block_col…  in TEST_SUBMODULE()
  | 
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | eigen_spatial_convolutions_test.cc | 1392                           Index block_rows, Index block_cols) {  in PackRhsHelper() 1584                           Index block_rows, Index block_cols) {  in PackLhsHelper()
  | 
| /external/libaom/av1/common/ | 
| D | blockd.h | 1523   const int block_rows = (xd->mb_to_bottom_edge >= 0)  in av1_get_block_dimensions()  local
  |