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

/external/libvpx/libvpx/vpx/
H A Dvp8cx.h298 int max_quantizer; /**< max quantizer for current layer */ member in struct:vpx_svc_parameters
/external/libvpx/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;
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c286 static const arg_def_t max_quantizer = ARG_DEF(NULL, "max-q", 1, variable
301 &min_quantizer, &max_quantizer, &undershoot_pct, &overshoot_pct, &buf_sz,
1103 } else if (arg_match(&arg, &max_quantizer, argi)) {
/external/libvpx/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)) {
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c1065 ctx->cfg.rc_max_quantizer = params->max_quantizer;

Completed in 232 milliseconds