Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/
H A Drate_hist.h22 struct rate_hist *init_rate_histogram(const vpx_codec_enc_cfg_t *cfg,
H A Drate_hist.c38 struct rate_hist *init_rate_histogram(const vpx_codec_enc_cfg_t *cfg, in init_rate_histogram() function
H A Dvpxenc.c1855 FOREACH_STREAM(stream->rate_hist = init_rate_histogram( in main()
/aosp_15_r20/external/libaom/stats/
H A Drate_hist.h23 struct rate_hist *init_rate_histogram(const aom_codec_enc_cfg_t *cfg,
H A Drate_hist.c39 struct rate_hist *init_rate_histogram(const aom_codec_enc_cfg_t *cfg, in init_rate_histogram() function
/aosp_15_r20/external/libaom/apps/
H A Daomenc.c2392 init_rate_histogram(&stream->config.cfg, &global.framerate); in main()