Searched refs:VPX_MAX_LAYERS (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h77 LAYER_CONTEXT layer_context[VPX_MAX_LAYERS];
83 int ext_frame_flags[VPX_MAX_LAYERS];
84 int ext_lst_fb_idx[VPX_MAX_LAYERS];
85 int ext_gld_fb_idx[VPX_MAX_LAYERS];
86 int ext_alt_fb_idx[VPX_MAX_LAYERS];
101 int mi_stride[VPX_MAX_LAYERS];
H A Dvp9_encoder.h220 int layer_target_bitrate[VPX_MAX_LAYERS];
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h46 #define VPX_MAX_LAYERS 12 // 3 temporal + 4 spatial layers are allowed. macro
48 /*!\deprecated Use #VPX_MAX_LAYERS instead. */
49 #define MAX_LAYERS VPX_MAX_LAYERS // 3 temporal + 4 spatial layers allowed.
703 unsigned int layer_target_bitrate[VPX_MAX_LAYERS];
721 int max_quantizers[VPX_MAX_LAYERS]; /**< Max Q for each layer */
722 int min_quantizers[VPX_MAX_LAYERS]; /**< Min Q for each layer */
723 int scaling_factor_num[VPX_MAX_LAYERS]; /**< Scaling factor-numerator */
724 int scaling_factor_den[VPX_MAX_LAYERS]; /**< Scaling factor-denominator */
725 int speed_per_layer[VPX_MAX_LAYERS]; /**< Speed setting for each sl */
H A Dsvc_context.h57 int bitrates[VPX_MAX_LAYERS];
/external/libvpx/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c388 int layer_input_frames[VPX_MAX_LAYERS];
390 int layer_tot_enc_frames[VPX_MAX_LAYERS];
392 int layer_enc_frames[VPX_MAX_LAYERS];
394 double layer_framerate[VPX_MAX_LAYERS];
396 double layer_pfb[VPX_MAX_LAYERS];
398 double layer_avg_frame_size[VPX_MAX_LAYERS];
400 double layer_avg_rate_mismatch[VPX_MAX_LAYERS];
402 double layer_encoding_bitrate[VPX_MAX_LAYERS];
H A Dvpx_temporal_svc_encoder.c81 int layer_target_bitrate[VPX_MAX_LAYERS];
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c323 float alloc_ratio[VPX_MAX_LAYERS] = { 0 };
367 float alloc_ratio[VPX_MAX_LAYERS] = { 0 };
470 if (svc_ctx->temporal_layers * svc_ctx->spatial_layers > VPX_MAX_LAYERS) {
475 (int)VPX_MAX_LAYERS);
/external/libvpx/libvpx/test/
H A Ddatarate_test.cc1236 for (i = 0; i < VPX_MAX_LAYERS; ++i) {
1360 int64_t bits_in_buffer_model_[VPX_MAX_LAYERS];
1362 int64_t bits_total_[VPX_MAX_LAYERS];
1364 double file_datarate_[VPX_MAX_LAYERS];
1377 int layer_target_avg_bandwidth_[VPX_MAX_LAYERS];
1387 float alloc_ratio[VPX_MAX_LAYERS] = { 0 };
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc141 float rate_ratio[VPX_MAX_LAYERS] = {0};
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c221 if (cfg->ss_number_layers * cfg->ts_number_layers > VPX_MAX_LAYERS)

Completed in 989 milliseconds