Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h453 int use_svc; member
548 void vp9_set_svc(VP9_COMP *cpi, int use_svc);
623 return cpi->use_svc && cpi->oxcf.pass != 0; in is_two_pass_svc()
627 return (cpi->use_svc && cpi->oxcf.pass == 0); in is_one_pass_cbr_svc()
Dvp9_bitstream.h26 (!cpi->use_svc || // Add spatial svc base layer case here in vp9_preserve_existing_gf()
Dvp9_encoder.c239 if (!cpi->use_svc) in setup_frame()
1619 cpi->use_svc = 0; in vp9_create_compressor()
2357 if (cpi->use_svc) in generate_psnr_packet()
2866 if (cpi->oxcf.pass != 0 || cpi->use_svc)
2875 if (cpi->oxcf.pass == 0 && !cpi->use_svc) {
3109 !cpi->use_svc &&
3133 (!cpi->use_svc ||
3272 !cpi->use_svc &&
3878 if (cpi->use_svc)
3883 if (cpi->use_svc)
[all …]
Dvp9_ratectrl.c411 !rc->is_src_frame_alt_ref && !cpi->use_svc && in get_rate_correction_factor()
437 !rc->is_src_frame_alt_ref && !cpi->use_svc && in set_rate_correction_factor()
726 !cpi->use_svc && in rc_pick_q_and_bounds_one_pass_cbr()
1289 if (cpi->use_svc) { in vp9_rc_postencode_update()
1304 (cpi->use_svc && oxcf->rc_mode == VPX_CBR)) { in vp9_rc_postencode_update()
1354 if (!cpi->use_svc) { in vp9_rc_postencode_update()
Dvp9_ethread.c81 if (cpi->use_svc) { in vp9_encode_tiles_mt()
Dvp9_pickmode.c1170 if (cpi->rc.frames_since_golden == 0 && !cpi->use_svc) { in vp9_pick_inter_mode()
1220 if (cpi->use_svc) in vp9_pick_inter_mode()
1227 if (cpi->use_svc) in vp9_pick_inter_mode()
1256 if (ref_frame > LAST_FRAME && !cpi->use_svc) { in vp9_pick_inter_mode()
1305 if (cpi->use_svc) { in vp9_pick_inter_mode()
1343 (ref_frame == GOLDEN_FRAME && cpi->use_svc)) in vp9_pick_inter_mode()
Dvp9_temporal_filter.c684 if (cpi->use_svc) { in vp9_temporal_filter()
Dvp9_firstpass.c1150 if (cpi->use_svc) in vp9_first_pass()
2627 cpi->oxcf.pass == 2 && (!cpi->use_svc || is_two_pass_svc(cpi))) { in vp9_rc_get_second_pass_params()
2734 (!cpi->use_svc || is_two_pass_svc(cpi))) { in vp9_rc_get_second_pass_params()
Dvp9_bitstream.c1000 if (cpi->use_svc && in write_frame_size_with_refs()
Dvp9_encodeframe.c857 if (is_key_frame || (low_res && !cpi->use_svc && in choose_partitioning()
3931 !cpi->use_svc) in encode_frame_internal()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c942 (cpi->use_svc && in get_frame_pkt_flags()
1062 if (cpi->use_svc) in encoder_encode()
1069 (cpi->use_svc && in encoder_encode()
1137 if (cpi->use_svc && !ctx->output_cx_pkt_cb.output_cx_pkt) { in encoder_encode()