Searched refs:AOME_SET_ENABLEAUTOALTREF (Results 1 – 21 of 21) sorted by relevance
/external/libaom/libaom/aom/ |
D | aomcx.h | 186 AOME_SET_ENABLEAUTOALTREF, enumerator 190 AOME_SET_SHARPNESS = AOME_SET_ENABLEAUTOALTREF + 2, 1206 AOM_CTRL_USE_TYPE(AOME_SET_ENABLEAUTOALTREF, unsigned int)
|
/external/libaom/libaom/test/ |
D | horz_superres_test.cc | 130 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook() 235 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook() 346 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | borders_test.cc | 38 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | ethread_test.cc | 78 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook() 83 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 0); in PreEncodeFrameHook()
|
D | frame_size_tests.cc | 40 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | fwd_kf_test.cc | 73 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | altref_test.cc | 39 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | motion_vector_test.cc | 69 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | gf_max_pyr_height_test.cc | 80 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | level_test.cc | 61 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | superframe_test.cc | 49 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | cpu_speed_test.cc | 53 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | end_to_end_test.cc | 142 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | encode_perf_test.cc | 93 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 0); in PreEncodeFrameHook()
|
D | arf_freq_test.cc | 153 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
|
D | av1_ext_tile_test.cc | 83 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 0); in PreEncodeFrameHook()
|
D | encode_test_driver.cc | 204 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 0); in RunLoop()
|
/external/libaom/libaom/examples/ |
D | lightfield_encoder.c | 145 if (aom_codec_control(&codec, AOME_SET_ENABLEAUTOALTREF, 0)) in pass0() 258 if (aom_codec_control(&codec, AOME_SET_ENABLEAUTOALTREF, 0)) in pass1()
|
D | aom_cx_set_ref.c | 300 if (aom_codec_control(&ecodec, AOME_SET_ENABLEAUTOALTREF, 0)) in main()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 932 extra_cfg.enable_auto_alt_ref = CAST(AOME_SET_ENABLEAUTOALTREF, args); in ctrl_set_enable_auto_alt_ref() 2155 { AOME_SET_ENABLEAUTOALTREF, ctrl_set_enable_auto_alt_ref },
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 877 AOME_SET_ENABLEAUTOALTREF, 1351 if (key == AOME_SET_ENABLEAUTOALTREF && config->arg_ctrls[j][1] > 1) { in set_config_arg_ctrls()
|