Home
last modified time | relevance | path

Searched refs:best_tx (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/enc/
H A Dpredictor_enc.c564 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
588 best_tx->green_to_red_ = green_to_red_best; in GetBestGreenToRed()
629 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
667 best_tx->green_to_blue_ = green_to_blue_best; in GetBestGreenRedToBlue()
668 best_tx->red_to_blue_ = red_to_blue_best; in GetBestGreenRedToBlue()
690 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
691 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
694 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
697 &best_tx); in GetBestColorTransformForTile()
698 return best_tx; in GetBestColorTransformForTile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/www/firefox/firefox-99.0/media/libwebp/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/enc/
H A Dpredictor_enc.c546 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
570 best_tx->green_to_red_ = green_to_red_best; in GetBestGreenToRed()
611 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
649 best_tx->green_to_blue_ = green_to_blue_best; in GetBestGreenRedToBlue()
650 best_tx->red_to_blue_ = red_to_blue_best; in GetBestGreenRedToBlue()
672 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
673 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
676 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
679 &best_tx); in GetBestColorTransformForTile()
680 return best_tx; in GetBestColorTransformForTile()
/dports/graphics/webp/libwebp-1.2.1/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = green_to_red_best; in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = green_to_red_best; in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/enc/
H A Dpredictor_enc.c564 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
588 best_tx->green_to_red_ = green_to_red_best; in GetBestGreenToRed()
629 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
667 best_tx->green_to_blue_ = green_to_blue_best; in GetBestGreenRedToBlue()
668 best_tx->red_to_blue_ = red_to_blue_best; in GetBestGreenRedToBlue()
690 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
691 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
694 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
697 &best_tx); in GetBestColorTransformForTile()
698 return best_tx; in GetBestColorTransformForTile()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/enc/
H A Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = (green_to_red_best & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dencodeframe.c102 TX_TYPE *best_tx, PC_TREE *pc_tree);
1065 ctx->mic.mbmi.tx_type = best_tx; in update_supertx_param()
3387 TX_TYPE best_tx = DCT_DCT; in rd_test_partition3() local
3393 &tmp_rdc.dist, &best_tx, pc_tree); in rd_test_partition3()
3873 TX_TYPE best_tx = DCT_DCT; in rd_pick_partition() local
3962 TX_TYPE best_tx = DCT_DCT; in rd_pick_partition() local
4125 TX_TYPE best_tx = DCT_DCT; in rd_pick_partition() local
4133 &tmp_rdc.dist, &best_tx, pc_tree); in rd_pick_partition()
4281 TX_TYPE best_tx = DCT_DCT; in rd_pick_partition() local
7531 *best_tx = DCT_DCT; in rd_supertx_sb()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_ac_strategy.cc525 uint8_t best_tx = kTransforms8x8[0].type; in FindBest8x8Transform() local
535 best_tx = tx.type; in FindBest8x8Transform()
540 return best_tx; in FindBest8x8Transform()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Denc_ac_strategy.cc525 uint8_t best_tx = kTransforms8x8[0].type; in FindBest8x8Transform() local
535 best_tx = tx.type; in FindBest8x8Transform()
540 return best_tx; in FindBest8x8Transform()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/
H A Dvp9_rdopt.c655 TX_SIZE best_tx = max_tx_size;
692 best_tx = n; in vp9_frame_init_quantizer()
697 best_tx : MIN(max_tx_size, max_mode_tx_size);
710 if (max_tx_size == TX_32X32 && best_tx == TX_32X32) {
712 } else if (max_tx_size >= TX_16X16 && best_tx == TX_16X16) {
1076 TX_SIZE best_tx = TX_4X4;
1117 best_tx = mic->mbmi.tx_size;
1136 mic->mbmi.tx_size = best_tx;
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_rdopt.c829 TX_SIZE best_tx = max_tx_size;
882 best_tx = n;
886 mi->tx_size = best_tx;
1229 TX_SIZE best_tx = TX_4X4;
1260 best_tx = mic->tx_size;
1269 mic->tx_size = best_tx;
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c839 TX_SIZE best_tx = max_tx_size; in choose_tx_size_from_rd() local
898 best_tx = n; in choose_tx_size_from_rd()
902 mi->tx_size = best_tx; in choose_tx_size_from_rd()
1251 TX_SIZE best_tx = TX_4X4; in rd_pick_intra_sby_mode() local
1282 best_tx = mic->tx_size; in rd_pick_intra_sby_mode()
1291 mic->tx_size = best_tx; in rd_pick_intra_sby_mode()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_rdopt.c829 TX_SIZE best_tx = max_tx_size;
882 best_tx = n;
886 mi->tx_size = best_tx;
1229 TX_SIZE best_tx = TX_4X4;
1260 best_tx = mic->tx_size;
1269 mic->tx_size = best_tx;
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c949 TX_SIZE best_tx = max_tx_size; in choose_tx_size_from_rd() local
1024 best_tx = n; in choose_tx_size_from_rd()
1028 mi->tx_size = best_tx; in choose_tx_size_from_rd()
1385 TX_SIZE best_tx = TX_4X4; in rd_pick_intra_sby_mode() local
1416 best_tx = mic->tx_size; in rd_pick_intra_sby_mode()
1425 mic->tx_size = best_tx; in rd_pick_intra_sby_mode()

12