Searched refs:MI_BLOCK_SIZE (Results 1 – 13 of 13) sorted by relevance
790 if (mi_row + MI_BLOCK_SIZE > cm->mi_rows) { in vp9_adjust_mask()819 if (mi_col + MI_BLOCK_SIZE > cm->mi_cols) { in vp9_adjust_mask()910 (mi_row + MI_BLOCK_SIZE > cm->mi_rows ? cm->mi_rows - mi_row in vp9_setup_mask()911 : MI_BLOCK_SIZE); in vp9_setup_mask()913 (mi_col + MI_BLOCK_SIZE > cm->mi_cols ? cm->mi_cols - mi_col in vp9_setup_mask()914 : MI_BLOCK_SIZE); in vp9_setup_mask()1090 unsigned int mask_16x16[MI_BLOCK_SIZE]; in vp9_filter_block_plane_non420()1091 unsigned int mask_8x8[MI_BLOCK_SIZE]; in vp9_filter_block_plane_non420()1092 unsigned int mask_4x4[MI_BLOCK_SIZE]; in vp9_filter_block_plane_non420()1093 unsigned int mask_4x4_int[MI_BLOCK_SIZE]; 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)
111 mi_row += num_active_workers * MI_BLOCK_SIZE) { in thread_loop_filter_rows()115 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE, ++lfm) { in thread_loop_filter_rows()201 lf_data->start = start + i * MI_BLOCK_SIZE; in loop_filter_rows_mt()397 cm->lf_row += MI_BLOCK_SIZE; in get_next_row()429 cm->lf_row += MI_BLOCK_SIZE; in get_next_row()447 lf_data->stop = mi_row + MI_BLOCK_SIZE; in vp9_loopfilter_rows()
108 cm->lf.lfm_stride = (cm->mi_cols + (MI_BLOCK_SIZE - 1)) >> 3; in vp9_alloc_loop_filter()110 ((cm->mi_rows + (MI_BLOCK_SIZE - 1)) >> 3) * cm->lf.lfm_stride, in vp9_alloc_loop_filter()
350 for (mi_row = 0; mi_row < cm->mi_rows; mi_row += MI_BLOCK_SIZE) { in vp9_mfqe()351 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE) { in vp9_mfqe()
369 return len + MI_BLOCK_SIZE; in calc_mi_size()
371 sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in cyclic_refresh_update_map()372 sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in cyclic_refresh_update_map()402 int mi_row = sb_row_index * MI_BLOCK_SIZE; in cyclic_refresh_update_map()403 int mi_col = sb_col_index * MI_BLOCK_SIZE; in cyclic_refresh_update_map()
2265 for (r = 0; r < MI_BLOCK_SIZE; r += bh) { in set_partial_b64x64_partition()2267 for (c = 0; c < MI_BLOCK_SIZE; c += bw) { in set_partial_b64x64_partition()2296 if ((col8x8_remaining >= MI_BLOCK_SIZE) && in set_fixed_partitioning()2297 (row8x8_remaining >= MI_BLOCK_SIZE)) { in set_fixed_partitioning()2298 for (block_row = 0; block_row < MI_BLOCK_SIZE; block_row += bh) { in set_fixed_partitioning()2299 for (block_col = 0; block_col < MI_BLOCK_SIZE; block_col += bw) { in set_fixed_partitioning()2354 if ((col8x8_remaining >= MI_BLOCK_SIZE) && in set_source_var_based_partition()2355 (row8x8_remaining >= MI_BLOCK_SIZE)) { in set_source_var_based_partition()2861 int sb_width_in_blocks = MI_BLOCK_SIZE; in get_sb_partition_size_range()2862 int sb_height_in_blocks = MI_BLOCK_SIZE; in get_sb_partition_size_range()[all …]
2878 int sb_cols = (num_mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass()2879 int sb_rows = (num_mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass()
496 mi_row += MI_BLOCK_SIZE) { in write_modes()504 mi_col += MI_BLOCK_SIZE) in write_modes()
589 mi_row = proc_job->vert_unit_row_num * MI_BLOCK_SIZE; in enc_row_mt_worker_hook()
3143 return vp9_active_h_edge(cpi, mi_row, MI_BLOCK_SIZE) || in vp9_active_edge_sb()3144 vp9_active_v_edge(cpi, mi_col, MI_BLOCK_SIZE); in vp9_active_edge_sb()
1759 mi_row += MI_BLOCK_SIZE) { in decode_tiles()1768 mi_col += MI_BLOCK_SIZE) { in decode_tiles()1798 const int lf_start = mi_row - MI_BLOCK_SIZE; in decode_tiles()1805 if (mi_row + MI_BLOCK_SIZE >= cm->mi_rows) continue; in decode_tiles()1841 for (mi_row = start_row; mi_row < mi_rows; mi_row += MI_BLOCK_SIZE) { in set_rows_after_error()1906 mi_row += MI_BLOCK_SIZE) { in tile_worker_hook()1910 mi_col += MI_BLOCK_SIZE) { in tile_worker_hook()