Home
last modified time | relevance | path

Searched refs:tx_size (Results 1 – 25 of 1833) sorted by relevance

12345678910>>...74

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dtxb_common.c105 for (tx_size = 0; tx_size < TX_SIZES; ++tx_size) { in av1_init_txb_probs()
124 for (tx_size = 0; tx_size < TX_SIZES; ++tx_size) { in av1_init_txb_probs()
137 for (tx_size = 0; tx_size < TX_SIZES; ++tx_size) { in av1_init_txb_probs()
155 for (tx_size = 0; tx_size < TX_SIZES; ++tx_size) { in av1_init_txb_probs()
176 for (tx_size = 0; tx_size < TX_SIZES; ++tx_size) { in av1_init_txb_probs()
186 for (tx_size = 0; tx_size < TX_SIZES; ++tx_size) { in av1_init_txb_probs()
200 for (tx_size = 0; tx_size < TX_SIZES; ++tx_size) { in av1_init_txb_probs()
225 for (tx_size = 0; tx_size < TX_SIZES; ++tx_size) in av1_adapt_txb_probs()
236 for (tx_size = 0; tx_size < TX_SIZES; ++tx_size) in av1_adapt_txb_probs()
245 for (tx_size = 0; tx_size < TX_SIZES; ++tx_size) { in av1_adapt_txb_probs()
[all …]
H A Dscan.h47 void av1_update_sort_order(TX_SIZE tx_size, TX_TYPE tx_type,
56 void av1_update_scan_order(TX_SIZE tx_size, TX_TYPE tx_type,
70 TX_SIZE tx_size);
86 return is_inter ? &av1_inter_scan_orders[tx_size][tx_type] in get_default_scan()
87 : &av1_intra_scan_orders[tx_size][tx_type]; in get_default_scan()
90 return &av1_intra_scan_orders[tx_size][tx_type]; in get_default_scan()
95 (void)tx_size; in do_adapt_scan()
120 if (!do_adapt_scan(tx_size, tx_type)) in get_scan()
121 return get_default_scan(tx_size, tx_type, is_inter); in get_scan()
124 return &cm->fc->sc[tx_size][tx_type]; in get_scan()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/
H A DInvTxfm2dAsmTest.cc186 const TxSize tx_size) { in get_rect_type2_func_pair() argument
187 switch (tx_size) { in get_rect_type2_func_pair()
332 type, tx_size, eob, bd_); in run_rect_type1_txfm_match_test()
433 if (tx_size >= TX_SIZES && lowbd_rect_ref_funcs[tx_size] == nullptr) in run_lowbd_txfm_match_test()
461 tx_size, in run_lowbd_txfm_match_test()
463 if (tx_size >= TX_SIZES) in run_lowbd_txfm_match_test()
663 fwd_txfm_func[tx_size]( in populate_with_random()
666 switch (tx_size) { in populate_with_random()
694 run_sqr_txfm_match_test(tx_size, 0); in TEST_P()
695 run_sqr_txfm_match_test(tx_size, 1); in TEST_P()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/
H A DInvTxfm2dAsmTest.cc186 const TxSize tx_size) { in get_rect_type2_func_pair() argument
187 switch (tx_size) { in get_rect_type2_func_pair()
332 type, tx_size, eob, bd_); in run_rect_type1_txfm_match_test()
433 if (tx_size >= TX_SIZES && lowbd_rect_ref_funcs[tx_size] == nullptr) in run_lowbd_txfm_match_test()
461 tx_size, in run_lowbd_txfm_match_test()
463 if (tx_size >= TX_SIZES) in run_lowbd_txfm_match_test()
663 fwd_txfm_func[tx_size]( in populate_with_random()
666 switch (tx_size) { in populate_with_random()
694 run_sqr_txfm_match_test(tx_size, 0); in TEST_P()
695 run_sqr_txfm_match_test(tx_size, 1); in TEST_P()
[all …]
/dports/multimedia/aom/aom-3.2.0/test/
H A Dencodemb_test.cc27 const int max_eob = av1_get_max_eob(tx_size); in ToScanOrder()
38 const int max_eob = av1_get_max_eob(tx_size); in ToLexicoOrder()
54 const int max_eob = av1_get_max_eob(tx_size); in Dropout()
100 const TX_SIZE tx_size = TX_8X4; in TEST() local
116 const TX_SIZE tx_size = TX_8X4; in TEST() local
132 const TX_SIZE tx_size = TX_8X4; in TEST() local
151 const TX_SIZE tx_size = TX_8X4; in TEST() local
168 const TX_SIZE tx_size = TX_8X4; in TEST() local
188 const TX_SIZE tx_size = TX_8X4; in TEST() local
204 const TX_SIZE tx_size = TX_8X4; in TEST() local
[all …]
H A Dencodetxb_test.cc68 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in GetNzMapContextsRun() local
69 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in GetNzMapContextsRun()
72 const int real_width = tx_size_wide[tx_size]; in GetNzMapContextsRun()
73 const int real_height = tx_size_high[tx_size]; in GetNzMapContextsRun()
104 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in SpeedTestGetNzMapContextsRun() local
105 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
106 const int width = get_txb_wide((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
108 const int real_width = tx_size_wide[tx_size]; in SpeedTestGetNzMapContextsRun()
109 const int real_height = tx_size_high[tx_size]; in SpeedTestGetNzMapContextsRun()
222 const int width = get_txb_wide((TX_SIZE)tx_size); in RunTest()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dencodetxb_test.cc69 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in GetNzMapContextsRun() local
70 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in GetNzMapContextsRun()
73 const int real_width = tx_size_wide[tx_size]; in GetNzMapContextsRun()
74 const int real_height = tx_size_high[tx_size]; in GetNzMapContextsRun()
104 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in SpeedTestGetNzMapContextsRun() local
105 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
106 const int width = get_txb_wide((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
108 const int real_width = tx_size_wide[tx_size]; in SpeedTestGetNzMapContextsRun()
109 const int real_height = tx_size_high[tx_size]; in SpeedTestGetNzMapContextsRun()
200 const int width = get_txb_wide((TX_SIZE)tx_size); in RunTest()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Dencodetxb_test.cc69 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in GetNzMapContextsRun() local
70 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in GetNzMapContextsRun()
73 const int real_width = tx_size_wide[tx_size]; in GetNzMapContextsRun()
74 const int real_height = tx_size_high[tx_size]; in GetNzMapContextsRun()
104 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in SpeedTestGetNzMapContextsRun() local
105 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
106 const int width = get_txb_wide((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
108 const int real_width = tx_size_wide[tx_size]; in SpeedTestGetNzMapContextsRun()
109 const int real_height = tx_size_high[tx_size]; in SpeedTestGetNzMapContextsRun()
200 const int width = get_txb_wide((TX_SIZE)tx_size); in RunTest()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Dencodetxb_test.cc69 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in GetNzMapContextsRun() local
70 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in GetNzMapContextsRun()
73 const int real_width = tx_size_wide[tx_size]; in GetNzMapContextsRun()
74 const int real_height = tx_size_high[tx_size]; in GetNzMapContextsRun()
104 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in SpeedTestGetNzMapContextsRun() local
105 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
106 const int width = get_txb_wide((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
108 const int real_width = tx_size_wide[tx_size]; in SpeedTestGetNzMapContextsRun()
109 const int real_height = tx_size_high[tx_size]; in SpeedTestGetNzMapContextsRun()
200 const int width = get_txb_wide((TX_SIZE)tx_size); in RunTest()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/test/
H A Dencodetxb_test.cc69 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in GetNzMapContextsRun() local
70 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in GetNzMapContextsRun()
73 const int real_width = tx_size_wide[tx_size]; in GetNzMapContextsRun()
74 const int real_height = tx_size_high[tx_size]; in GetNzMapContextsRun()
104 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in SpeedTestGetNzMapContextsRun() local
105 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
106 const int width = get_txb_wide((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
108 const int real_width = tx_size_wide[tx_size]; in SpeedTestGetNzMapContextsRun()
109 const int real_height = tx_size_high[tx_size]; in SpeedTestGetNzMapContextsRun()
200 const int width = get_txb_wide((TX_SIZE)tx_size); in RunTest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dencodetxb_test.cc70 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in GetNzMapContextsRun() local
71 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in GetNzMapContextsRun()
74 const int real_width = tx_size_wide[tx_size]; in GetNzMapContextsRun()
75 const int real_height = tx_size_high[tx_size]; in GetNzMapContextsRun()
106 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in SpeedTestGetNzMapContextsRun() local
107 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
108 const int width = get_txb_wide((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
110 const int real_width = tx_size_wide[tx_size]; in SpeedTestGetNzMapContextsRun()
111 const int real_height = tx_size_high[tx_size]; in SpeedTestGetNzMapContextsRun()
224 const int width = get_txb_wide((TX_SIZE)tx_size); in RunTest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dencodemb.c63 const int tx1d_width = tx_size_wide[tx_size]; in av1_subtract_txb()
64 const int tx1d_height = tx_size_high[tx_size]; in av1_subtract_txb()
138 const int tx_width = tx_size_wide[tx_size]; in av1_dropout_qcoeff()
139 const int tx_height = tx_size_high[tx_size]; in av1_dropout_qcoeff()
140 const int max_eob = av1_get_max_eob(tx_size); in av1_dropout_qcoeff()
336 txfm_param->tx_size = tx_size; in av1_setup_xform()
347 qparam->tx_size = tx_size; in av1_setup_quant()
504 if (tx_size == plane_tx_size || plane) { in encode_block_inter()
508 assert(tx_size < TX_SIZES_ALL); in encode_block_inter()
510 assert(IMPLIES(tx_size <= TX_4X4, sub_txs == tx_size)); in encode_block_inter()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dencodemb.c63 const int tx1d_width = tx_size_wide[tx_size]; in av1_subtract_txb()
64 const int tx1d_height = tx_size_high[tx_size]; in av1_subtract_txb()
138 const int tx_width = tx_size_wide[tx_size]; in av1_dropout_qcoeff()
139 const int tx_height = tx_size_high[tx_size]; in av1_dropout_qcoeff()
140 const int max_eob = av1_get_max_eob(tx_size); in av1_dropout_qcoeff()
336 txfm_param->tx_size = tx_size; in av1_setup_xform()
347 qparam->tx_size = tx_size; in av1_setup_quant()
504 if (tx_size == plane_tx_size || plane) { in encode_block_inter()
508 assert(tx_size < TX_SIZES_ALL); in encode_block_inter()
510 assert(IMPLIES(tx_size <= TX_4X4, sub_txs == tx_size)); in encode_block_inter()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dencodemb.c64 const int tx1d_width = tx_size_wide[tx_size]; in av1_subtract_txb()
65 const int tx1d_height = tx_size_high[tx_size]; in av1_subtract_txb()
137 const int tx_width = tx_size_wide[tx_size]; in av1_dropout_qcoeff()
138 const int tx_height = tx_size_high[tx_size]; in av1_dropout_qcoeff()
166 const int max_eob = av1_get_max_eob(tx_size); in av1_dropout_qcoeff_num()
348 txfm_param->tx_size = tx_size; in av1_setup_xform()
359 qparam->tx_size = tx_size; in av1_setup_quant()
516 if (tx_size == plane_tx_size || plane) { in encode_block_inter()
520 assert(tx_size < TX_SIZES_ALL); in encode_block_inter()
522 assert(IMPLIES(tx_size <= TX_4X4, sub_txs == tx_size)); in encode_block_inter()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/src/context/
H A Dtransform_unit.rs126 let tx_size_sqr = tx_size.sqr(); in get_tx_set()
609 tx_size: TxSize, in write_tx_size_intra()
614 while tx_size != ctx_size { in write_tx_size_intra()
626 tx_size = sub_tx_size_map[tx_size as usize]; in write_tx_size_intra()
635 while tx_size != TX_4X4 { in write_tx_size_intra()
637 tx_size = sub_tx_size_map[tx_size as usize]; in write_tx_size_intra()
710 < tx_size.width()) as usize; in txfm_partition_context()
743 self.bc.update_tx_size_context(bo, tx_size.block_size(), tx_size, false); in write_tx_size_inter()
773 (tx_size.sqr() as usize + tx_size.sqr_up() as usize + 1) >> 1 in get_txsize_entropy_ctx()
841 tx_size: TxSize, in get_nz_map_ctx_from_stats()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/src/context/
H A Dtransform_unit.rs126 let tx_size_sqr = tx_size.sqr(); in get_tx_set()
609 tx_size: TxSize, in write_tx_size_intra()
614 while tx_size != ctx_size { in write_tx_size_intra()
626 tx_size = sub_tx_size_map[tx_size as usize]; in write_tx_size_intra()
635 while tx_size != TX_4X4 { in write_tx_size_intra()
637 tx_size = sub_tx_size_map[tx_size as usize]; in write_tx_size_intra()
710 < tx_size.width()) as usize; in txfm_partition_context()
743 self.bc.update_tx_size_context(bo, tx_size.block_size(), tx_size, false); in write_tx_size_inter()
773 (tx_size.sqr() as usize + tx_size.sqr_up() as usize + 1) >> 1 in get_txsize_entropy_ctx()
841 tx_size: TxSize, in get_nz_map_ctx_from_stats()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/context/
H A Dtransform_unit.rs126 let tx_size_sqr = tx_size.sqr(); in get_tx_set()
603 tx_size: TxSize, in write_tx_size_intra()
608 while tx_size != ctx_size { in write_tx_size_intra()
620 tx_size = sub_tx_size_map[tx_size as usize]; in write_tx_size_intra()
629 while tx_size != TX_4X4 { in write_tx_size_intra()
631 tx_size = sub_tx_size_map[tx_size as usize]; in write_tx_size_intra()
703 < tx_size.width()) as usize; in txfm_partition_context()
741 self.bc.update_tx_size_context(bo, tx_size.block_size(), tx_size, false); in write_tx_size_inter()
771 (tx_size.sqr() as usize + tx_size.sqr_up() as usize + 1) >> 1 in get_txsize_entropy_ctx()
839 tx_size: TxSize, in get_nz_map_ctx_from_stats()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dencodemb.c63 const int tx1d_width = tx_size_wide[tx_size]; in av1_subtract_txb()
64 const int tx1d_height = tx_size_high[tx_size]; in av1_subtract_txb()
141 const int tx_width = tx_size_wide[tx_size]; in av1_dropout_qcoeff()
142 const int tx_height = tx_size_high[tx_size]; in av1_dropout_qcoeff()
143 const int max_eob = av1_get_max_eob(tx_size); in av1_dropout_qcoeff()
316 txfm_param->tx_size = tx_size; in av1_setup_xform()
327 qparam->tx_size = tx_size; in av1_setup_quant()
490 if (tx_size == plane_tx_size || plane) { in encode_block_inter()
494 assert(tx_size < TX_SIZES_ALL); in encode_block_inter()
496 assert(IMPLIES(tx_size <= TX_4X4, sub_txs == tx_size)); in encode_block_inter()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dencodemb.c74 const int tx1d_width = tx_size_wide[tx_size]; in av1_subtract_txb()
75 const int tx1d_height = tx_size_high[tx_size]; in av1_subtract_txb()
162 qparam.log_scale = av1_get_tx_scale(tx_size); in av1_xform_quant()
163 qparam.tx_size = tx_size; in av1_xform_quant()
168 txfm_param.tx_size = tx_size; in av1_xform_quant()
283 BLOCK_SIZE bsize = txsize_to_bsize[tx_size]; in encode_block()
321 if (tx_size == plane_tx_size || plane) { in encode_block_inter()
325 assert(tx_size < TX_SIZES_ALL); in encode_block_inter()
327 assert(IMPLIES(tx_size <= TX_4X4, sub_txs == tx_size)); in encode_block_inter()
328 assert(IMPLIES(tx_size > TX_4X4, sub_txs < tx_size)); in encode_block_inter()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dencodemb.c74 const int tx1d_width = tx_size_wide[tx_size]; in av1_subtract_txb()
75 const int tx1d_height = tx_size_high[tx_size]; in av1_subtract_txb()
162 qparam.log_scale = av1_get_tx_scale(tx_size); in av1_xform_quant()
163 qparam.tx_size = tx_size; in av1_xform_quant()
168 txfm_param.tx_size = tx_size; in av1_xform_quant()
283 BLOCK_SIZE bsize = txsize_to_bsize[tx_size]; in encode_block()
321 if (tx_size == plane_tx_size || plane) { in encode_block_inter()
325 assert(tx_size < TX_SIZES_ALL); in encode_block_inter()
327 assert(IMPLIES(tx_size <= TX_4X4, sub_txs == tx_size)); in encode_block_inter()
328 assert(IMPLIES(tx_size > TX_4X4, sub_txs < tx_size)); in encode_block_inter()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dencodemb.c74 const int tx1d_width = tx_size_wide[tx_size]; in av1_subtract_txb()
75 const int tx1d_height = tx_size_high[tx_size]; in av1_subtract_txb()
162 qparam.log_scale = av1_get_tx_scale(tx_size); in av1_xform_quant()
163 qparam.tx_size = tx_size; in av1_xform_quant()
168 txfm_param.tx_size = tx_size; in av1_xform_quant()
283 BLOCK_SIZE bsize = txsize_to_bsize[tx_size]; in encode_block()
321 if (tx_size == plane_tx_size || plane) { in encode_block_inter()
325 assert(tx_size < TX_SIZES_ALL); in encode_block_inter()
327 assert(IMPLIES(tx_size <= TX_4X4, sub_txs == tx_size)); in encode_block_inter()
328 assert(IMPLIES(tx_size > TX_4X4, sub_txs < tx_size)); in encode_block_inter()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dencodemb.c74 const int tx1d_width = tx_size_wide[tx_size]; in av1_subtract_txb()
75 const int tx1d_height = tx_size_high[tx_size]; in av1_subtract_txb()
162 qparam.log_scale = av1_get_tx_scale(tx_size); in av1_xform_quant()
163 qparam.tx_size = tx_size; in av1_xform_quant()
168 txfm_param.tx_size = tx_size; in av1_xform_quant()
283 BLOCK_SIZE bsize = txsize_to_bsize[tx_size]; in encode_block()
321 if (tx_size == plane_tx_size || plane) { in encode_block_inter()
325 assert(tx_size < TX_SIZES_ALL); in encode_block_inter()
327 assert(IMPLIES(tx_size <= TX_4X4, sub_txs == tx_size)); in encode_block_inter()
328 assert(IMPLIES(tx_size > TX_4X4, sub_txs < tx_size)); in encode_block_inter()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/
H A Dcfl.c67 const int width = tx_size_wide[tx_size]; in cfl_load_dc_pred()
68 const int height = tx_size_high[tx_size]; in cfl_load_dc_pred()
184 cfl_pad(cfl, tx_size_wide[tx_size], tx_size_high[tx_size]); in CFL_PREDICT_FN()
190 TX_SIZE tx_size, int plane) { in cfl_predict_block() argument
199 assert((tx_size_high[tx_size] - 1) * CFL_BUF_LINE + tx_size_wide[tx_size] <= in cfl_predict_block()
309 return cfl_get_luma_subsampling_422_hbd(tx_size); in CFL_GET_SUBSAMPLE_FUNCTION()
311 return cfl_get_luma_subsampling_444_hbd(tx_size); in CFL_GET_SUBSAMPLE_FUNCTION()
323 return cfl_get_luma_subsampling_444_lbd(tx_size); in cfl_subsampling_lbd()
328 const int width = tx_size_wide[tx_size]; in cfl_store()
329 const int height = tx_size_high[tx_size]; in cfl_store()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/
H A Dcfl.c67 const int width = tx_size_wide[tx_size]; in cfl_load_dc_pred()
68 const int height = tx_size_high[tx_size]; in cfl_load_dc_pred()
184 cfl_pad(cfl, tx_size_wide[tx_size], tx_size_high[tx_size]); in CFL_PREDICT_FN()
190 TX_SIZE tx_size, int plane) { in cfl_predict_block() argument
199 assert((tx_size_high[tx_size] - 1) * CFL_BUF_LINE + tx_size_wide[tx_size] <= in cfl_predict_block()
309 return cfl_get_luma_subsampling_422_hbd(tx_size); in CFL_GET_SUBSAMPLE_FUNCTION()
311 return cfl_get_luma_subsampling_444_hbd(tx_size); in CFL_GET_SUBSAMPLE_FUNCTION()
323 return cfl_get_luma_subsampling_444_lbd(tx_size); in cfl_subsampling_lbd()
328 const int width = tx_size_wide[tx_size]; in cfl_store()
329 const int height = tx_size_high[tx_size]; in cfl_store()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/common/
H A Dcfl.c67 const int width = tx_size_wide[tx_size]; in cfl_load_dc_pred()
68 const int height = tx_size_high[tx_size]; in cfl_load_dc_pred()
184 cfl_pad(cfl, tx_size_wide[tx_size], tx_size_high[tx_size]); in CFL_PREDICT_FN()
190 TX_SIZE tx_size, int plane) { in cfl_predict_block() argument
199 assert((tx_size_high[tx_size] - 1) * CFL_BUF_LINE + tx_size_wide[tx_size] <= in cfl_predict_block()
309 return cfl_get_luma_subsampling_422_hbd(tx_size); in CFL_GET_SUBSAMPLE_FUNCTION()
311 return cfl_get_luma_subsampling_444_hbd(tx_size); in CFL_GET_SUBSAMPLE_FUNCTION()
323 return cfl_get_luma_subsampling_444_lbd(tx_size); in cfl_subsampling_lbd()
328 const int width = tx_size_wide[tx_size]; in cfl_store()
329 const int height = tx_size_high[tx_size]; in cfl_store()
[all …]

12345678910>>...74