Searched refs:AV1E_SET_TUNE_CONTENT (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/test/ |
D | horz_superres_test.cc | 126 encoder->Control(AV1E_SET_TUNE_CONTENT, AOM_CONTENT_SCREEN); in PreEncodeFrameHook() 128 encoder->Control(AV1E_SET_TUNE_CONTENT, AOM_CONTENT_DEFAULT); in PreEncodeFrameHook() 231 encoder->Control(AV1E_SET_TUNE_CONTENT, AOM_CONTENT_SCREEN); in PreEncodeFrameHook() 233 encoder->Control(AV1E_SET_TUNE_CONTENT, AOM_CONTENT_DEFAULT); in PreEncodeFrameHook() 342 encoder->Control(AV1E_SET_TUNE_CONTENT, AOM_CONTENT_SCREEN); in PreEncodeFrameHook() 344 encoder->Control(AV1E_SET_TUNE_CONTENT, AOM_CONTENT_DEFAULT); in PreEncodeFrameHook()
|
D | end_to_end_test.cc | 138 encoder->Control(AV1E_SET_TUNE_CONTENT, AOM_CONTENT_SCREEN); in PreEncodeFrameHook() 140 encoder->Control(AV1E_SET_TUNE_CONTENT, AOM_CONTENT_DEFAULT); in PreEncodeFrameHook()
|
D | rt_end_to_end_test.cc | 91 encoder->Control(AV1E_SET_TUNE_CONTENT, AOM_CONTENT_DEFAULT); in PreEncodeFrameHook()
|
D | cpu_speed_test.cc | 51 encoder->Control(AV1E_SET_TUNE_CONTENT, tune_content_); in PreEncodeFrameHook()
|
/external/libaom/libaom/aom/ |
D | aomcx.h | 398 AV1E_SET_TUNE_CONTENT, enumerator 1414 AOM_CTRL_USE_TYPE(AV1E_SET_TUNE_CONTENT, int) /* aom_tune_content */
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 2058 extra_cfg.content = CAST(AV1E_SET_TUNE_CONTENT, args); in ctrl_set_tune_content() 2235 { AV1E_SET_TUNE_CONTENT, ctrl_set_tune_content },
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 943 AV1E_SET_TUNE_CONTENT,
|