Searched refs:av1_alloc_pmc (Results 1 – 5 of 5) sorted by relevance
/external/libaom/av1/encoder/ |
D | context_tree.h | 114 PICK_MODE_CONTEXT *av1_alloc_pmc(const struct AV1_COMP *const cpi,
|
D | partition_search.c | 1781 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 …]
|
D | context_tree.c | 67 PICK_MODE_CONTEXT *av1_alloc_pmc(const struct AV1_COMP *const cpi, in av1_alloc_pmc() function
|
D | encoder_alloc.h | 85 av1_alloc_pmc(cpi, BLOCK_16X16, &cpi->td.shared_coeff_buf); in alloc_compressor_data()
|
D | ethread.c | 986 av1_alloc_pmc(ppi->cpi, BLOCK_16X16, &td->shared_coeff_buf); in av1_init_tile_thread_data()
|