Searched refs:VPX_SS_MAX_LAYERS (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dsvc_context.h56 int enable_auto_alt_ref[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];
H A Dvpx_encoder.h52 #define VPX_SS_MAX_LAYERS 5 macro
196 size_t layer_sizes[VPX_SS_MAX_LAYERS];
197 struct vpx_psnr_pkt layer_psnr[VPX_SS_MAX_LAYERS];
650 int ss_enable_auto_alt_ref[VPX_SS_MAX_LAYERS];
657 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h97 INTERP_FILTER downsample_filter_type[VPX_SS_MAX_LAYERS];
98 int downsample_filter_phase[VPX_SS_MAX_LAYERS];
H A Dvp9_encoder.h221 int ss_target_bitrate[VPX_SS_MAX_LAYERS];
222 int ss_enable_auto_arf[VPX_SS_MAX_LAYERS];
H A Dvp9_encoder.c2162 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = { 0 };
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c50 static const int DEFAULT_SCALE_FACTORS_NUM[VPX_SS_MAX_LAYERS] = { 4, 5, 7, 11,
53 static const int DEFAULT_SCALE_FACTORS_DEN[VPX_SS_MAX_LAYERS] = { 16, 16, 16,
56 static const int DEFAULT_SCALE_FACTORS_NUM_2x[VPX_SS_MAX_LAYERS] = { 1, 2, 4 };
58 static const int DEFAULT_SCALE_FACTORS_DEN_2x[VPX_SS_MAX_LAYERS] = { 4, 4, 4 };
378 for (i = 0; i < VPX_SS_MAX_LAYERS; ++i) {
412 svc_ctx->spatial_layers > VPX_SS_MAX_LAYERS) {
427 for (sl = 0; sl < VPX_SS_MAX_LAYERS; ++sl) {
463 if (svc_ctx->spatial_layers > VPX_SS_MAX_LAYERS)
464 svc_ctx->spatial_layers = VPX_SS_MAX_LAYERS;
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c207 RANGE_CHECK(cfg, ss_number_layers, 1, VPX_SS_MAX_LAYERS);
298 unsigned int n_packets_per_layer[VPX_SS_MAX_LAYERS] = { 0 };
/external/libvpx/libvpx/test/
H A Ddatarate_test.cc1241 for (i = 1; i < VPX_SS_MAX_LAYERS; ++i) {

Completed in 159 milliseconds