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

  /external/libvpx/vp8/encoder/
firstpass.c 130 double av_err = cpi->total_stats.ssim_weighted_pred_err;
241 max_bits = (int)(((double)cpi->bits_left / (cpi->total_stats.count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
420 vp8_zero_stats(&cpi->total_stats);
439 vp8_output_stats(cpi->output_pkt_list, &cpi->total_stats);
840 vp8_accumulate_stats(&cpi->total_stats, &fps);
    [all...]
onyx_int.h 466 FIRSTPASS_STATS total_stats; member in struct:__anon5299

Completed in 14 milliseconds