Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dcontext_tree.h114 PICK_MODE_CONTEXT *av1_alloc_pmc(const struct AV1_COMP *const cpi,
Dpartition_search.c1781 pc_tree->none = av1_alloc_pmc(cpi, bsize, &td->shared_coeff_buf); in av1_rd_use_partition()
1863 av1_alloc_pmc(cpi, subsize, &td->shared_coeff_buf); in av1_rd_use_partition()
1899 av1_alloc_pmc(cpi, subsize, &td->shared_coeff_buf); in av1_rd_use_partition()
2002 av1_alloc_pmc(cpi, split_subsize, &td->shared_coeff_buf); in av1_rd_use_partition()
2437 pc_tree->none = av1_alloc_pmc(cpi, bsize, &td->shared_coeff_buf); in try_split_partition()
2481 av1_alloc_pmc(cpi, subsize, &td->shared_coeff_buf); in try_split_partition()
2618 pc_tree->none = av1_alloc_pmc(cpi, bsize, &td->shared_coeff_buf); in try_merge()
2652 av1_alloc_pmc(cpi, subsize, &td->shared_coeff_buf); in try_merge()
2715 av1_alloc_pmc(cpi, subsize, &td->shared_coeff_buf); in try_merge()
3005 pc_tree->none = av1_alloc_pmc(cpi, bsize, &td->shared_coeff_buf); in av1_nonrd_use_partition()
[all …]
Dcontext_tree.c67 PICK_MODE_CONTEXT *av1_alloc_pmc(const struct AV1_COMP *const cpi, in av1_alloc_pmc() function
Dencoder_alloc.h85 av1_alloc_pmc(cpi, BLOCK_16X16, &cpi->td.shared_coeff_buf); in alloc_compressor_data()
Dethread.c986 av1_alloc_pmc(ppi->cpi, BLOCK_16X16, &td->shared_coeff_buf); in av1_init_tile_thread_data()