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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_svc_layercontext.h 30 int scaling_factor_den; member in struct:__anon17831
vp9_svc_layercontext.c 311 lc->scaling_factor_num, lc->scaling_factor_den,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
svc_encodeframe.c 261 si->svc_params.scaling_factor_den);
344 if (si->svc_params.scaling_factor_den[i] > 0) {
346 si->svc_params.scaling_factor_den[i]);
399 si->svc_params.scaling_factor_den[i] = DEFAULT_SCALE_FACTORS_DEN[i];
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_encoder.h 723 int scaling_factor_den[VPX_SS_MAX_LAYERS]; member in struct:vpx_svc_parameters
    [all...]
  /external/libvpx/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...]
  /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/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 297 milliseconds