Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c209 static void subtract_stats(FIRSTPASS_STATS *section, in subtract_stats() function
2329 subtract_stats(&twopass->total_left_stats, &this_frame); in vp9_rc_get_second_pass_params()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c217 static void subtract_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame) in subtract_stats() function
2624 subtract_stats(&cpi->twopass.total_left_stats, &this_frame ); in vp8_second_pass()