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

  /external/libvpx/libvpx/vpx/
svc_context.h 56 int enable_auto_alt_ref[VPX_SS_MAX_LAYERS];
60 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V
61 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS];
62 uint32_t bytes_sum[VPX_SS_MAX_LAYERS];
vpx_encoder.h 52 #define VPX_SS_MAX_LAYERS 5
196 size_t layer_sizes[VPX_SS_MAX_LAYERS];
197 struct vpx_psnr_pkt layer_psnr[VPX_SS_MAX_LAYERS];
650 int ss_enable_auto_alt_ref[VPX_SS_MAX_LAYERS];
657 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 97 INTERP_FILTER downsample_filter_type[VPX_SS_MAX_LAYERS];
98 int downsample_filter_phase[VPX_SS_MAX_LAYERS];
vp9_encoder.h 221 int ss_target_bitrate[VPX_SS_MAX_LAYERS];
222 int ss_enable_auto_arf[VPX_SS_MAX_LAYERS];
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 50 static const int DEFAULT_SCALE_FACTORS_NUM[VPX_SS_MAX_LAYERS] = { 4, 5, 7, 11,
53 static const int DEFAULT_SCALE_FACTORS_DEN[VPX_SS_MAX_LAYERS] = { 16, 16, 16,
56 static const int DEFAULT_SCALE_FACTORS_NUM_2x[VPX_SS_MAX_LAYERS] = { 1, 2, 4 };
58 static const int DEFAULT_SCALE_FACTORS_DEN_2x[VPX_SS_MAX_LAYERS] = { 4, 4, 4 };
378 for (i = 0; i < VPX_SS_MAX_LAYERS; ++i) {
412 svc_ctx->spatial_layers > VPX_SS_MAX_LAYERS) {
427 for (sl = 0; sl < VPX_SS_MAX_LAYERS; ++sl) {
463 if (svc_ctx->spatial_layers > VPX_SS_MAX_LAYERS)
464 svc_ctx->spatial_layers = VPX_SS_MAX_LAYERS;
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 207 RANGE_CHECK(cfg, ss_number_layers, 1, VPX_SS_MAX_LAYERS);
298 unsigned int n_packets_per_layer[VPX_SS_MAX_LAYERS] = { 0 };
    [all...]
  /external/libvpx/libvpx/test/
datarate_test.cc     [all...]

Completed in 181 milliseconds