Home
last modified time | relevance | path

Searched refs:VP9E_CONTENT_SCREEN (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c501 if (content == VP9E_CONTENT_SCREEN) { in set_rt_speed_feature_framesize_independent()
513 if (content == VP9E_CONTENT_SCREEN) { in set_rt_speed_feature_framesize_independent()
517 cpi->oxcf.content != VP9E_CONTENT_SCREEN) { in set_rt_speed_feature_framesize_independent()
530 if (cpi->oxcf.rc_mode == VPX_CBR && content != VP9E_CONTENT_SCREEN) { in set_rt_speed_feature_framesize_independent()
579 if (content == VP9E_CONTENT_SCREEN) in set_rt_speed_feature_framesize_independent()
584 if (content == VP9E_CONTENT_SCREEN) sf->lpf_pick = LPF_PICK_MINIMAL_LPF; in set_rt_speed_feature_framesize_independent()
592 content != VP9E_CONTENT_SCREEN) { in set_rt_speed_feature_framesize_independent()
Dvp9_picklpf.c186 cpi->oxcf.content != VP9E_CONTENT_SCREEN && cm->frame_type != KEY_FRAME) in vp9_pick_filter_level()
Dvp9_aq_cyclicrefresh.c349 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN) { in cyclic_refresh_update_map()
353 cpi->oxcf.content == VP9E_CONTENT_SCREEN in cyclic_refresh_update_map()
Dvp9_noise_estimate.c59 cpi->oxcf.content != VP9E_CONTENT_SCREEN && cpi->common.width >= 640 && in enable_noise_estimation()
Dvp9_pickmode.c1992 cpi->oxcf.content != VP9E_CONTENT_SCREEN) { in vp9_pick_inter_mode()
2087 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN && intra_tx_size > TX_16X16) in vp9_pick_inter_mode()
2152 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN) { in vp9_pick_inter_mode()
Dvp9_encoder.c3536 (cpi->oxcf.content == VP9E_CONTENT_SCREEN ||
3563 cpi->oxcf.content == VP9E_CONTENT_SCREEN))
3581 cpi->oxcf.content != VP9E_CONTENT_SCREEN &&
3617 cpi->oxcf.content == VP9E_CONTENT_SCREEN &&
Dvp9_ratectrl.c288 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN && in update_buffer_level()
/external/libvpx/libvpx/test/
Dcpu_speed_test.cc112 tune_content_ = VP9E_CONTENT_SCREEN; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvp8cx.h697 VP9E_CONTENT_SCREEN, enumerator
/external/libvpx/libvpx/
Dvpxenc.c462 { "screen", VP9E_CONTENT_SCREEN },