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

  /external/libvpx/vp8/encoder/
onyx_int.h 467 FIRSTPASS_STATS this_frame_stats; member in struct:__anon5299
firstpass.c 838 cpi->this_frame_stats = fps;
839 vp8_output_stats(cpi->output_pkt_list, &cpi->this_frame_stats);
849 (cpi->this_frame_stats.pcnt_inter > 0.20) &&
850 ((cpi->this_frame_stats.intra_error / cpi->this_frame_stats.coded_error) > 2.0))
    [all...]

Completed in 453 milliseconds