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

  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 73 struct scale_factors_common *scale_comm,
77 scale_comm->x_scale_fp = REF_INVALID_SCALE;
78 scale_comm->y_scale_fp = REF_INVALID_SCALE;
82 scale_comm->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w);
83 scale_comm->y_scale_fp = get_fixed_point_scale_factor(other_h, this_h);
84 scale_comm->x_step_q4 = scaled_x(16, scale_comm);
85 scale_comm->y_step_q4 = scaled_y(16, scale_comm);
87 if (vp9_is_scaled(scale_comm)) {
    [all...]
vp9_scale.h 43 struct scale_factors_common *scale_comm,
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 380 struct scale_factors_common scale_comm; local
440 vp9_setup_scale_factors_for_frame(&scale, &scale_comm,

Completed in 38 milliseconds