Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c1425 const TX_SIZE intra_tx_size = local
1449 mi->tx_size = intra_tx_size;
2006 TX_SIZE intra_tx_size = local
2047 mi->tx_size = intra_tx_size;
Dencodeframe.c6422 ++td->counts->intra_tx_size[tx_size_cat][tx_size_ctx][depth]; in encode_superblock()
6429 TX_SIZE intra_tx_size; in encode_superblock() local
6433 intra_tx_size = TX_4X4; in encode_superblock()
6435 intra_tx_size = tx_size_from_tx_mode(bsize, x->tx_mode_search_type); in encode_superblock()
6438 intra_tx_size = mbmi->tx_size; in encode_superblock()
6445 mi_4x4[mis * j + i]->tx_size = intra_tx_size; in encode_superblock()
6447 if (intra_tx_size != max_txsize_rect_lookup[bsize]) ++x->txb_split_count; in encode_superblock()
Dencoder.h545 unsigned int intra_tx_size[MAX_TX_CATS][TX_SIZE_CONTEXTS][MAX_TX_DEPTH + 1]; member
/external/libaom/libaom/tools/
Daom_entropy_optimizer.c640 &fc.intra_tx_size[0][0][0], probsfile, 3, cts_each_dim, in main()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1153 const TX_SIZE intra_tx_size = in vp9_pick_intra_mode() local
1184 mi->tx_size = intra_tx_size; in vp9_pick_intra_mode()
2521 TX_SIZE intra_tx_size = in vp9_pick_inter_mode() local
2587 mi->tx_size = intra_tx_size; in vp9_pick_inter_mode()