Searched refs:MI_BLOCK_SIZE (Results 1 – 7 of 7) sorted by relevance
649 const int max_rows = (mi_row + MI_BLOCK_SIZE > cm->mi_rows ? in vp9_setup_mask()650 cm->mi_rows - mi_row : MI_BLOCK_SIZE); in vp9_setup_mask()651 const int max_cols = (mi_col + MI_BLOCK_SIZE > cm->mi_cols ? in vp9_setup_mask()652 cm->mi_cols - mi_col : MI_BLOCK_SIZE); in vp9_setup_mask()782 if (mi_row + MI_BLOCK_SIZE > cm->mi_rows) { in vp9_setup_mask()811 if (mi_col + MI_BLOCK_SIZE > cm->mi_cols) { in vp9_setup_mask()915 unsigned int mask_16x16[MI_BLOCK_SIZE] = {0}; in filter_block_plane_non420()916 unsigned int mask_8x8[MI_BLOCK_SIZE] = {0}; in filter_block_plane_non420()917 unsigned int mask_4x4[MI_BLOCK_SIZE] = {0}; in filter_block_plane_non420()918 unsigned int mask_4x4_int[MI_BLOCK_SIZE] = {0}; in filter_block_plane_non420()[all …]
24 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block macro26 #define MI_MASK (MI_BLOCK_SIZE - 1)
34 cm->mi_stride = cm->mi_cols + MI_BLOCK_SIZE; in set_mb_mi()129 if (alloc_mi(cm, cm->mi_stride * (cm->mi_rows + MI_BLOCK_SIZE))) in vp9_resize_frame_buffers()192 if (alloc_mi(cm, cm->mi_stride * (cm->mi_rows + MI_BLOCK_SIZE))) in vp9_alloc_frame_buffers()
258 sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_cyclic_refresh_setup()259 sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_cyclic_refresh_setup()273 int mi_row = sb_row_index * MI_BLOCK_SIZE; in vp9_cyclic_refresh_setup()274 int mi_col = sb_col_index * MI_BLOCK_SIZE; in vp9_cyclic_refresh_setup()
1359 if ((col8x8_remaining >= MI_BLOCK_SIZE) && in set_fixed_partitioning()1360 (row8x8_remaining >= MI_BLOCK_SIZE)) { in set_fixed_partitioning()1361 for (block_row = 0; block_row < MI_BLOCK_SIZE; block_row += bh) { in set_fixed_partitioning()1362 for (block_col = 0; block_col < MI_BLOCK_SIZE; block_col += bw) { in set_fixed_partitioning()1370 for (block_row = 0; block_row < MI_BLOCK_SIZE; block_row += bh) { in set_fixed_partitioning()1371 for (block_col = 0; block_col < MI_BLOCK_SIZE; block_col += bw) { in set_fixed_partitioning()1891 int sb_width_in_blocks = MI_BLOCK_SIZE; in get_sb_partition_size_range()1892 int sb_height_in_blocks = MI_BLOCK_SIZE; in get_sb_partition_size_range()1953 left_sb64_mi_8x8 = &mi_8x8[-MI_BLOCK_SIZE]; in rd_auto_partition_range()1959 above_sb64_mi_8x8 = &mi_8x8[-xd->mi_stride * MI_BLOCK_SIZE]; in rd_auto_partition_range()[all …]
478 mi_row += MI_BLOCK_SIZE) { in write_modes()481 mi_col += MI_BLOCK_SIZE) in write_modes()
694 mi_row += MI_BLOCK_SIZE) { in decode_tile()699 mi_col += MI_BLOCK_SIZE) { in decode_tile()704 const int lf_start = mi_row - MI_BLOCK_SIZE; in decode_tile()711 if (mi_row + MI_BLOCK_SIZE >= tile->mi_row_end) continue; in decode_tile()845 mi_row += MI_BLOCK_SIZE) { in tile_worker_hook()849 mi_col += MI_BLOCK_SIZE) { in tile_worker_hook()