/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
vpx_encoder.h | 49 #define VPX_SS_MAX_LAYERS 5 205 size_t layer_sizes[VPX_SS_MAX_LAYERS]; 206 struct vpx_psnr_pkt layer_psnr[VPX_SS_MAX_LAYERS]; 666 int ss_enable_auto_alt_ref[VPX_SS_MAX_LAYERS]; 673 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS]; 720 int max_quantizers[VPX_SS_MAX_LAYERS]; 721 int min_quantizers[VPX_SS_MAX_LAYERS]; 722 int scaling_factor_num[VPX_SS_MAX_LAYERS]; 723 int scaling_factor_den[VPX_SS_MAX_LAYERS]; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_svc_layercontext.h | 43 LAYER_CONTEXT layer_context[MAX(VPX_TS_MAX_LAYERS, VPX_SS_MAX_LAYERS)];
|
vp9_onyx_int.h | 249 int ss_target_bitrate[VPX_SS_MAX_LAYERS];
|
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_svc_layercontext.h | 43 LAYER_CONTEXT layer_context[MAX(VPX_TS_MAX_LAYERS, VPX_SS_MAX_LAYERS)];
|
vp9_onyx_int.h | 248 int ss_target_bitrate[VPX_SS_MAX_LAYERS];
|
vp9_onyx_if.c | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/ |
svc_encodeframe.c | 52 static const int DEFAULT_SCALE_FACTORS_NUM[VPX_SS_MAX_LAYERS] = { 56 static const int DEFAULT_SCALE_FACTORS_DEN[VPX_SS_MAX_LAYERS] = { 89 int enable_auto_alt_ref[VPX_SS_MAX_LAYERS]; 90 int bitrates[VPX_SS_MAX_LAYERS]; 93 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V 94 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; 95 uint32_t bytes_sum[VPX_SS_MAX_LAYERS]; 341 float alloc_ratio[VPX_SS_MAX_LAYERS] = {0}; 389 svc_ctx->spatial_layers > VPX_SS_MAX_LAYERS) { 395 for (i = 0; i < VPX_SS_MAX_LAYERS; ++i) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_svc_layercontext.h | 60 LAYER_CONTEXT layer_context[MAX(VPX_TS_MAX_LAYERS, VPX_SS_MAX_LAYERS)];
|
vp9_encoder.h | 182 int ss_target_bitrate[VPX_SS_MAX_LAYERS]; 183 int ss_play_alternate[VPX_SS_MAX_LAYERS];
|
vp9_encoder.c | 928 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0}; [all...] |
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 58 int scaling_factor_num[VPX_SS_MAX_LAYERS]; 59 int scaling_factor_den[VPX_SS_MAX_LAYERS]; 60 int quantizer_keyframe[VPX_SS_MAX_LAYERS]; 61 int quantizer[VPX_SS_MAX_LAYERS]; 64 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V 65 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; 66 uint32_t bytes_sum[VPX_SS_MAX_LAYERS]; 320 si->quantizer_keyframe[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] 323 si->quantizer[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] = q; 382 si->scaling_factor_num[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
svc_encodeframe.c | 58 int scaling_factor_num[VPX_SS_MAX_LAYERS]; 59 int scaling_factor_den[VPX_SS_MAX_LAYERS]; 60 int quantizer_keyframe[VPX_SS_MAX_LAYERS]; 61 int quantizer[VPX_SS_MAX_LAYERS]; 64 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V 65 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; 66 uint32_t bytes_sum[VPX_SS_MAX_LAYERS]; 320 si->quantizer_keyframe[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] 323 si->quantizer[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] = q; 382 si->scaling_factor_num[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] [all...] |
/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 49 #define VPX_SS_MAX_LAYERS 5 618 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS]; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_encoder.h | 49 #define VPX_SS_MAX_LAYERS 5 618 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS]; [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
vp9_cx_iface.c | 165 RANGE_CHECK(cfg, ss_number_layers, 1, VPX_SS_MAX_LAYERS); 238 unsigned int n_packets_per_layer[VPX_SS_MAX_LAYERS] = {0}; 423 for (i = 0; i < VPX_SS_MAX_LAYERS; ++i) { [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 171 RANGE_CHECK(cfg, ss_number_layers, 1, VPX_SS_MAX_LAYERS); 221 unsigned int n_packets_per_layer[VPX_SS_MAX_LAYERS] = {0}; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
vp9_cx_iface.c | 169 RANGE_CHECK(cfg, ss_number_layers, 1, VPX_SS_MAX_LAYERS); 219 unsigned int n_packets_per_layer[VPX_SS_MAX_LAYERS] = {0}; [all...] |