Searched refs:VPX_TS_MAX_LAYERS (Results 1 – 8 of 8) sorted by relevance
663 LAYER_CONTEXT layer_context[VPX_TS_MAX_LAYERS];665 int64_t frames_in_layer[VPX_TS_MAX_LAYERS];666 int64_t bytes_in_layer[VPX_TS_MAX_LAYERS];667 double sum_psnr[VPX_TS_MAX_LAYERS];668 double sum_psnr_p[VPX_TS_MAX_LAYERS];669 double total_error2[VPX_TS_MAX_LAYERS];670 double total_error2_p[VPX_TS_MAX_LAYERS];671 double sum_ssim[VPX_TS_MAX_LAYERS];672 double sum_weights[VPX_TS_MAX_LAYERS];674 double total_ssimg_y_in_layer[VPX_TS_MAX_LAYERS];[all …]
1393 assert(oxcf->number_of_layers <= VPX_TS_MAX_LAYERS); in update_layer_contexts()1394 for (i = 0; i < oxcf->number_of_layers && i < VPX_TS_MAX_LAYERS; ++i) { in update_layer_contexts()4973 assert(cpi->oxcf.number_of_layers <= VPX_TS_MAX_LAYERS); in vp8_get_compressed_data()4974 for (i = 0; i < cpi->oxcf.number_of_layers && i < VPX_TS_MAX_LAYERS; in vp8_get_compressed_data()
40 #define VPX_TS_MAX_LAYERS 5 macro651 unsigned int ts_target_bitrate[VPX_TS_MAX_LAYERS];658 unsigned int ts_rate_decimator[VPX_TS_MAX_LAYERS];
61 int layer_input_frames[VPX_TS_MAX_LAYERS];63 int layer_tot_enc_frames[VPX_TS_MAX_LAYERS];65 int layer_enc_frames[VPX_TS_MAX_LAYERS];67 double layer_framerate[VPX_TS_MAX_LAYERS];69 double layer_pfb[VPX_TS_MAX_LAYERS];71 double layer_avg_frame_size[VPX_TS_MAX_LAYERS];73 double layer_avg_rate_mismatch[VPX_TS_MAX_LAYERS];75 double layer_encoding_bitrate[VPX_TS_MAX_LAYERS];578 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS] = { NULL }; in main()
455 if (svc_ctx->temporal_layers > VPX_TS_MAX_LAYERS) in vpx_svc_init()456 svc_ctx->temporal_layers = VPX_TS_MAX_LAYERS; in vpx_svc_init()
233 int ts_rate_decimator[VPX_TS_MAX_LAYERS];
235 RANGE_CHECK(cfg, ts_number_layers, 1, VPX_TS_MAX_LAYERS); in validate_config()636 for (tl = 0; tl < VPX_TS_MAX_LAYERS; ++tl) { in set_encoder_config()
155 VPX_TS_MAX_LAYERS,