Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) { in vp9_scale_mv()
40 const MV32 res = { scaled_y(mv->row, sf) + y_off_q4, in vp9_scale_mv()
Dvp9_mv.h35 } MV32; typedef
Dvp9_scale.h40 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
Dvp9_reconinter.c31 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()
153 MV32 scaled_mv; in build_inter_predictors()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c500 MV32 scaled_mv; in dec_build_inter_predictors()