/external/libvpx/libvpx/vpx/ |
svc_context.h | 54 // values extracted from option, quantizers 84 * quantizers=<q1>,<q2>,...
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
svc_encodeframe.c | 52 char quantizers[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_quantizers member in struct:SvcInternal 57 // values extracted from option, quantizers 328 "svc: quantizers: %d values required, but only %d specified\n", 401 * quantizers=<q1>,<q2>,... 434 } else if (strcmp("quantizers", option_name) == 0) { 442 } else if (strcmp("quantizers-keyframe", option_name) == 0) { 468 const char *quantizers, 471 if (svc_ctx == NULL || quantizers == NULL || si == NULL) { 475 strncpy(si->quantizers_keyframe, quantizers, sizeof(si->quantizers)); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
svc_test.cc | 171 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "quantizers=not-quantizers"); 176 vpx_svc_set_options(&svc_, "quantizers=40,45"); 185 "quantizers-keyframe=not-quantizers"); 190 vpx_svc_set_options(&svc_, "quantizers-keyframe=40,45");
|
/external/libvpx/libvpx/test/ |
svc_test.cc | 400 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "max-quantizers=nothing"); 405 res = vpx_svc_set_options(&svc_, "min-quantizers=nothing"); 410 res = vpx_svc_set_options(&svc_, "max-quantizers=40"); 415 res = vpx_svc_set_options(&svc_, "min-quantizers=40"); 420 res = vpx_svc_set_options(&svc_, "max-quantizers=30,30 min-quantizers=40,40"); 425 res = vpx_svc_set_options(&svc_, "max-quantizers=40,40 min-quantizers=30,30");
|
vp9_encoder_parms_get_to_decoder.cc | 44 // TODO(JBB): quantizers / bitrate
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
lpc_shape_swb12_tables.c | 73 * Number of reconstruction points of quantizers for LAR coefficients.
|
lpc_gain_swb_tables.c | 37 * Number of reconstruction points of quantizers for LPC Gains.
|
lpc_shape_swb16_tables.c | 225 * Number of reconstruction points of quantizers for LAR coefficients.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
vp9_spatial_scalable_encoder.c | 58 ARG_DEF("q", "quantizers", 1, "quantizers for non key frames, also will " 62 ARG_DEF("qn", "quantizers-keyframe", 1, "quantizers for key frames (lowest "
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
svc_context.h | 57 * quantizers=<q1>,<q2>,...
|
/external/libjpeg-turbo/ |
jdct.h | 70 typedef INT32 IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */
|
cjpeg.c | 232 force_baseline = FALSE; /* by default, allow 16-bit quantizers */
|
jdcoefct.c | 378 /* Verify DC & first 5 AC quantizers are nonzero to avoid zero-divide. */
|
jdmaster.c | 513 /* If both quantizers are initialized, the 2-pass one is left active;
|
/external/pdfium/third_party/libjpeg/ |
jdct.h | 61 typedef INT32 IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */
|
fpdfapi_jdcoefct.c | 431 /* Verify DC & first 5 AC quantizers are nonzero to avoid zero-divide. */
|
fpdfapi_jdmaster.c | 353 /* If both quantizers are initialized, the 2-pass one is left active;
|
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 200 * quantizers=<q1>,<q2>,... 235 } else if (strcmp("max-quantizers", option_name) == 0) { 240 } else if (strcmp("min-quantizers", option_name) == 0) {
|
/external/opencv3/3rdparty/libjpeg/ |
jdct.h | 70 typedef INT32 IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */
|
jdcoefct.c | 433 /* Verify DC & first 5 AC quantizers are nonzero to avoid zero-divide. */
|
jdmaster.c | 334 /* If both quantizers are initialized, the 2-pass one is left active;
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
calc_en.h | 49 Purpose : calculation of energy coefficients for quantizers
|
/external/libvpx/libvpx/examples/ |
vp9_spatial_svc_encoder.c | 255 snprintf(string_options, sizeof(string_options), "%s min-quantizers=%s", 258 snprintf(string_options, sizeof(string_options), "%s max-quantizers=%s", [all...] |
/external/opencv3/3rdparty/libwebp/enc/ |
vp8enci.h | 413 // global offset of quantizers, shared by all segments
|
/external/webp/src/enc/ |
vp8enci.h | 381 // global offset of quantizers, shared by all segments
|