Searched refs:VPX_TS_MAX_LAYERS (Results 1 – 7 of 7) sorted by relevance
667 LAYER_CONTEXT layer_context[VPX_TS_MAX_LAYERS];669 int64_t frames_in_layer[VPX_TS_MAX_LAYERS];670 int64_t bytes_in_layer[VPX_TS_MAX_LAYERS];671 double sum_psnr[VPX_TS_MAX_LAYERS];672 double sum_psnr_p[VPX_TS_MAX_LAYERS];673 double total_error2[VPX_TS_MAX_LAYERS];674 double total_error2_p[VPX_TS_MAX_LAYERS];675 double sum_ssim[VPX_TS_MAX_LAYERS];676 double sum_weights[VPX_TS_MAX_LAYERS];678 double total_ssimg_y_in_layer[VPX_TS_MAX_LAYERS];[all …]
1404 assert(oxcf->number_of_layers <= VPX_TS_MAX_LAYERS); in update_layer_contexts()5077 assert(cpi->oxcf.number_of_layers <= VPX_TS_MAX_LAYERS); in vp8_get_compressed_data()
40 #define VPX_TS_MAX_LAYERS 5 macro46 #define MAX_LAYERS VPX_TS_MAX_LAYERS631 unsigned int ts_target_bitrate[VPX_TS_MAX_LAYERS];638 unsigned int ts_rate_decimator[VPX_TS_MAX_LAYERS];
40 int layer_input_frames[VPX_TS_MAX_LAYERS];42 int layer_tot_enc_frames[VPX_TS_MAX_LAYERS];44 int layer_enc_frames[VPX_TS_MAX_LAYERS];46 double layer_framerate[VPX_TS_MAX_LAYERS];48 double layer_pfb[VPX_TS_MAX_LAYERS];50 double layer_avg_frame_size[VPX_TS_MAX_LAYERS];52 double layer_avg_rate_mismatch[VPX_TS_MAX_LAYERS];54 double layer_encoding_bitrate[VPX_TS_MAX_LAYERS];432 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS]; in main()
43 LAYER_CONTEXT layer_context[MAX(VPX_TS_MAX_LAYERS, VPX_SS_MAX_LAYERS)];
251 int ts_target_bitrate[VPX_TS_MAX_LAYERS];252 int ts_rate_decimator[VPX_TS_MAX_LAYERS];
170 RANGE_CHECK(cfg, ts_number_layers, 1, VPX_TS_MAX_LAYERS); in validate_config()