Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.h64 int av1_cost_coeffs_txb_estimate(const MACROBLOCK *x, const int plane,
Dencodetxb.c869 cost += av1_cost_coeffs_txb_estimate(x, plane, block, tx_size, tx_type);
880 int av1_cost_coeffs_txb_estimate(const MACROBLOCK *x, const int plane, function