EC_ADAPT: disable tests requiring tiles.
EC_ADAPT is currently not compatible with tiles. Change-Id: Idd000f0ff23c28e7e4952024eadb55ba0a1da13d
This commit is contained in:
@@ -49,7 +49,9 @@ const EncodeParameters kAV1EncodeParameterSet[] = {
|
||||
{ 0, 0, 0, 1, 0, AOM_CR_STUDIO_RANGE, AOM_CS_BT_601, { 0, 0 } },
|
||||
{ 0, 0, 0, 0, 0, AOM_CR_FULL_RANGE, AOM_CS_BT_709, { 0, 0 } },
|
||||
{ 0, 0, 1, 0, 0, AOM_CR_FULL_RANGE, AOM_CS_BT_2020, { 0, 0 } },
|
||||
#if !CONFIG_EC_ADAPT
|
||||
{ 0, 2, 0, 0, 1, AOM_CR_STUDIO_RANGE, AOM_CS_UNKNOWN, { 640, 480 } },
|
||||
#endif
|
||||
// TODO(JBB): Test profiles (requires more work).
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user