Home
last modified time | relevance | path

Searched refs:VPX_TS_MAX_LAYERS (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h658 LAYER_CONTEXT layer_context[VPX_TS_MAX_LAYERS];
660 int64_t frames_in_layer[VPX_TS_MAX_LAYERS];
661 int64_t bytes_in_layer[VPX_TS_MAX_LAYERS];
662 double sum_psnr[VPX_TS_MAX_LAYERS];
663 double sum_psnr_p[VPX_TS_MAX_LAYERS];
664 double total_error2[VPX_TS_MAX_LAYERS];
665 double total_error2_p[VPX_TS_MAX_LAYERS];
666 double sum_ssim[VPX_TS_MAX_LAYERS];
667 double sum_weights[VPX_TS_MAX_LAYERS];
669 double total_ssimg_y_in_layer[VPX_TS_MAX_LAYERS];
[all …]
Donyx_if.c1392 assert(oxcf->number_of_layers <= VPX_TS_MAX_LAYERS); in update_layer_contexts()
1393 for (i = 0; i < oxcf->number_of_layers && i < VPX_TS_MAX_LAYERS; ++i) { in update_layer_contexts()
4955 assert(cpi->oxcf.number_of_layers <= VPX_TS_MAX_LAYERS); in vp8_get_compressed_data()
4956 for (i = 0; i < cpi->oxcf.number_of_layers && i < VPX_TS_MAX_LAYERS; in vp8_get_compressed_data()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h40 #define VPX_TS_MAX_LAYERS 5 macro
651 unsigned int ts_target_bitrate[VPX_TS_MAX_LAYERS];
658 unsigned int ts_rate_decimator[VPX_TS_MAX_LAYERS];
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c60 int layer_input_frames[VPX_TS_MAX_LAYERS];
62 int layer_tot_enc_frames[VPX_TS_MAX_LAYERS];
64 int layer_enc_frames[VPX_TS_MAX_LAYERS];
66 double layer_framerate[VPX_TS_MAX_LAYERS];
68 double layer_pfb[VPX_TS_MAX_LAYERS];
70 double layer_avg_frame_size[VPX_TS_MAX_LAYERS];
72 double layer_avg_rate_mismatch[VPX_TS_MAX_LAYERS];
74 double layer_encoding_bitrate[VPX_TS_MAX_LAYERS];
573 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS] = { NULL }; in main()
Dsvc_encodeframe.c453 if (svc_ctx->temporal_layers > VPX_TS_MAX_LAYERS) in vpx_svc_init()
454 svc_ctx->temporal_layers = VPX_TS_MAX_LAYERS; in vpx_svc_init()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h225 int ts_rate_decimator[VPX_TS_MAX_LAYERS];
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c210 RANGE_CHECK(cfg, ts_number_layers, 1, VPX_TS_MAX_LAYERS); in validate_config()
589 for (tl = 0; tl < VPX_TS_MAX_LAYERS; ++tl) { in set_encoder_config()