Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1118 const TX_SIZE intra_tx_size = in vp9_pick_intra_mode() local
1149 mi->tx_size = intra_tx_size; in vp9_pick_intra_mode()
2408 TX_SIZE intra_tx_size = in vp9_pick_inter_mode() local
2411 if (cpi->oxcf.content != VP9E_CONTENT_SCREEN && intra_tx_size > TX_16X16) in vp9_pick_inter_mode()
2412 intra_tx_size = TX_16X16; in vp9_pick_inter_mode()
2463 mi->tx_size = intra_tx_size; in vp9_pick_inter_mode()
/external/libaom/libaom/tools/
Daom_entropy_optimizer.c637 &fc.intra_tx_size[0][0][0], probsfile, 3, cts_each_dim, in main()
/external/libaom/libaom/av1/encoder/
Dencoder.h469 unsigned int intra_tx_size[MAX_TX_CATS][TX_SIZE_CONTEXTS][MAX_TX_DEPTH + 1]; member
Dencodeframe.c6066 ++td->counts->intra_tx_size[tx_size_cat][tx_size_ctx][depth]; in encode_superblock()
6073 TX_SIZE intra_tx_size; in encode_superblock() local
6077 intra_tx_size = TX_4X4; in encode_superblock()
6079 intra_tx_size = tx_size_from_tx_mode(bsize, cm->tx_mode); in encode_superblock()
6082 intra_tx_size = mbmi->tx_size; in encode_superblock()
6088 mi_4x4[mis * j + i]->tx_size = intra_tx_size; in encode_superblock()
6090 if (intra_tx_size != max_txsize_rect_lookup[bsize]) ++x->txb_split_count; in encode_superblock()