Searched defs:use_svc (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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_onyx_int.h497 int use_svc; member in struct:VP9_COMP
570 void vp9_set_svc(VP9_COMP *cpi, int use_svc);

Completed in 46 milliseconds