Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/
H A Dconfigure563 enabled supertx && disable_feature mrc_tx
623 if enabled supertx; then
626 disable_feature supertx
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/tools/
H A Daom_entropy_optimizer.c758 &fc.supertx[0][0][0], probsfile, 3, cts_each_dim, NULL, 1, in main()
761 optimize_cdf_table(&fc.supertx[0][0][0], probsfile, 3, cts_each_dim, in main()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dentropymode.h560 unsigned int supertx[PARTITION_SUPERTX_CONTEXTS][TX_SIZES][2]; member
H A Dentropymode.c5955 pre_fc->supertx_prob[i][j], counts->supertx[i][j]); in av1_adapt_inter_frame_probs()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dbitstream.c596 &cm->fc->supertx_prob[i][j], cm->counts.supertx[i][j], probwt);
605 cm->counts.supertx[i][j], probwt);
H A Dencodeframe.c2259 td->counts->supertx[partition_supertx_context_lookup[partition]] in encode_sb()
2295 td->counts->supertx[partition_supertx_context_lookup[partition]] in encode_sb()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Ddecodeframe.c2358 xd->counts->supertx[supertx_context][supertx_size][supertx_enabled]++; in decode_partition()