HomeSort by relevance Sort by last modified time
    Searched refs:this_frame_stats (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/
onyx_int.h 494 FIRSTPASS_STATS *this_frame_stats; member in struct:__anon8495
firstpass.c 795 memcpy(cpi->this_frame_stats,
798 output_stats(cpi, cpi->output_pkt_list, cpi->this_frame_stats);
804 (cpi->this_frame_stats->pcnt_inter > 0.20) &&
805 ((cpi->this_frame_stats->intra_error / cpi->this_frame_stats->coded_error) > 2.0))
    [all...]
onyx_if.c 315 vpx_free(cpi->this_frame_stats);
316 cpi->this_frame_stats = 0;
    [all...]

Completed in 903 milliseconds