Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h667 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 …]
Donyx_if.c1404 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h40 #define VPX_TS_MAX_LAYERS 5 macro
46 #define MAX_LAYERS VPX_TS_MAX_LAYERS
631 unsigned int ts_target_bitrate[VPX_TS_MAX_LAYERS];
638 unsigned int ts_rate_decimator[VPX_TS_MAX_LAYERS];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvpx_temporal_scalable_patterns.c40 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h43 LAYER_CONTEXT layer_context[MAX(VPX_TS_MAX_LAYERS, VPX_SS_MAX_LAYERS)];
Dvp9_onyx_int.h251 int ts_target_bitrate[VPX_TS_MAX_LAYERS];
252 int ts_rate_decimator[VPX_TS_MAX_LAYERS];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c170 RANGE_CHECK(cfg, ts_number_layers, 1, VPX_TS_MAX_LAYERS); in validate_config()