Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dvar_based_part.h88 int av1_choose_var_based_partitioning(AV1_COMP *cpi, const TileInfo *const tile,
H A Dencodeframe.c555 av1_choose_var_based_partitioning(cpi, tile_info, td, x, mi_row, mi_col); in encode_nonrd_sb()
797 av1_choose_var_based_partitioning(cpi, tile_info, td, x, mi_row, mi_col); in encode_rd_sb()
H A Dvar_based_part.c1566 int av1_choose_var_based_partitioning(AV1_COMP *cpi, const TileInfo *const tile, in av1_choose_var_based_partitioning() function