Home
last modified time | relevance | path

Searched refs:MI_BLOCK_SIZE (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c852 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 …]
Dvp9_enums.h25 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block macro
27 #define MI_MASK (MI_BLOCK_SIZE - 1)
Dvp9_alloccommon.c158 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()
Dvp9_thread_common.c110 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()
Dvp9_mfqe.c359 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()
Dvp9_onyxc_int.h394 return len + MI_BLOCK_SIZE; in calc_mi_size()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c404 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()
Dvp9_encodeframe.c1518 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 …]
Dvp9_ratectrl.c1968 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()
Dvp9_bitstream.c494 mi_row += MI_BLOCK_SIZE) { in write_modes()
497 mi_col += MI_BLOCK_SIZE) in write_modes()
Dvp9_rdopt.c2939 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()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1506 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()