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

  /external/libvpx/libvpx/vp8/common/
onyx.h 198 int two_pass_vbrmax_section; member in struct:__anon16517
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 186 int two_pass_vbrmax_section; member in struct:__anon30153
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 241 int two_pass_vbrmax_section; member in struct:__anon30257
vp9_svc_layercontext.c 150 oxcf->two_pass_vbrmax_section) / 100);
vp9_firstpass.c 339 (int64_t)cpi->oxcf.two_pass_vbrmax_section) / 100;
    [all...]
vp9_onyx_if.c 714 oxcf->two_pass_vbrmax_section) / 100);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 187 int two_pass_vbrmax_section; member in struct:VP9EncoderConfig
vp9_svc_layercontext.c 265 oxcf->two_pass_vbrmax_section) / 100);
vp9_firstpass.c 280 (int64_t)oxcf->two_pass_vbrmax_section) / 100;
    [all...]
vp9_ratectrl.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 362 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
383 * two_pass_vbrmax_section rate passed in by the user
385 max_bits = (int)(((double)cpi->twopass.bits_left / (cpi->twopass.total_stats.count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 362 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
383 * two_pass_vbrmax_section rate passed in by the user
385 max_bits = (int)(((double)cpi->twopass.bits_left / (cpi->twopass.total_stats.count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 359 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct;
437 printf("two_pass_vbrmax_section: %d\n", oxcf->two_pass_vbrmax_section);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 363 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct;
437 printf("two_pass_vbrmax_section: %d\n", oxcf->two_pass_vbrmax_section);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 333 oxcf->two_pass_vbrmax_section = cfg->rc_2pass_vbr_maxsection_pct;
405 printf("two_pass_vbrmax_section: %d\n", oxcf->two_pass_vbrmax_section);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 456 oxcf->two_pass_vbrmax_section = cfg->rc_2pass_vbr_maxsection_pct;
548 printf("two_pass_vbrmax_section: %d\n", oxcf->two_pass_vbrmax_section);
    [all...]

Completed in 1199 milliseconds