Home
last modified time | relevance | path

Searched refs:accumulate_stats (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dfirstpass.c112 static AOM_INLINE void accumulate_stats(FIRSTPASS_STATS *section, in accumulate_stats() function
817 accumulate_stats(cpi->twopass.stats_buf_ctx->total_stats, &fps); in update_firstpass_stats()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c167 static void accumulate_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame) { in accumulate_stats() function
797 accumulate_stats(&cpi->twopass.total_stats, &fps); in vp8_first_pass()
2170 accumulate_stats(&sectionstats, &next_frame); in define_gf_group()
2799 accumulate_stats(&sectionstats, &next_frame); in find_next_key_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c154 static void accumulate_stats(FIRSTPASS_STATS *section, in accumulate_stats() function
1427 accumulate_stats(&twopass->total_stats, &fps); in vp9_first_pass()