Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c325 const int is_eob, const TxbInfo *const txb_info, argument
335 if (is_eob) {
356 const int is_eob, const TX_SIZE tx_size, argument
358 if (is_eob) {
370 const int is_eob, argument
391 scan_idx, is_eob, txb_info->tx_size, tx_class);
392 const int qc_cost = get_coeff_cost(qc, scan_idx, is_eob, txb_info, txb_costs,
411 if (is_eob && stats->low_qc == 0) {
424 get_coeff_cost(stats->low_qc, scan_idx, is_eob, txb_info, txb_costs,
435 const int is_eob = 0; local
[all …]