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

/external/libvpx/libvpx/vpx/
H A Dsvc_context.h55 int enable_auto_alt_ref[VPX_SS_MAX_LAYERS];
56 int bitrates[VPX_SS_MAX_LAYERS];
59 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V
60 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS];
61 uint32_t bytes_sum[VPX_SS_MAX_LAYERS];
H A 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/
H A 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] = {
373 for (i = 0; i < VPX_SS_MAX_LAYERS; ++i) {
410 svc_ctx->spatial_layers > VPX_SS_MAX_LAYERS) {
424 for (i = 0; i < VPX_SS_MAX_LAYERS; ++i) {
438 if (svc_ctx->spatial_layers > VPX_SS_MAX_LAYERS)
439 svc_ctx->spatial_layers = VPX_SS_MAX_LAYERS;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h196 int ss_target_bitrate[VPX_SS_MAX_LAYERS];
197 int ss_enable_auto_arf[VPX_SS_MAX_LAYERS];
H A Dvp9_encoder.c1763 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0};
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c189 RANGE_CHECK(cfg, ss_number_layers, 1, VPX_SS_MAX_LAYERS);
268 unsigned int n_packets_per_layer[VPX_SS_MAX_LAYERS] = {0};

Completed in 59 milliseconds