Searched refs:scaled_y (Results 1 – 1 of 1) sorted by relevance
20 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y() function39 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;