Home
last modified time | relevance | path

Searched defs:RateControlStats (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/examples/
Dvp9_spatial_svc_encoder.c386 struct RateControlStats { struct
388 int layer_input_frames[VPX_MAX_LAYERS];
390 int layer_tot_enc_frames[VPX_MAX_LAYERS];
392 int layer_enc_frames[VPX_MAX_LAYERS];
416 static void set_rate_control_stats(struct RateControlStats *rc, in set_rate_control_stats() argument