Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c20 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y() function
39 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK; in vp9_scale_mv()
40 const MV32 res = { scaled_y(mv->row, sf) + y_off_q4, in vp9_scale_mv()
62 sf->y_step_q4 = scaled_y(16, sf);
66 sf->scale_value_y = scaled_y;
/external/libaom/libaom/av1/common/
Dscale.c29 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y() function
60 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf); in av1_scale_mv()
61 const MV32 res = { scaled_y((y << SUBPEL_BITS) + mvq4->row, sf) - y_off_q4, in av1_scale_mv()
82 sf->scale_value_y = scaled_y; in av1_setup_scale_factors_for_frame()