Searched refs:use_svc (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h497 int use_svc; member in struct:VP9_COMP
570 void vp9_set_svc(VP9_COMP *cpi, int use_svc);
H A Dvp9_ratectrl.c234 if (cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
282 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
294 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
534 !cpi->use_svc &&
1093 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) {
H A Dvp9_onyx_if.c1181 cpi->use_svc = 0;
2057 !cpi->use_svc) {
2253 if (!cm->intra_only && !cm->error_resilient_mode && !cpi->use_svc)
2311 if (!cm->intra_only && !cm->error_resilient_mode && !cpi->use_svc)
2835 if (cpi->use_svc) {
3207 (!cpi->use_svc || cpi->svc.number_temporal_layers == 1)) {
3210 (!cpi->use_svc || cpi->svc.number_temporal_layers == 1)) {
3212 } else if (cpi->use_svc) {
3472 void vp9_set_svc(VP9_COMP *cpi, int use_svc) { argument
3473 cpi->use_svc
[all...]
H A Dvp9_firstpass.c354 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
510 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
851 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
2215 int is_spatial_svc = (cpi->use_svc && cpi->svc.number_temporal_layers == 1);
2269 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1 &&
H A Dvp9_bitstream.c898 !cpi->use_svc) {
1011 if (cpi->use_svc) {

Completed in 84 milliseconds