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 void accumulate_stats(FIRSTPASS_STATS *section, in accumulate_stats() function
808 accumulate_stats(&twopass->total_stats, &fps); in av1_first_pass()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c169 static void accumulate_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame) { in accumulate_stats() function
802 accumulate_stats(&cpi->twopass.total_stats, &fps); in vp8_first_pass()
2178 accumulate_stats(&sectionstats, &next_frame); in define_gf_group()
2807 accumulate_stats(&sectionstats, &next_frame); in find_next_key_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c161 static void accumulate_stats(FIRSTPASS_STATS *section, in accumulate_stats() function
1427 accumulate_stats(&twopass->total_stats, &fps); in vp9_first_pass()