Searched defs:scaling_factor_den (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h30 int scaling_factor_den; member in struct:__anon13206
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_encoder.h723 int scaling_factor_den[VPX_SS_MAX_LAYERS]; member in struct:vpx_svc_parameters
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c59 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];

Completed in 109 milliseconds