Home
last modified time | relevance | path

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

/dports/multimedia/aom/aom-3.2.0/test/
H A Dencodemb_test.cc81 uint16_t new_eob = max_eob; in Dropout() local
82 while (new_eob > 0 && qcoeff_scan[new_eob - 1] == 0) --new_eob; in Dropout()
83 EXPECT_EQ(new_eob, mb.plane[kPlane].eobs[0]); in Dropout()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dencodetxb.c1397 *new_eob = -1; in try_change_eob()
1403 *new_eob = 0; in try_change_eob()
1416 *new_eob = si + 1; in try_change_eob()
1424 set_eob(txb_info, *new_eob); in try_change_eob()
1429 if (*new_eob > 0) { in try_change_eob()
1717 int new_eob; in test_try_change_eob() local
1724 set_eob(txb_info, new_eob); in test_try_change_eob()
1752 int new_eob; member
1762 stats->new_eob = -1; in try_level_down_facade()
1781 stats->new_eob = txb_info->eob; in try_level_down_facade()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dtxb_rdopt.c176 const int new_eob = si + 1; in update_coeff_eob() local
179 get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class); in update_coeff_eob()
219 *eob = new_eob; in update_coeff_eob()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dencodetxb.c60 int new_eob; member
366 stats->new_eob = -1;
1105 int new_eob = 0; local
1124 if (txb_info->qcoeff[scan[i]]) new_eob = i + 1;
1134 txb_info->eob = new_eob;
1484 const int new_eob = si + 1; local
1495 get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class);
1533 *eob = new_eob;
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dencodetxb.c60 int new_eob; member
366 stats->new_eob = -1;
1105 int new_eob = 0; local
1124 if (txb_info->qcoeff[scan[i]]) new_eob = i + 1;
1134 txb_info->eob = new_eob;
1484 const int new_eob = si + 1; local
1495 get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class);
1533 *eob = new_eob;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dencodetxb.c60 int new_eob; member
366 stats->new_eob = -1;
1105 int new_eob = 0; local
1124 if (txb_info->qcoeff[scan[i]]) new_eob = i + 1;
1134 txb_info->eob = new_eob;
1484 const int new_eob = si + 1; local
1495 get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class);
1533 *eob = new_eob;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dencodetxb.c60 int new_eob; member
366 stats->new_eob = -1;
1105 int new_eob = 0; local
1124 if (txb_info->qcoeff[scan[i]]) new_eob = i + 1;
1134 txb_info->eob = new_eob;
1484 const int new_eob = si + 1; local
1495 get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class);
1533 *eob = new_eob;
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dtxb_rdopt.c175 const int new_eob = si + 1; in update_coeff_eob() local
178 get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class); in update_coeff_eob()
216 *eob = new_eob; in update_coeff_eob()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dencodetxb.c62 int new_eob; member
378 stats->new_eob = -1;
1223 int new_eob = 0; local
1242 if (txb_info->qcoeff[scan[i]]) new_eob = i + 1;
1252 txb_info->eob = new_eob;
1657 const int new_eob = si + 1; local
1660 get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class);
1698 *eob = new_eob;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dencodetxb.c41 int new_eob; member
1075 const int new_eob = si + 1; local
1078 get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class);
1116 *eob = new_eob;
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbFullLoop.c953 const int new_eob = si + 1; in update_coeff_eob() local
955 const int new_eob_cost = get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class); in update_coeff_eob()
992 *eob = new_eob; in update_coeff_eob()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbFullLoop.c953 const int new_eob = si + 1; in update_coeff_eob() local
955 const int new_eob_cost = get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class); in update_coeff_eob()
992 *eob = new_eob; in update_coeff_eob()