Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c790 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 …]
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_thread_common.c111 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()
Dvp9_alloccommon.c108 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()
Dvp9_mfqe.c350 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()
Dvp9_onyxc_int.h369 return len + MI_BLOCK_SIZE; in calc_mi_size()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c371 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()
Dvp9_encodeframe.c2265 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 …]
Dvp9_ratectrl.c2878 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()
Dvp9_bitstream.c496 mi_row += MI_BLOCK_SIZE) { in write_modes()
504 mi_col += MI_BLOCK_SIZE) in write_modes()
Dvp9_ethread.c589 mi_row = proc_job->vert_unit_row_num * MI_BLOCK_SIZE; in enc_row_mt_worker_hook()
Dvp9_rdopt.c3143 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()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1759 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()