Searched refs:init_depth (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tx_search.c | 2751 int init_depth; in choose_tx_size_type_from_rd() local 2755 init_depth = get_search_init_depth(mi_size_wide[bs], mi_size_high[bs], in choose_tx_size_type_from_rd() 2762 init_depth = MAX_TX_DEPTH; in choose_tx_size_type_from_rd() 2773 for (int tx_size = start_tx, depth = init_depth; depth <= MAX_TX_DEPTH; in choose_tx_size_type_from_rd() 2792 if (depth > init_depth && depth != MAX_TX_DEPTH && in choose_tx_size_type_from_rd() 3048 const int init_depth = get_search_init_depth(mi_width, mi_height, 1, &cpi->sf, in inter_block_yrd() local 3063 tx_block_yrd(cpi, x, idy, idx, block, max_tx_size, bsize, init_depth, in inter_block_yrd() 3129 const int init_depth = get_search_init_depth(mi_width, mi_height, 1, &cpi->sf, in select_tx_size_and_type() local 3152 select_tx_block(cpi, x, idy, idx, block, max_tx_size, init_depth, bsize, in select_tx_size_and_type()
|