Searched defs:scale_factors (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.h25 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/
H A Dfmt_scaled.c59 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];
/external/webrtc/talk/media/base/
H A Dvideoadapter.cc88 float VideoAdapter::FindScale(const float* scale_factors, argument
100 float scale = scale_factors[i];

Completed in 163 milliseconds