Searched refs:scaled_x (Results 1 – 3 of 3) sorted by relevance
16 static INLINE int scaled_x(int val, const struct scale_factors *sf) { in scaled_x() function38 const int x_off_q4 = scaled_x(x << SUBPEL_BITS, sf) & SUBPEL_MASK; in vp9_scale_mv()41 scaled_x(mv->col, sf) + x_off_q4 }; in vp9_scale_mv()61 sf->x_step_q4 = scaled_x(16, sf);65 sf->scale_value_x = scaled_x;
711 float scaled_x = (center - x - .5f) * invr; in ComputeBlurProfile() local712 float gi = gaussianIntegral(scaled_x); in ComputeBlurProfile()
656 struct qreg scaled_x = in ntq_fsin() local662 ntq_ffract(c, scaled_x), in ntq_fsin()689 struct qreg scaled_x = in ntq_fcos() local693 ntq_ffract(c, scaled_x), in ntq_fcos()