OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPX_SS_MAX_LAYERS
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
51
int scaling_factor_num[
VPX_SS_MAX_LAYERS
];
52
int scaling_factor_den[
VPX_SS_MAX_LAYERS
];
53
int quantizer[
VPX_SS_MAX_LAYERS
];
56
double psnr_in_layer[
VPX_SS_MAX_LAYERS
];
57
uint32_t bytes_in_layer[
VPX_SS_MAX_LAYERS
];
299
si->quantizer[i +
VPX_SS_MAX_LAYERS
- svc_ctx->spatial_layers] = q;
357
si->scaling_factor_num[i +
VPX_SS_MAX_LAYERS
- svc_ctx->spatial_layers] =
359
si->scaling_factor_den[i +
VPX_SS_MAX_LAYERS
- svc_ctx->spatial_layers] =
481
svc_ctx->spatial_layers >
VPX_SS_MAX_LAYERS
) {
677
index = layer +
VPX_SS_MAX_LAYERS
- si->layers
[
all
...]
/external/libvpx/libvpx/vpx/
vpx_encoder.h
49
#define
VPX_SS_MAX_LAYERS
5
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
176
VPX_SS_MAX_LAYERS
); /*Spatial layers max */
[
all
...]
Completed in 44 milliseconds