Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dexternal_partition.h31 aom_ext_part_funcs_t funcs;
34 aom_codec_err_t av1_ext_part_create(aom_ext_part_funcs_t funcs,
H A Dexternal_partition.c16 aom_codec_err_t av1_ext_part_create(aom_ext_part_funcs_t funcs, in av1_ext_part_create()
/aosp_15_r20/external/libaom/test/
H A Dav1_external_partition_test.cc41 aom_ext_part_funcs_t funcs;
294 aom_ext_part_funcs_t ext_part_funcs; in PreEncodeFrameHook()
326 aom_ext_part_funcs_t ext_part_funcs; in PreEncodeFrameHook()
603 aom_ext_part_funcs_t ext_part_funcs; in PreEncodeFrameHook()
/aosp_15_r20/external/libaom/aom/
H A Daom_external_partition.h445 } aom_ext_part_funcs_t; typedef
H A Daomcx.h2173 AOM_CTRL_USE_TYPE(AV1E_SET_EXTERNAL_PARTITION, aom_ext_part_funcs_t *)
/aosp_15_r20/external/libaom/av1/
H A Dav1_cx_iface.c2603 aom_ext_part_funcs_t funcs = *CAST(AV1E_SET_EXTERNAL_PARTITION, args); in ctrl_set_external_partition()