Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c597 if (content == VP9E_CONTENT_SCREEN) { in set_rt_speed_feature_framesize_independent()
609 if (content == VP9E_CONTENT_SCREEN) { in set_rt_speed_feature_framesize_independent()
613 cpi->oxcf.content != VP9E_CONTENT_SCREEN) { in set_rt_speed_feature_framesize_independent()
662 if (cpi->oxcf.rc_mode == VPX_CBR && content != VP9E_CONTENT_SCREEN) { in set_rt_speed_feature_framesize_independent()
732 if (content == VP9E_CONTENT_SCREEN) sf->mv.subpel_force_stop = FULL_PEL; in set_rt_speed_feature_framesize_independent()
733 if (content == VP9E_CONTENT_SCREEN) sf->lpf_pick = LPF_PICK_MINIMAL_LPF; in set_rt_speed_feature_framesize_independent()
741 content != VP9E_CONTENT_SCREEN) { in set_rt_speed_feature_framesize_independent()
798 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN && cpi->oxcf.speed >= 5 && in set_rt_speed_feature_framesize_independent()
Dvp9_aq_cyclicrefresh.c382 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN) { in cyclic_refresh_update_map()
386 cpi->oxcf.content == VP9E_CONTENT_SCREEN in cyclic_refresh_update_map()
468 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN) in cyclic_refresh_update_map()
518 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN) { in vp9_cyclic_refresh_update_parameters()
568 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN) in vp9_cyclic_refresh_update_parameters()
Dvp9_picklpf.c182 cpi->oxcf.content != VP9E_CONTENT_SCREEN && cm->frame_type != KEY_FRAME) in vp9_pick_filter_level()
Dvp9_noise_estimate.c68 cpi->oxcf.content != VP9E_CONTENT_SCREEN && in enable_noise_estimation()
Dvp9_pickmode.c367 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN && tx_size == TX_8X8 && in calculate_tx_size()
444 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN && x->zero_temp_sad_source && in model_rd_for_sb_y_large()
1814 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN && mi->segment_id > 0 && in vp9_pick_inter_mode()
2022 (cpi->oxcf.content == VP9E_CONTENT_SCREEN && !svc->spatial_layer_id && in vp9_pick_inter_mode()
2299 cpi->oxcf.content != VP9E_CONTENT_SCREEN) { in vp9_pick_inter_mode()
2411 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN && intra_tx_size > TX_16X16) in vp9_pick_inter_mode()
2476 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN) { in vp9_pick_inter_mode()
Dvp9_ratectrl.c325 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN && in update_buffer_level_postencode()
666 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN) in adjust_q_cbr()
957 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN) in calc_active_worst_quality_one_pass_cbr()
2824 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN) min_thresh = 65000; in vp9_scene_detection_onepass()
2935 cpi->oxcf.content != VP9E_CONTENT_SCREEN && !cpi->use_svc) { in vp9_scene_detection_onepass()
3000 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN) in vp9_encodedframe_overshoot()
Dvp9_encoder.c3773 (cpi->oxcf.content == VP9E_CONTENT_SCREEN ||
3807 cpi->oxcf.content == VP9E_CONTENT_SCREEN ||
3872 cpi->oxcf.content != VP9E_CONTENT_SCREEN &&
Dvp9_encodeframe.c1212 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN && in avg_source_sad()
1422 if (cpi->oxcf.content == VP9E_CONTENT_SCREEN && in choose_partitioning()
/external/libvpx/libvpx/test/
Dcpu_speed_test.cc112 tune_content_ = VP9E_CONTENT_SCREEN; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvp8cx.h780 VP9E_CONTENT_SCREEN, enumerator
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c93 { "screen", VP9E_CONTENT_SCREEN },
/external/libvpx/libvpx/
Dvpxenc.c474 { "screen", VP9E_CONTENT_SCREEN },