HomeSort by relevance Sort by last modified time
    Searched refs:scale_factors_common (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 22 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) {
vp9_scale.c 15 static INLINE int scaled_x(int val, const struct scale_factors_common *sfc) {
19 static INLINE int scaled_y(int val, const struct scale_factors_common *sfc) {
23 static int unscaled_value(int val, const struct scale_factors_common *sfc) {
73 struct scale_factors_common *scale_comm,
vp9_reconinter.c 71 const struct scale_factors_common *sfc = scale->sfc;
231 struct scale_factors_common *const sfc = &cm->active_ref_scale_comm[i];
vp9_onyxc_int.h 121 struct scale_factors_common active_ref_scale_comm[ALLOWED_REFS_PER_FRAME];
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 380 struct scale_factors_common scale_comm;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 387 const struct scale_factors_common *sfc = &cm->active_ref_scale_comm[ref];
    [all...]

Completed in 129 milliseconds