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

  /external/libvpx/libvpx/vpx/
vpx_encoder.h 49 #define VPX_SS_MAX_LAYERS 5
618 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 49 #define VPX_SS_MAX_LAYERS 5
618 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS];
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_encoder.h 49 #define VPX_SS_MAX_LAYERS 5
205 size_t layer_sizes[VPX_SS_MAX_LAYERS];
206 struct vpx_psnr_pkt layer_psnr[VPX_SS_MAX_LAYERS];
666 int ss_enable_auto_alt_ref[VPX_SS_MAX_LAYERS];
673 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS];
720 int max_quantizers[VPX_SS_MAX_LAYERS];
721 int min_quantizers[VPX_SS_MAX_LAYERS];
722 int scaling_factor_num[VPX_SS_MAX_LAYERS];
723 int scaling_factor_den[VPX_SS_MAX_LAYERS];
    [all...]

Completed in 40 milliseconds