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()
570 if (cpi->resize_pending != 0) vp9_cyclic_refresh_reset_resize(cpi); in vp9_cyclic_refresh_setup()
Dvp9_noise_estimate.c58 cpi->resize_state == ORIG && cpi->resize_pending == 0 && !cpi->use_svc && in enable_noise_estimation()
Dvp9_encoder.c2822 cpi->resize_pending = 1;
2927 cpi->refresh_last_frame, cpi->resize_pending, svc_base_is_key);
3369 (oxcf->resize_mode == RESIZE_DYNAMIC && cpi->resize_pending))) {
3379 oxcf->resize_mode == RESIZE_DYNAMIC && cpi->resize_pending != 0) {
3522 cpi->resize_pending || cpi->resize_state || cpi->external_resize ||
3551 if (cm->frame_type == KEY_FRAME || cpi->resize_pending != 0) {
3690 if (loop_count == 0 || cpi->resize_pending != 0) {
3712 cpi->resize_pending = 0;
3855 if (cpi->resize_pending == 1) {
Dvp9_encoder.h651 int resize_pending; member
Dvp9_ratectrl.c1459 cpi->resize_pending = in vp9_rc_postencode_update()
1767 cpi->resize_pending = vp9_resize_one_pass_cbr(cpi); in vp9_rc_get_one_pass_cbr_params()
1769 cpi->resize_pending = 0; in vp9_rc_get_one_pass_cbr_params()
Dvp9_pickmode.c2213 if (cpi->oxcf.noise_sensitivity > 0 && cpi->resize_pending == 0 && in vp9_pick_inter_mode()
Dvp9_encodeframe.c905 !cpi->resize_pending && segment_id == CR_SEGMENT_ID_BASE && in copy_partitioning()