Lines Matching refs:blk_row
326 int blk_row, int blk_col, int_mv *gm_mv_candidates, in add_tpl_ref_mv() argument
332 mi_pos.row = (mi_row & 0x01) ? blk_row : blk_row + 1; in add_tpl_ref_mv()
363 if (blk_row == 0 && blk_col == 0) { in add_tpl_ref_mv()
391 if (blk_row == 0 && blk_col == 0) { in add_tpl_ref_mv()
566 for (int blk_row = 0; blk_row < blk_row_end; blk_row += step_h) { in setup_ref_mv_list() local
568 int ret = add_tpl_ref_mv(cm, xd, mi_row, mi_col, ref_frame, blk_row, in setup_ref_mv_list()
571 if (blk_row == 0 && blk_col == 0) is_available = ret; in setup_ref_mv_list()
578 const int blk_row = tpl_sample_pos[i][0]; in setup_ref_mv_list() local
581 if (!check_sb_border(mi_row, mi_col, blk_row, blk_col)) continue; in setup_ref_mv_list()
582 add_tpl_ref_mv(cm, xd, mi_row, mi_col, ref_frame, blk_row, blk_col, in setup_ref_mv_list()
873 static int get_block_position(AV1_COMMON *cm, int *mi_r, int *mi_c, int blk_row, in get_block_position() argument
875 const int base_blk_row = (blk_row >> 3) << 3; in get_block_position()
885 (sign_bias == 1) ? blk_row - row_offset : blk_row + row_offset; in get_block_position()
947 for (int blk_row = 0; blk_row < mvs_rows; ++blk_row) { in motion_field_projection() local
949 MV_REF *mv_ref = &mv_ref_base[blk_row * mvs_cols + blk_col]; in motion_field_projection()
965 pos_valid = get_block_position(cm, &mi_r, &mi_c, blk_row, blk_col, in motion_field_projection()