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

  /external/libvpx/vp8/encoder/
firstpass.c 120 double av_err = cpi->total_stats->ssim_weighted_pred_err;
231 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));
411 vp8_zero_stats(cpi->total_stats);
428 vp8_output_stats(cpi, cpi->output_pkt_list, cpi->total_stats);
848 vp8_accumulate_stats(cpi->total_stats, &fps);
    [all...]
onyx_int.h 474 FIRSTPASS_STATS *total_stats; member in struct:__anon5136
onyx_if.c 334 vpx_free(cpi->total_stats);
    [all...]

Completed in 75 milliseconds