Home
last modified time | relevance | path

Searched refs:VPX_SS_MAX_LAYERS (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c58 int scaling_factor_num[VPX_SS_MAX_LAYERS];
59 int scaling_factor_den[VPX_SS_MAX_LAYERS];
60 int quantizer_keyframe[VPX_SS_MAX_LAYERS];
61 int quantizer[VPX_SS_MAX_LAYERS];
64 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V
65 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS];
66 uint32_t bytes_sum[VPX_SS_MAX_LAYERS];
320 si->quantizer_keyframe[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] in parse_quantizer_values()
323 si->quantizer[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] = q; in parse_quantizer_values()
382 si->scaling_factor_num[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] = in parse_scale_factors()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h49 #define VPX_SS_MAX_LAYERS 5 macro
618 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h43 LAYER_CONTEXT layer_context[MAX(VPX_TS_MAX_LAYERS, VPX_SS_MAX_LAYERS)];
Dvp9_onyx_int.h249 int ss_target_bitrate[VPX_SS_MAX_LAYERS];
Dvp9_onyx_if.c1341 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0}; in vp9_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c169 RANGE_CHECK(cfg, ss_number_layers, 1, VPX_SS_MAX_LAYERS); in validate_config()
219 unsigned int n_packets_per_layer[VPX_SS_MAX_LAYERS] = {0}; in validate_config()