Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h497 int use_svc; member
570 void vp9_set_svc(VP9_COMP *cpi, int use_svc);
Dvp9_ratectrl.c234 if (cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) { in update_buffer_level()
282 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) in get_rate_correction_factor()
294 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) in set_rate_correction_factor()
534 !cpi->use_svc && in rc_pick_q_and_bounds_one_pass_cbr()
1093 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) { in vp9_rc_postencode_update()
Dvp9_onyx_if.c1181 cpi->use_svc = 0; in vp9_create_compressor()
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 = use_svc;
Dvp9_firstpass.c354 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) { in vp9_end_first_pass()
510 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) { in vp9_first_pass()
851 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) { in vp9_first_pass()
2215 int is_spatial_svc = (cpi->use_svc && cpi->svc.number_temporal_layers == 1); in vp9_rc_get_second_pass_params()
2269 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1 && in vp9_rc_get_second_pass_params()
Dvp9_bitstream.c898 !cpi->use_svc) {
1011 if (cpi->use_svc) {