mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Update libaom to rev b25610052a1398032320008d69b51d2da94f5928
This commit is contained in:
parent
8493557d20
commit
3d109dd4fc
240 changed files with 16977 additions and 6139 deletions
1
third_party/aom/test/encode_test_driver.cc
vendored
1
third_party/aom/test/encode_test_driver.cc
vendored
|
|
@ -217,6 +217,7 @@ void EncoderTest::RunLoop(VideoSource *video) {
|
|||
// Set dec_cfg.tile_row = -1 and dec_cfg.tile_col = -1 so that the whole
|
||||
// frame is decoded.
|
||||
decoder->Control(AV1_SET_TILE_MODE, cfg_.large_scale_tile);
|
||||
decoder->Control(AV1D_EXT_TILE_DEBUG, 1);
|
||||
decoder->Control(AV1_SET_DECODE_TILE_ROW, -1);
|
||||
decoder->Control(AV1_SET_DECODE_TILE_COL, -1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue