Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dsvc_context.h56 int enable_auto_alt_ref[VPX_SS_MAX_LAYERS];
57 int bitrates[VPX_SS_MAX_LAYERS];
60 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V
61 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS];
62 uint32_t bytes_sum[VPX_SS_MAX_LAYERS];
Dvpx_encoder.h52 #define VPX_SS_MAX_LAYERS 5 macro
212 size_t layer_sizes[VPX_SS_MAX_LAYERS];
213 struct vpx_psnr_pkt layer_psnr[VPX_SS_MAX_LAYERS];
689 int ss_enable_auto_alt_ref[VPX_SS_MAX_LAYERS];
696 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS];
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c50 static const int DEFAULT_SCALE_FACTORS_NUM[VPX_SS_MAX_LAYERS] = {
54 static const int DEFAULT_SCALE_FACTORS_DEN[VPX_SS_MAX_LAYERS] = {
374 for (i = 0; i < VPX_SS_MAX_LAYERS; ++i) { in assign_layer_bitrates()
411 svc_ctx->spatial_layers > VPX_SS_MAX_LAYERS) { in vpx_svc_init()
426 for (i = 0; i < VPX_SS_MAX_LAYERS; ++i) { in vpx_svc_init()
440 if (svc_ctx->spatial_layers > VPX_SS_MAX_LAYERS) in vpx_svc_init()
441 svc_ctx->spatial_layers = VPX_SS_MAX_LAYERS; in vpx_svc_init()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h196 int ss_target_bitrate[VPX_SS_MAX_LAYERS];
197 int ss_enable_auto_arf[VPX_SS_MAX_LAYERS];
Dvp9_encoder.c1780 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0}; in vp9_create_compressor()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c195 RANGE_CHECK(cfg, ss_number_layers, 1, VPX_SS_MAX_LAYERS); in validate_config()
274 unsigned int n_packets_per_layer[VPX_SS_MAX_LAYERS] = {0}; in validate_config()