Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dcontext_tree.h114 PICK_MODE_CONTEXT *av1_alloc_pmc(const struct AV1_COMP *const cpi,
H A Dpartition_search.c1776 pc_tree->none = av1_alloc_pmc(cpi, bsize, &td->shared_coeff_buf); in av1_rd_use_partition()
1858 av1_alloc_pmc(cpi, subsize, &td->shared_coeff_buf); in av1_rd_use_partition()
1894 av1_alloc_pmc(cpi, subsize, &td->shared_coeff_buf); in av1_rd_use_partition()
1997 av1_alloc_pmc(cpi, split_subsize, &td->shared_coeff_buf); in av1_rd_use_partition()
2432 pc_tree->none = av1_alloc_pmc(cpi, bsize, &td->shared_coeff_buf); in try_split_partition()
2476 av1_alloc_pmc(cpi, subsize, &td->shared_coeff_buf); in try_split_partition()
2613 pc_tree->none = av1_alloc_pmc(cpi, bsize, &td->shared_coeff_buf); in try_merge()
2647 av1_alloc_pmc(cpi, subsize, &td->shared_coeff_buf); in try_merge()
2710 av1_alloc_pmc(cpi, subsize, &td->shared_coeff_buf); in try_merge()
3000 pc_tree->none = av1_alloc_pmc(cpi, bsize, &td->shared_coeff_buf); in av1_nonrd_use_partition()
[all …]
H A Dcontext_tree.c67 PICK_MODE_CONTEXT *av1_alloc_pmc(const struct AV1_COMP *const cpi, in av1_alloc_pmc() function
H A Dencoder_alloc.h85 av1_alloc_pmc(cpi, BLOCK_16X16, &cpi->td.shared_coeff_buf); in alloc_compressor_data()
H A Dethread.c986 av1_alloc_pmc(ppi->cpi, BLOCK_16X16, &td->shared_coeff_buf); in av1_init_tile_thread_data()