Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c195 static void accumulate_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame) in accumulate_stats() function
853 accumulate_stats(&cpi->twopass.total_stats, &fps); in vp8_first_pass()
2337 accumulate_stats(&sectionstats, &next_frame); in define_gf_group()
3014 accumulate_stats(&sectionstats, &next_frame); in find_next_key_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c181 static void accumulate_stats(FIRSTPASS_STATS *section, in accumulate_stats() function
872 accumulate_stats(&twopass->total_stats, &fps); in vp9_first_pass()