Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dscale.c57 MV32 av1_scale_mv(const MV *mvq4, int x, int y, in av1_scale_mv()
61 const MV32 res = { scaled_y((y << SUBPEL_BITS) + mvq4->row, sf) - y_off_q4, in av1_scale_mv()
Dscale.h42 MV32 av1_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
Dmv.h57 } MV32; typedef
/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.h37 } 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/libaom/libaom/av1/decoder/
Ddecodeframe.c470 MV32 scaled_mv, PadBlock *block, int subpel_x_mv, int subpel_y_mv, in update_extend_mc_border_params()
505 MV32 scaled_mv, PadBlock block, in extend_mc_border()
547 PadBlock *block, MV32 *scaled_mv, in dec_calc_subpel_params()
635 MV32 scaled_mv; in dec_calc_subpel_params_and_extend()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c584 MV32 scaled_mv; in dec_build_inter_predictors()
/external/libaom/libaom/av1/encoder/
Dbitstream.c2236 const MV32 candidate_offset[1] = { { 1, 0 } }; in find_identical_tile()