HomeSort by relevance Sort by last modified time
    Searched refs:VPX_MAX_LAYERS (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 77 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];
vp9_encoder.h 220 int layer_target_bitrate[VPX_MAX_LAYERS];
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 46 #define VPX_MAX_LAYERS 12 // 3 temporal + 4 spatial layers are allowed.
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 */
    [all...]
svc_context.h 57 int bitrates[VPX_MAX_LAYERS];
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 388 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];
    [all...]
vpx_temporal_svc_encoder.c 81 int layer_target_bitrate[VPX_MAX_LAYERS];
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 323 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/
datarate_test.cc     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 141 float rate_ratio[VPX_MAX_LAYERS] = {0};
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 221 if (cfg->ss_number_layers * cfg->ts_number_layers > VPX_MAX_LAYERS)
    [all...]

Completed in 151 milliseconds