Home | History | Annotate | Download | only in src

Lines Matching refs:quantizer

61   int quantizer[VPX_SS_MAX_LAYERS];
310 "svc-quantizer-values: invalid value %s\n", token);
323 si->quantizer[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] = q;
439 memcpy(get_svc_internal(svc_ctx)->quantizer_keyframe, si->quantizer,
440 sizeof(si->quantizer));
533 memcpy(si->quantizer_keyframe, si->quantizer, sizeof(si->quantizer));
796 svc_params.min_quantizer = si->quantizer[layer_index];
797 svc_params.max_quantizer = si->quantizer[layer_index];