Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h298 int max_quantizer; /**< max quantizer for current layer */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c794 svc_params.max_quantizer = si->quantizer_keyframe[layer_index]; in set_svc_parameters()
797 svc_params.max_quantizer = si->quantizer[layer_index]; in set_svc_parameters()
801 svc_params.max_quantizer = codec_ctx->config.enc->rc_max_quantizer; in set_svc_parameters()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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)) { in parse_stream_params()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c1065 ctx->cfg.rc_max_quantizer = params->max_quantizer; in vp9e_set_svc_parameters()