Searched defs:RateControlMetrics (Results 1 – 2 of 2) sorted by relevance
47 struct RateControlMetrics { struct49 int layer_input_frames[VPX_TS_MAX_LAYERS];51 int layer_tot_enc_frames[VPX_TS_MAX_LAYERS];53 int layer_enc_frames[VPX_TS_MAX_LAYERS];55 double layer_framerate[VPX_TS_MAX_LAYERS];57 double layer_pfb[VPX_TS_MAX_LAYERS];82 static void set_rate_control_metrics(struct RateControlMetrics *rc, in set_rate_control_metrics() argument
73 struct RateControlMetrics { struct74 int max_num_dropped_frames;75 int max_key_frame_size_mismatch;76 int max_delta_frame_size_mismatch;77 int max_encoding_rate_mismatch;78 int max_time_hit_target;79 int num_spatial_resizes;80 int num_key_frames;