Searched refs:init_depth (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 3753 int depth, init_depth; in choose_tx_size_type_from_rd() local 3757 init_depth = get_search_init_depth(mi_size_wide[bs], mi_size_high[bs], in choose_tx_size_type_from_rd() 3762 init_depth = MAX_TX_DEPTH; in choose_tx_size_type_from_rd() 3773 depth = init_depth; in choose_tx_size_type_from_rd() 3799 if (depth > init_depth && depth != MAX_TX_DEPTH && in choose_tx_size_type_from_rd() 5426 const int init_depth = in select_tx_size_and_type() local 5444 select_tx_block(cpi, x, idy, idx, block, max_tx_size, init_depth, in select_tx_size_and_type() 5603 const int init_depth = in inter_block_yrd() local 5622 init_depth, ctxa, ctxl, tx_above, tx_left, in inter_block_yrd()
|