Lines Matching refs:blk_col
326 int blk_row, int blk_col, int_mv *gm_mv_candidates, in add_tpl_ref_mv() argument
333 mi_pos.col = (mi_col & 0x01) ? blk_col : blk_col + 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()
567 for (int blk_col = 0; blk_col < blk_col_end; blk_col += step_w) { in setup_ref_mv_list() local
569 blk_col, gm_mv_candidates, refmv_count, in setup_ref_mv_list()
571 if (blk_row == 0 && blk_col == 0) is_available = ret; in setup_ref_mv_list()
579 const int blk_col = tpl_sample_pos[i][1]; 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()
874 int blk_col, MV mv, int sign_bias) { in get_block_position() argument
876 const int base_blk_col = (blk_col >> 3) << 3; in get_block_position()
887 (sign_bias == 1) ? blk_col - col_offset : blk_col + col_offset; in get_block_position()
948 for (int blk_col = 0; blk_col < mvs_cols; ++blk_col) { 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()