Home
last modified time | relevance | path

Searched refs:quantizer_values (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dsvc_context.h67 const char *quantizer_values,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c282 const char *quantizer_values, in parse_quantizer_values() argument
293 if (quantizer_values == NULL || strlen(quantizer_values) == 0) { in parse_quantizer_values()
301 input_string = strdup(quantizer_values); in parse_quantizer_values()