Searched refs:max_quantizer (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvp8cx.h298 int max_quantizer; /**< max quantizer for current layer */ member in struct:vpx_svc_parameters
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c794 svc_params.max_quantizer = si->quantizer_keyframe[layer_index];
797 svc_params.max_quantizer = si->quantizer[layer_index];
801 svc_params.max_quantizer = codec_ctx->config.enc->rc_max_quantizer;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c304 static const arg_def_t max_quantizer = ARG_DEF(NULL, "max-q", 1, variable
318 &end_usage, &target_bitrate, &min_quantizer, &max_quantizer,
944 } else if (arg_match(&arg, &max_quantizer, argi)) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c1065 ctx->cfg.rc_max_quantizer = params->max_quantizer;

Completed in 85 milliseconds