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.h456 int use_svc; member
551 void vp9_set_svc(VP9_COMP *cpi, int use_svc);
625 return cpi->use_svc && cpi->oxcf.pass != 0; in is_two_pass_svc()
629 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.c240 if (!cpi->use_svc) in setup_frame()
1636 cpi->use_svc = 0; in vp9_create_compressor()
2377 if (cpi->use_svc) in generate_psnr_packet()
2890 if (cpi->oxcf.pass != 0 || cpi->use_svc)
2899 if (cpi->oxcf.pass == 0 && !cpi->use_svc) {
3148 !cpi->use_svc &&
3176 (!cpi->use_svc ||
3330 !cpi->use_svc &&
3942 if (cpi->use_svc)
3947 if (cpi->use_svc)
[all …]
Dvp9_ratectrl.c420 !rc->is_src_frame_alt_ref && !cpi->use_svc && in get_rate_correction_factor()
446 !rc->is_src_frame_alt_ref && !cpi->use_svc && in set_rate_correction_factor()
734 !cpi->use_svc && in rc_pick_q_and_bounds_one_pass_cbr()
1298 if (cpi->use_svc) { in vp9_rc_postencode_update()
1313 (cpi->use_svc && oxcf->rc_mode == VPX_CBR)) { in vp9_rc_postencode_update()
1363 if (!cpi->use_svc || is_two_pass_svc(cpi)) { in vp9_rc_postencode_update()
2051 if (cpi->use_svc) { in vp9_encodedframe_overshoot()
Dvp9_ethread.c82 if (cpi->use_svc) { in vp9_encode_tiles_mt()
Dvp9_pickmode.c1177 if (cpi->rc.frames_since_golden == 0 && !cpi->use_svc) { in vp9_pick_inter_mode()
1227 if (cpi->use_svc) in vp9_pick_inter_mode()
1234 if (cpi->use_svc) in vp9_pick_inter_mode()
1265 if (ref_frame > LAST_FRAME && !cpi->use_svc) { in vp9_pick_inter_mode()
1314 if (cpi->use_svc) { in vp9_pick_inter_mode()
1352 (ref_frame == GOLDEN_FRAME && cpi->use_svc)) in vp9_pick_inter_mode()
Dvp9_temporal_filter.c687 if (cpi->use_svc) { in vp9_temporal_filter()
Dvp9_firstpass.c1151 if (cpi->use_svc) in vp9_first_pass()
2631 cpi->oxcf.pass == 2 && (!cpi->use_svc || is_two_pass_svc(cpi))) { in vp9_rc_get_second_pass_params()
2738 (!cpi->use_svc || is_two_pass_svc(cpi))) { in vp9_rc_get_second_pass_params()
Dvp9_bitstream.c999 if (cpi->use_svc && in write_frame_size_with_refs()
Dvp9_encodeframe.c858 if (is_key_frame || (low_res && !cpi->use_svc && in choose_partitioning()
3948 !cpi->use_svc) in encode_frame_internal()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c953 (cpi->use_svc && in get_frame_pkt_flags()
1073 if (cpi->use_svc) in encoder_encode()
1080 (cpi->use_svc && in encoder_encode()
1148 if (cpi->use_svc && !ctx->output_cx_pkt_cb.output_cx_pkt) { in encoder_encode()