HomeSort by relevance Sort by last modified time
    Searched defs:scale_factors (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 25 struct scale_factors { struct
31 int (*scale_value_x)(int val, const struct scale_factors *sf);
32 int (*scale_value_y)(int val, const struct scale_factors *sf);
40 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
43 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w,
47 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w,
51 static INLINE int vp9_is_valid_scale(const struct scale_factors *sf) {
56 static INLINE int vp9_is_scaled(const struct scale_factors *sf) {
  /external/openssh/openbsd-compat/
fmt_scaled.c 59 static long long scale_factors[] = { variable
162 scale_fact = scale_factors[i];
204 if (abval < 0 || abval / 1024 >= scale_factors[SCALE_LENGTH-1]) {
211 if (abval/1024 < scale_factors[i]) {
213 fract = (i == 0) ? 0 : abval % scale_factors[i];
214 number /= scale_factors[i];
216 fract /= scale_factors[i - 1];

Completed in 270 milliseconds