Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.h58 int av1_cost_coeffs_txb_laplacian(const MACROBLOCK *x, const int plane,
Dtx_search.c1397 rate_cost = av1_cost_coeffs_txb_laplacian(x, plane, block, tx_size, tx_type, in prune_txk_type_separ()
1427 rate_cost = av1_cost_coeffs_txb_laplacian(x, plane, block, tx_size, tx_type, in prune_txk_type_separ()
1510 rate_cost = av1_cost_coeffs_txb_laplacian(x, plane, block, tx_size, tx_type, in prune_txk_type()
Dencodetxb.c938 int av1_cost_coeffs_txb_laplacian(const MACROBLOCK *x, const int plane, function