Searched refs:mv_component (Results 1 – 4 of 4) sorted by relevance
91 int mv_component[2][MV_VALS]; member
609 int *dvcost[2] = { &dv_costs->mv_component[0][MV_MAX], in av1_initialize_rd_consts()610 &dv_costs->mv_component[1][MV_MAX] }; in av1_initialize_rd_consts()
2787 int *dvcost[2] = { (int *)&dv_costs->mv_component[0][MV_MAX], in rd_pick_intrabc_mode_sb()2788 (int *)&dv_costs->mv_component[1][MV_MAX] }; in rd_pick_intrabc_mode_sb()
1821 for (int mv_component : bp.mv.mv[i].mv) { in IsMvValid() local1822 if (std::abs(mv_component) >= (1 << 14)) { in IsMvValid()