Home
last modified time | relevance | path

Searched refs:MI_SIZE (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconinter.h54 const int x = (MI_SIZE * mi_col) >> subsampling_x; in setup_pred_plane()
55 const int y = (MI_SIZE * mi_row) >> subsampling_y; in setup_pred_plane()
Dvp9_onyxc_int.h274 xd->mb_to_top_edge = -((mi_row * MI_SIZE) * 8); in set_mi_row_col()
275 xd->mb_to_bottom_edge = ((mi_rows - bh - mi_row) * MI_SIZE) * 8; in set_mi_row_col()
276 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in set_mi_row_col()
277 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * MI_SIZE) * 8; in set_mi_row_col()
Dvp9_enums.h23 #define MI_SIZE (1 << MI_SIZE_LOG2) // pixels per mi-unit macro
Dvp9_reconinter.c205 const int mi_x = mi_col * MI_SIZE; in build_inter_predictors_for_planes()
206 const int mi_y = mi_row * MI_SIZE; in build_inter_predictors_for_planes()
388 const int mi_x = mi_col * MI_SIZE; in vp9_dec_build_inter_predictors_sb()
389 const int mi_y = mi_row * MI_SIZE; in vp9_dec_build_inter_predictors_sb()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c120 int offset = (mi_row * MI_SIZE) * yv12->y_stride + (mi_col * MI_SIZE); in get_sby_perpixel_diff_variance()
235 x->mv_row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
236 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
237 x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()
238 x->mv_col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()
Dvp9_onyx_if.c2554 if (cm->mi_cols * MI_SIZE != cpi->un_scaled_source->y_width ||
2555 cm->mi_rows * MI_SIZE != cpi->un_scaled_source->y_height) {
2565 if (cm->mi_cols * MI_SIZE != cpi->unscaled_last_source->y_width ||
2566 cm->mi_rows * MI_SIZE != cpi->unscaled_last_source->y_height) {
Dvp9_rdopt.c1572 mi_col * MI_SIZE + 4 * (i % 2), in encode_inter_mb_segment()
1573 mi_row * MI_SIZE + 4 * (i / 2)); in encode_inter_mb_segment()
2604 mi_col * MI_SIZE, mi_row * MI_SIZE); in joint_motion_search()