Searched refs:cost_stride (Results 1 – 4 of 4) sorted by relevance
467 int cost_stride; member
147 const int start = of_h / tplh * x->cost_stride + of_w / tplw; in av1_single_motion_search()156 x->mv_b[start + k * x->cost_stride + l][ref - LAST_FRAME]; in av1_single_motion_search()
4575 const int start = of_h / tplh * x->cost_stride + of_w / tplw; in av1_rd_pick_inter_mode_sb()4579 inter_cost += x->inter_cost_b[start + k * x->cost_stride + l]; in av1_rd_pick_inter_mode_sb()4580 intra_cost += x->intra_cost_b[start + k * x->cost_stride + l]; in av1_rd_pick_inter_mode_sb()
4764 x->inter_cost_b, x->mv_b, &x->cost_stride); in encode_rd_sb()