Home
last modified time | relevance | path

Searched refs:show_rate_histogram (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/
Drate_hist.h33 void show_rate_histogram(struct rate_hist *hist, const vpx_codec_enc_cfg_t *cfg,
Drate_hist.c274 void show_rate_histogram(struct rate_hist *hist, const vpx_codec_enc_cfg_t *cfg, in show_rate_histogram() function
Dvpxenc.c2277 FOREACH_STREAM(show_rate_histogram(stream->rate_hist, &stream->config.cfg, in main()
/external/libaom/libaom/stats/
Drate_hist.h34 void show_rate_histogram(struct rate_hist *hist, const aom_codec_enc_cfg_t *cfg,
Drate_hist.c258 void show_rate_histogram(struct rate_hist *hist, const aom_codec_enc_cfg_t *cfg, in show_rate_histogram() function
/external/libaom/libaom/apps/
Daomenc.c2606 show_rate_histogram(stream->rate_hist, &stream->config.cfg, in main()