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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.h22 struct scale_factors_common { struct
28 int (*scale_value_x)(int val, const struct scale_factors_common *sfc);
29 int (*scale_value_y)(int val, const struct scale_factors_common *sfc);
39 const struct scale_factors_common *sfc;
43 struct scale_factors_common *scale_comm,
47 static int vp9_is_valid_scale(const struct scale_factors_common *sfc) {
52 static int vp9_is_scaled(const struct scale_factors_common *sfc) {

Completed in 74 milliseconds