Home
last modified time | relevance | path

Searched refs:cost_stride (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dblock.h467 int cost_stride; member
Dmotion_search_facade.c147 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()
Drdopt.c4575 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()
Dencodeframe.c4764 x->inter_cost_b, x->mv_b, &x->cost_stride); in encode_rd_sb()