Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/test/
H A Dav1_external_partition_test.cc294 aom_ext_part_funcs_t ext_part_funcs; in PreEncodeFrameHook() local
295 ext_part_funcs.priv = reinterpret_cast<void *>(&test_data_); in PreEncodeFrameHook()
296 ext_part_funcs.decision_mode = AOM_EXT_PART_WHOLE_TREE; in PreEncodeFrameHook()
297 ext_part_funcs.create_model = ext_part_create_model; in PreEncodeFrameHook()
298 ext_part_funcs.send_features = ext_part_send_features; in PreEncodeFrameHook()
299 ext_part_funcs.get_partition_decision = in PreEncodeFrameHook()
301 ext_part_funcs.send_partition_stats = ext_part_send_partition_stats; in PreEncodeFrameHook()
302 ext_part_funcs.delete_model = ext_part_delete_model; in PreEncodeFrameHook()
307 encoder->Control(AV1E_SET_EXTERNAL_PARTITION, &ext_part_funcs); in PreEncodeFrameHook()
326 aom_ext_part_funcs_t ext_part_funcs; in PreEncodeFrameHook() local
[all …]