Searched refs:above_mi_col (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | obmc.h | 35 for (int above_mi_col = mi_col; above_mi_col < end_col && nb_count < nb_max; in foreach_overlappable_nb_above() local 36 above_mi_col += mi_step) { in foreach_overlappable_nb_above() 37 MB_MODE_INFO **above_mi = prev_row_mi + above_mi_col; in foreach_overlappable_nb_above() 46 above_mi_col &= ~1; in foreach_overlappable_nb_above() 47 above_mi = prev_row_mi + above_mi_col + 1; in foreach_overlappable_nb_above() 52 fun(xd, above_mi_col - mi_col, AOMMIN(xd->n4_w, mi_step), *above_mi, in foreach_overlappable_nb_above()
|
D | reconinter.c | 908 const int above_mi_col = ctxt->mi_col + rel_mi_col; in av1_setup_build_prediction_by_above_pred() local 931 av1_setup_pre_planes(xd, ref, &ref_buf->buf, ctxt->mi_row, above_mi_col, sf, in av1_setup_build_prediction_by_above_pred() 935 xd->mb_to_left_edge = 8 * MI_SIZE * (-above_mi_col); in av1_setup_build_prediction_by_above_pred()
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 312 const int above_mi_col = ctxt->mi_col + rel_mi_col; in build_prediction_by_above_pred() local 318 mi_x = above_mi_col << MI_SIZE_LOG2; in build_prediction_by_above_pred()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 904 const int above_mi_col = ctxt->mi_col + rel_mi_col; in dec_build_prediction_by_above_pred() local 910 mi_x = above_mi_col << MI_SIZE_LOG2; in dec_build_prediction_by_above_pred()
|