HomeSort by relevance Sort by last modified time
    Searched defs:scaling_factor_den (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 31 int scaling_factor_den; member in struct:__anon17261
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 762 int scaling_factor_den[VPX_MAX_LAYERS]; /**< Scaling factor-denominator */ member in struct:vpx_svc_parameters
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 59 int scaling_factor_den[VPX_SS_MAX_LAYERS]; member in struct:SvcInternal
384 si->scaling_factor_den[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] =
557 if (pos < VPX_SS_MAX_LAYERS && si->scaling_factor_den[pos] > 0) {
559 si->scaling_factor_den[pos]);
749 den = si->scaling_factor_den[index];
    [all...]
  /external/webrtc/webrtc/
common_types.h 676 int scaling_factor_den; member in struct:webrtc::SpatialLayer

Completed in 647 milliseconds