Home
last modified time | relevance | path

Searched defs:skip_txfm_rd (Results 1 – 1 of 1) sorted by relevance

/external/libaom/av1/encoder/
Dtx_search.c2744 const int64_t skip_txfm_rd = in choose_largest_tx_size() local
2998 const int64_t skip_txfm_rd = RDCOST(x->rdmult, 0, this_rd_stats.sse); in block_rd_txfm() local
3032 const int64_t skip_txfm_rd = RDCOST(x->rdmult, skip_txfm_rate, 0); in av1_estimate_txfm_yrd() local
3159 const int64_t skip_txfm_rd = in av1_uniform_txfm_yrd() local
3349 const int64_t skip_txfm_rd = RDCOST(x->rdmult, skip_txfm_rate, rd_stats->sse); in inter_block_yrd() local
3410 int64_t skip_txfm_rd = RDCOST(x->rdmult, skip_txfm_cost, 0); in select_tx_size_and_type() local
3643 int64_t this_rd = 0, skip_txfm_rd = 0; in av1_txfm_uvrd() local