Searched refs:MI_BLOCK_SIZE (Results 1 – 12 of 12) sorted by relevance
852 if (mi_row + MI_BLOCK_SIZE > cm->mi_rows) { in vp9_adjust_mask()881 if (mi_col + MI_BLOCK_SIZE > cm->mi_cols) { in vp9_adjust_mask()972 const int max_rows = (mi_row + MI_BLOCK_SIZE > cm->mi_rows ? in vp9_setup_mask()973 cm->mi_rows - mi_row : MI_BLOCK_SIZE); in vp9_setup_mask()974 const int max_cols = (mi_col + MI_BLOCK_SIZE > cm->mi_cols ? in vp9_setup_mask()975 cm->mi_cols - mi_col : MI_BLOCK_SIZE); in vp9_setup_mask()1173 unsigned int mask_16x16[MI_BLOCK_SIZE] = {0}; in vp9_filter_block_plane_non420()1174 unsigned int mask_8x8[MI_BLOCK_SIZE] = {0}; in vp9_filter_block_plane_non420()1175 unsigned int mask_4x4[MI_BLOCK_SIZE] = {0}; in vp9_filter_block_plane_non420()1176 unsigned int mask_4x4_int[MI_BLOCK_SIZE] = {0}; in vp9_filter_block_plane_non420()[all …]
25 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block macro27 #define MI_MASK (MI_BLOCK_SIZE - 1)
158 cm->lf.lfm_stride = (cm->mi_cols + (MI_BLOCK_SIZE - 1)) >> 3; in vp9_alloc_context_buffers()160 ((cm->mi_rows + (MI_BLOCK_SIZE - 1)) >> 3) * cm->lf.lfm_stride, in vp9_alloc_context_buffers()
110 mi_row += lf_sync->num_workers * MI_BLOCK_SIZE) { in thread_loop_filter_rows()114 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE, ++lfm) { in thread_loop_filter_rows()197 lf_data->start = start + i * MI_BLOCK_SIZE; in loop_filter_rows_mt()
359 for (mi_row = 0; mi_row < cm->mi_rows; mi_row += MI_BLOCK_SIZE) { in vp9_mfqe()360 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE) { in vp9_mfqe()
394 return len + MI_BLOCK_SIZE; in calc_mi_size()
404 sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in cyclic_refresh_update_map()405 sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in cyclic_refresh_update_map()426 int mi_row = sb_row_index * MI_BLOCK_SIZE; in cyclic_refresh_update_map()427 int mi_col = sb_col_index * MI_BLOCK_SIZE; in cyclic_refresh_update_map()
1518 for (r = 0; r < MI_BLOCK_SIZE; r += bh) { in set_partial_b64x64_partition()1520 for (c = 0; c < MI_BLOCK_SIZE; c += bw) { in set_partial_b64x64_partition()1549 if ((col8x8_remaining >= MI_BLOCK_SIZE) && in set_fixed_partitioning()1550 (row8x8_remaining >= MI_BLOCK_SIZE)) { in set_fixed_partitioning()1551 for (block_row = 0; block_row < MI_BLOCK_SIZE; block_row += bh) { in set_fixed_partitioning()1552 for (block_col = 0; block_col < MI_BLOCK_SIZE; block_col += bw) { in set_fixed_partitioning()1595 if ((col8x8_remaining >= MI_BLOCK_SIZE) && in set_source_var_based_partition()1596 (row8x8_remaining >= MI_BLOCK_SIZE)) { in set_source_var_based_partition()2128 int sb_width_in_blocks = MI_BLOCK_SIZE; in get_sb_partition_size_range()2129 int sb_height_in_blocks = MI_BLOCK_SIZE; in get_sb_partition_size_range()[all …]
1968 int sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_avg_source_sad()1969 int sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_avg_source_sad()
494 mi_row += MI_BLOCK_SIZE) { in write_modes()497 mi_col += MI_BLOCK_SIZE) in write_modes()
2939 return vp9_active_h_edge(cpi, mi_row, MI_BLOCK_SIZE) || in vp9_active_edge_sb()2940 vp9_active_v_edge(cpi, mi_col, MI_BLOCK_SIZE); in vp9_active_edge_sb()
1506 mi_row += MI_BLOCK_SIZE) { in decode_tiles()1515 mi_col += MI_BLOCK_SIZE) { in decode_tiles()1526 const int lf_start = mi_row - MI_BLOCK_SIZE; in decode_tiles()1533 if (mi_row + MI_BLOCK_SIZE >= cm->mi_rows) continue; in decode_tiles()1602 mi_row += MI_BLOCK_SIZE) { in tile_worker_hook()1606 mi_col += MI_BLOCK_SIZE) { in tile_worker_hook()