Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Drdopt.c939 int_mv sv_mvp[4]; /* save 4 mvp from 8x8 */ member
1031 bsi->mvp.as_int = bsi->sv_mvp[i].as_int; in rd_check_segment()
1033 bsi->mvp.as_int = bsi->sv_mvp[2].as_int; in rd_check_segment()
1251 bsi.sv_mvp[0].as_int = bsi.mvs[0].as_int; in vp8_rd_pick_best_mbsegmentation()
1252 bsi.sv_mvp[1].as_int = bsi.mvs[2].as_int; in vp8_rd_pick_best_mbsegmentation()
1253 bsi.sv_mvp[2].as_int = bsi.mvs[8].as_int; in vp8_rd_pick_best_mbsegmentation()
1254 bsi.sv_mvp[3].as_int = bsi.mvs[10].as_int; in vp8_rd_pick_best_mbsegmentation()
1261 MAXF((abs(bsi.sv_mvp[0].as_mv.row - bsi.sv_mvp[2].as_mv.row)) >> 3, in vp8_rd_pick_best_mbsegmentation()
1262 (abs(bsi.sv_mvp[0].as_mv.col - bsi.sv_mvp[2].as_mv.col)) >> 3); in vp8_rd_pick_best_mbsegmentation()
1266 MAXF((abs(bsi.sv_mvp[1].as_mv.row - bsi.sv_mvp[3].as_mv.row)) >> 3, in vp8_rd_pick_best_mbsegmentation()
[all …]