Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtokenize.h65 const int eob_max = av1_get_max_eob(tx_size); in av1_get_tx_eob()
Dencodemb.c179 const int n_coeffs = av1_get_max_eob(tx_size); in av1_xform_quant()
Dencodetxb.c1830 const int seg_eob = av1_get_max_eob(tx_size);
Drdopt.c2284 const int buffer_length = av1_get_max_eob(tx_size); in dist_block_tx_domain()
/external/libaom/libaom/av1/common/
Didct.c310 assert(eob <= av1_get_max_eob(tx_size)); in av1_inverse_transform_block()
Dblockd.h1156 static INLINE int av1_get_max_eob(TX_SIZE tx_size) { in av1_get_max_eob() function
/external/libaom/libaom/test/
Dquantize_func_test.cc176 int coeff_num() const { return av1_get_max_eob(tx_size_); } in coeff_num()