Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c1098 int_mv sv_mvp[4]; /* save 4 mvp from 8x8 */ member
1204 bsi->mvp.as_int = bsi->sv_mvp[i].as_int; in rd_check_segment()
1206 bsi->mvp.as_int = bsi->sv_mvp[2].as_int; in rd_check_segment()
1446 bsi.sv_mvp[0].as_int = bsi.mvs[0].as_int; in vp8_rd_pick_best_mbsegmentation()
1447 bsi.sv_mvp[1].as_int = bsi.mvs[2].as_int; in vp8_rd_pick_best_mbsegmentation()
1448 bsi.sv_mvp[2].as_int = bsi.mvs[8].as_int; in vp8_rd_pick_best_mbsegmentation()
1449 bsi.sv_mvp[3].as_int = bsi.mvs[10].as_int; in vp8_rd_pick_best_mbsegmentation()
1454 …sr = MAXF((abs(bsi.sv_mvp[0].as_mv.row - bsi.sv_mvp[2].as_mv.row))>>3, (abs(bsi.sv_mvp[0].as_mv.co… in vp8_rd_pick_best_mbsegmentation()
1457 …sr = MAXF((abs(bsi.sv_mvp[1].as_mv.row - bsi.sv_mvp[3].as_mv.row))>>3, (abs(bsi.sv_mvp[1].as_mv.co… in vp8_rd_pick_best_mbsegmentation()
1465 …sr = MAXF((abs(bsi.sv_mvp[0].as_mv.row - bsi.sv_mvp[1].as_mv.row))>>3, (abs(bsi.sv_mvp[0].as_mv.co… in vp8_rd_pick_best_mbsegmentation()
[all …]