HomeSort by relevance Sort by last modified time
    Searched refs:VPX_TS_MAX_LAYERS (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 653 LAYER_CONTEXT layer_context[VPX_TS_MAX_LAYERS];
655 int64_t frames_in_layer[VPX_TS_MAX_LAYERS];
656 int64_t bytes_in_layer[VPX_TS_MAX_LAYERS];
657 double sum_psnr[VPX_TS_MAX_LAYERS];
658 double sum_psnr_p[VPX_TS_MAX_LAYERS];
659 double total_error2[VPX_TS_MAX_LAYERS];
660 double total_error2_p[VPX_TS_MAX_LAYERS];
661 double sum_ssim[VPX_TS_MAX_LAYERS];
662 double sum_weights[VPX_TS_MAX_LAYERS];
664 double total_ssimg_y_in_layer[VPX_TS_MAX_LAYERS];
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vpx/
vp8cx.h 729 int frame_flags[VPX_TS_MAX_LAYERS]; /**< Frame flags. */
730 int lst_fb_idx[VPX_TS_MAX_LAYERS]; /**< Last buffer index. */
731 int gld_fb_idx[VPX_TS_MAX_LAYERS]; /**< Golden buffer index. */
732 int alt_fb_idx[VPX_TS_MAX_LAYERS]; /**< Altref buffer index. */
vpx_encoder.h 40 #define VPX_TS_MAX_LAYERS 5
659 unsigned int ts_target_bitrate[VPX_TS_MAX_LAYERS];
666 unsigned int ts_rate_decimator[VPX_TS_MAX_LAYERS];
    [all...]
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 47 int layer_input_frames[VPX_TS_MAX_LAYERS];
49 int layer_tot_enc_frames[VPX_TS_MAX_LAYERS];
51 int layer_enc_frames[VPX_TS_MAX_LAYERS];
53 double layer_framerate[VPX_TS_MAX_LAYERS];
55 double layer_pfb[VPX_TS_MAX_LAYERS];
57 double layer_avg_frame_size[VPX_TS_MAX_LAYERS];
59 double layer_avg_rate_mismatch[VPX_TS_MAX_LAYERS];
61 double layer_encoding_bitrate[VPX_TS_MAX_LAYERS];
490 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS] = { NULL };
    [all...]
vp9_spatial_svc_encoder.c 625 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS] = { NULL };
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 467 if (svc_ctx->temporal_layers > VPX_TS_MAX_LAYERS)
468 svc_ctx->temporal_layers = VPX_TS_MAX_LAYERS;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 222 int ts_rate_decimator[VPX_TS_MAX_LAYERS];
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 196 RANGE_CHECK(cfg, ts_number_layers, 1, VPX_TS_MAX_LAYERS);
582 for (tl = 0; tl < VPX_TS_MAX_LAYERS; ++tl) {
    [all...]

Completed in 355 milliseconds