Searched refs:MV32 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
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() 40 const MV32 res = { scaled_y(mv->row, sf) + y_off_q4, in vp9_scale_mv()
|
D | vp9_mv.h | 35 } MV32; typedef
|
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() 153 MV32 scaled_mv; in build_inter_predictors()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 500 MV32 scaled_mv; in dec_build_inter_predictors()
|