Home
last modified time | relevance | path

Searched refs:use_square_partition_only_threshold (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dspeed_features.c96 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
98 sf->use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
112 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
114 sf->use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
116 sf->use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
272 sf->use_square_partition_only_threshold = in set_good_speed_features_framesize_independent()
291 sf->use_square_partition_only_threshold = BLOCK_4X4; in set_good_speed_features_framesize_independent()
421 sf->use_square_partition_only_threshold = BLOCK_128X128; in av1_set_speed_features_framesize_independent()
H A Dspeed_features.h369 BLOCK_SIZE use_square_partition_only_threshold; member
H A Dencodeframe.c2126 if (min_size >= cpi->sf.use_square_partition_only_threshold) { in rd_auto_partition_range()
3314 if (bsize > cpi->sf.use_square_partition_only_threshold) { in rd_pick_partition()
3502 bsize <= cpi->sf.use_square_partition_only_threshold && in rd_pick_partition()
4395 cpi->sf.use_square_partition_only_threshold > BLOCK_4X4 && in encode_rd_sb_row()
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dspeed_features.c96 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
98 sf->use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
112 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
114 sf->use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
116 sf->use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
272 sf->use_square_partition_only_threshold = in set_good_speed_features_framesize_independent()
291 sf->use_square_partition_only_threshold = BLOCK_4X4; in set_good_speed_features_framesize_independent()
421 sf->use_square_partition_only_threshold = BLOCK_128X128; in av1_set_speed_features_framesize_independent()
H A Dspeed_features.h369 BLOCK_SIZE use_square_partition_only_threshold; member
H A Dencodeframe.c2126 if (min_size >= cpi->sf.use_square_partition_only_threshold) { in rd_auto_partition_range()
3314 if (bsize > cpi->sf.use_square_partition_only_threshold) { in rd_pick_partition()
3502 bsize <= cpi->sf.use_square_partition_only_threshold && in rd_pick_partition()
4395 cpi->sf.use_square_partition_only_threshold > BLOCK_4X4 && in encode_rd_sb_row()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dspeed_features.c96 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
98 sf->use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
112 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
114 sf->use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
116 sf->use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
272 sf->use_square_partition_only_threshold = in set_good_speed_features_framesize_independent()
291 sf->use_square_partition_only_threshold = BLOCK_4X4; in set_good_speed_features_framesize_independent()
421 sf->use_square_partition_only_threshold = BLOCK_128X128; in av1_set_speed_features_framesize_independent()
H A Dspeed_features.h369 BLOCK_SIZE use_square_partition_only_threshold; member
H A Dencodeframe.c2126 if (min_size >= cpi->sf.use_square_partition_only_threshold) { in rd_auto_partition_range()
3314 if (bsize > cpi->sf.use_square_partition_only_threshold) { in rd_pick_partition()
3502 bsize <= cpi->sf.use_square_partition_only_threshold && in rd_pick_partition()
4395 cpi->sf.use_square_partition_only_threshold > BLOCK_4X4 && in encode_rd_sb_row()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dspeed_features.c96 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
98 sf->use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
112 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
114 sf->use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
116 sf->use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
272 sf->use_square_partition_only_threshold = in set_good_speed_features_framesize_independent()
291 sf->use_square_partition_only_threshold = BLOCK_4X4; in set_good_speed_features_framesize_independent()
421 sf->use_square_partition_only_threshold = BLOCK_128X128; in av1_set_speed_features_framesize_independent()
H A Dspeed_features.h369 BLOCK_SIZE use_square_partition_only_threshold; member
H A Dencodeframe.c2126 if (min_size >= cpi->sf.use_square_partition_only_threshold) { in rd_auto_partition_range()
3314 if (bsize > cpi->sf.use_square_partition_only_threshold) { in rd_pick_partition()
3502 bsize <= cpi->sf.use_square_partition_only_threshold && in rd_pick_partition()
4395 cpi->sf.use_square_partition_only_threshold > BLOCK_4X4 && in encode_rd_sb_row()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dspeed_features.c164 sf->part_sf.use_square_partition_only_threshold = BLOCK_128X128; in set_allintra_speed_feature_framesize_dependent()
170 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_allintra_speed_feature_framesize_dependent()
199 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_allintra_speed_feature_framesize_dependent()
201 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_allintra_speed_feature_framesize_dependent()
216 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_allintra_speed_feature_framesize_dependent()
218 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_allintra_speed_feature_framesize_dependent()
220 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_allintra_speed_feature_framesize_dependent()
276 sf->part_sf.use_square_partition_only_threshold = BLOCK_16X16; in set_allintra_speed_feature_framesize_dependent()
544 sf->part_sf.use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
550 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
[all …]
H A Dspeed_features.h488 BLOCK_SIZE use_square_partition_only_threshold; member
H A Dpartition_search.c42 part_sf->use_square_partition_only_threshold = BLOCK_128X128; in av1_reset_part_sf()
3489 bsize <= cpi->sf.part_sf.use_square_partition_only_threshold && in prune_partitions_after_none()
4551 if (bsize > cpi->sf.part_sf.use_square_partition_only_threshold) { in av1_rd_pick_partition()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dspeed_features.c163 sf->part_sf.use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
169 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
198 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
200 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
215 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
217 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
219 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
301 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
303 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
305 sf->part_sf.use_square_partition_only_threshold = BLOCK_16X16; in set_good_speed_feature_framesize_dependent()
[all …]
H A Dspeed_features.h417 BLOCK_SIZE use_square_partition_only_threshold; member
H A Dpartition_search.c3214 bsize <= cpi->sf.part_sf.use_square_partition_only_threshold && in prune_partitions_after_none()
3608 if (bsize > cpi->sf.part_sf.use_square_partition_only_threshold) { in av1_rd_pick_partition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dspeed_features.c166 sf->part_sf.use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
172 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
201 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
203 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
218 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
220 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
222 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
304 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
306 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
308 sf->part_sf.use_square_partition_only_threshold = BLOCK_16X16; in set_good_speed_feature_framesize_dependent()
[all …]
H A Dspeed_features.h421 BLOCK_SIZE use_square_partition_only_threshold; member
H A Dpartition_search.c3113 bsize <= cpi->sf.part_sf.use_square_partition_only_threshold && in prune_partitions_after_none()
3503 if (bsize > cpi->sf.part_sf.use_square_partition_only_threshold) { in av1_rd_pick_partition()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dspeed_features.c137 sf->part_sf.use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
143 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
163 sf->part_sf.use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
165 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
167 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
182 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
184 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
186 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
913 part_sf->use_square_partition_only_threshold = BLOCK_128X128; in init_part_sf()
H A Dspeed_features.h374 BLOCK_SIZE use_square_partition_only_threshold; member
H A Dencodeframe.c2735 if (bsize > cpi->sf.part_sf.use_square_partition_only_threshold) { in rd_pick_partition()
2913 bsize <= cpi->sf.part_sf.use_square_partition_only_threshold && in rd_pick_partition()