Home
last modified time | relevance | path

Searched refs:AOME_SET_ENABLEAUTOALTREF (Results 1 – 21 of 21) sorted by relevance

/external/libaom/libaom/aom/
Daomcx.h186 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/
Dhorz_superres_test.cc130 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()
Dborders_test.cc38 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
Dethread_test.cc78 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
83 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 0); in PreEncodeFrameHook()
Dframe_size_tests.cc40 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
Dfwd_kf_test.cc73 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
Daltref_test.cc39 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
Dmotion_vector_test.cc69 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
Dgf_max_pyr_height_test.cc80 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
Dlevel_test.cc61 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
Dsuperframe_test.cc49 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
Dcpu_speed_test.cc53 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
Dend_to_end_test.cc142 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
Dencode_perf_test.cc93 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 0); in PreEncodeFrameHook()
Darf_freq_test.cc153 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
Dav1_ext_tile_test.cc83 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 0); in PreEncodeFrameHook()
Dencode_test_driver.cc204 encoder->Control(AOME_SET_ENABLEAUTOALTREF, 0); in RunLoop()
/external/libaom/libaom/examples/
Dlightfield_encoder.c145 if (aom_codec_control(&codec, AOME_SET_ENABLEAUTOALTREF, 0)) in pass0()
258 if (aom_codec_control(&codec, AOME_SET_ENABLEAUTOALTREF, 0)) in pass1()
Daom_cx_set_ref.c300 if (aom_codec_control(&ecodec, AOME_SET_ENABLEAUTOALTREF, 0)) in main()
/external/libaom/libaom/av1/
Dav1_cx_iface.c932 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/
Daomenc.c877 AOME_SET_ENABLEAUTOALTREF,
1351 if (key == AOME_SET_ENABLEAUTOALTREF && config->arg_ctrls[j][1] > 1) { in set_config_arg_ctrls()