Searched refs:vp9_scale_mv (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scale.h | 40 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
|
D | vp9_reconinter.c | 31 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf); in vp9_highbd_build_inter_predictor() 51 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf); in vp9_build_inter_predictor() 177 scaled_mv = vp9_scale_mv(&mv_q4, mi_x + x, mi_y + y, sf); in build_inter_predictors()
|
D | vp9_scale.c | 37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) { in vp9_scale_mv() function
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 628 scaled_mv = vp9_scale_mv(&mv_q4, mi_x + x, mi_y + y, sf); in dec_build_inter_predictors()
|