Home
last modified time | relevance | path

Searched refs:pc_root (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dcontext_tree.c184 td->pc_root[i] = &td->pc_tree[tree_nodes - 1]; in av1_setup_pc_tree()
185 td->pc_root[i]->none.best_mode_index = 2; in av1_setup_pc_tree()
188 td->pc_root[i] = td->pc_root[i + 1]->split[0]; in av1_setup_pc_tree()
189 td->pc_root[i]->none.best_mode_index = 2; in av1_setup_pc_tree()
Dencodeframe.c4414 PC_TREE *const pc_root = td->pc_root[mib_size_log2 - MIN_MIB_SIZE_LOG2]; in first_partition_search_pass() local
4417 &dummy_rdc, INT64_MAX, pc_root, NULL); in first_partition_search_pass()
4439 pc_root->index = 0; in first_partition_search_pass()
4751 PC_TREE *const pc_root = td->pc_root[mib_size_log2 - MIN_MIB_SIZE_LOG2]; in encode_sb_row() local
4752 pc_root->index = 0; in encode_sb_row()
4758 init_simple_motion_search_mvs(pc_root); in encode_sb_row()
4788 &dummy_rate, &dummy_dist, 1, pc_root); in encode_sb_row()
4795 &dummy_rate, &dummy_dist, 1, pc_root); in encode_sb_row()
4801 &dummy_rate, &dummy_dist, 1, pc_root); in encode_sb_row()
4815 reset_partition(pc_root, sb_size); in encode_sb_row()
[all …]
Dencoder.h590 PC_TREE *pc_root[MAX_MIB_SIZE_LOG2 - MIN_MIB_SIZE_LOG2 + 1]; member
Dfirstpass.c333 &cpi->td.pc_root[MAX_MIB_SIZE_LOG2 - MIN_MIB_SIZE_LOG2]->none; in av1_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.c137 td->pc_root = &td->pc_tree[tree_nodes - 1]; in vp9_setup_pc_tree()
138 td->pc_root[0].none.best_mode_index = 2; in vp9_setup_pc_tree()
Dvp9_ethread.c202 PICK_MODE_CONTEXT *ctx = &thread_data->td->pc_root->none; in vp9_encode_tiles_mt()
642 PICK_MODE_CONTEXT *ctx = &thread_data->td->pc_root->none; in vp9_encode_tiles_row_mt()
Dvp9_encodeframe.c4253 td->pc_root->index = 0; in encode_rd_sb_row()
4269 &dummy_rate, &dummy_dist, 1, td->pc_root); in encode_rd_sb_row()
4276 &dummy_rate, &dummy_dist, 1, td->pc_root); in encode_rd_sb_row()
4281 &dummy_rate, &dummy_dist, 1, td->pc_root); in encode_rd_sb_row()
4297 td->pc_root->none.rdcost = 0; in encode_rd_sb_row()
4299 &dummy_rdc, INT64_MAX, td->pc_root); in encode_rd_sb_row()
5328 BLOCK_64X64, 1, &dummy_rdc, td->pc_root); in encode_nonrd_sb_row()
5338 td->pc_root); in encode_nonrd_sb_row()
5344 BLOCK_64X64, 1, &dummy_rdc, td->pc_root); in encode_nonrd_sb_row()
5350 BLOCK_64X64, 1, &dummy_rdc, td->pc_root); in encode_nonrd_sb_row()
[all …]
Dvp9_encoder.h430 PC_TREE *pc_root; member
Dvp9_firstpass.c827 const PICK_MODE_CONTEXT *ctx = &td->pc_root->none; in vp9_first_pass_encode_tile_mb_row()