Searched refs:VPX_TS_MAX_LAYERS (Results 1 – 9 of 9) sorted by relevance
679 LAYER_CONTEXT layer_context[VPX_TS_MAX_LAYERS];681 int64_t frames_in_layer[VPX_TS_MAX_LAYERS];682 int64_t bytes_in_layer[VPX_TS_MAX_LAYERS];683 double sum_psnr[VPX_TS_MAX_LAYERS];684 double sum_psnr_p[VPX_TS_MAX_LAYERS];685 double total_error2[VPX_TS_MAX_LAYERS];686 double total_error2_p[VPX_TS_MAX_LAYERS];687 double sum_ssim[VPX_TS_MAX_LAYERS];688 double sum_weights[VPX_TS_MAX_LAYERS];690 double total_ssimg_y_in_layer[VPX_TS_MAX_LAYERS];[all …]
1448 assert(oxcf->number_of_layers <= VPX_TS_MAX_LAYERS); in update_layer_contexts()1449 for (i = 0; i < oxcf->number_of_layers && i < VPX_TS_MAX_LAYERS; ++i) in update_layer_contexts()5439 assert(cpi->oxcf.number_of_layers <= VPX_TS_MAX_LAYERS); in vp8_get_compressed_data()5441 i < VPX_TS_MAX_LAYERS; ++i) in vp8_get_compressed_data()
692 int frame_flags[VPX_TS_MAX_LAYERS]; /**< Frame flags. */693 int lst_fb_idx[VPX_TS_MAX_LAYERS]; /**< Last buffer index. */694 int gld_fb_idx[VPX_TS_MAX_LAYERS]; /**< Golden buffer index. */695 int alt_fb_idx[VPX_TS_MAX_LAYERS]; /**< Altref buffer index. */
40 #define VPX_TS_MAX_LAYERS 5 macro709 unsigned int ts_target_bitrate[VPX_TS_MAX_LAYERS];716 unsigned int ts_rate_decimator[VPX_TS_MAX_LAYERS];
49 int layer_input_frames[VPX_TS_MAX_LAYERS];51 int layer_tot_enc_frames[VPX_TS_MAX_LAYERS];53 int layer_enc_frames[VPX_TS_MAX_LAYERS];55 double layer_framerate[VPX_TS_MAX_LAYERS];57 double layer_pfb[VPX_TS_MAX_LAYERS];59 double layer_avg_frame_size[VPX_TS_MAX_LAYERS];61 double layer_avg_rate_mismatch[VPX_TS_MAX_LAYERS];63 double layer_encoding_bitrate[VPX_TS_MAX_LAYERS];467 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS] = {NULL}; in main()
617 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS] = {NULL}; in main()
445 if (svc_ctx->temporal_layers > VPX_TS_MAX_LAYERS) in vpx_svc_init()446 svc_ctx->temporal_layers = VPX_TS_MAX_LAYERS; in vpx_svc_init()
199 int ts_rate_decimator[VPX_TS_MAX_LAYERS];
196 RANGE_CHECK(cfg, ts_number_layers, 1, VPX_TS_MAX_LAYERS); in validate_config()518 for (tl = 0; tl < VPX_TS_MAX_LAYERS; ++tl) { in set_encoder_config()