Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_search.c1083 int *rate_cost, uint16_t best_eob) { in recon_intra() argument
1088 if (!is_inter && best_eob && in recon_intra()
2100 uint16_t best_eob = 0; in search_tx_type() local
2143 best_eob = intra_txb_rd_info->eob; in search_tx_type()
2148 txb_ctx, skip_trellis, best_tx_type, 1, &rate_cost, best_eob); in search_tx_type()
2314 best_eob = x->plane[plane].eobs[block]; in search_tx_type()
2374 if (cpi->sf.tx_sf.tx_type_search.skip_tx_search && !best_eob) break; in search_tx_type()
2379 best_rd_stats->skip = best_eob == 0; in search_tx_type()
2382 x->plane[plane].eobs[block] = best_eob; in search_tx_type()
2389 if (calc_pixel_domain_distortion_final && best_eob) { in search_tx_type()
[all …]