Home
last modified time | relevance | path

Searched refs:resize_pending (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c280 if (cpi->resize_pending != 0) { in vp9_cyclic_refresh_postencode()
571 if (cpi->resize_pending != 0) vp9_cyclic_refresh_reset_resize(cpi); in vp9_cyclic_refresh_setup()
Dvp9_noise_estimate.c67 cpi->resize_state == ORIG && cpi->resize_pending == 0 && !cpi->use_svc && in enable_noise_estimation()
Dvp9_encoder.c2784 cpi->resize_pending = 1;
2914 cpi->lst_fb_idx, cpi->resize_pending, svc_base_is_key,
3382 (oxcf->resize_mode == RESIZE_DYNAMIC && cpi->resize_pending))) {
3393 oxcf->resize_mode == RESIZE_DYNAMIC && cpi->resize_pending != 0) {
3536 cpi->resize_pending || cpi->resize_state || cpi->external_resize ||
3565 if (cm->frame_type == KEY_FRAME || cpi->resize_pending != 0) {
3717 if (loop_count == 0 || cpi->resize_pending != 0) {
3738 cpi->resize_pending = 0;
3881 if (cpi->resize_pending == 1) {
Dvp9_encoder.h657 int resize_pending; member
Dvp9_ratectrl.c1478 cpi->resize_pending = in vp9_rc_postencode_update()
1792 cpi->resize_pending = vp9_resize_one_pass_cbr(cpi); in vp9_rc_get_one_pass_cbr_params()
1794 cpi->resize_pending = 0; in vp9_rc_get_one_pass_cbr_params()
Dvp9_pickmode.c2360 if (cpi->oxcf.noise_sensitivity > 0 && cpi->resize_pending == 0 && in vp9_pick_inter_mode()
Dvp9_encodeframe.c914 !cpi->resize_pending && segment_id == CR_SEGMENT_ID_BASE && in copy_partitioning()