Reenable GetIntraPredictorTest tests that were broken on android
These tests work as intended now.
This commit is contained in:
parent
5f0ef6a5a9
commit
642b405f87
@ -6,7 +6,6 @@
|
|||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
|
|
||||||
using namespace WelsSVCEnc;
|
using namespace WelsSVCEnc;
|
||||||
/* disable two UT to avoide fail on Android, root cause not found
|
|
||||||
TEST (GetIntraPredictorTest, TestGetI4x4LumaPredV) {
|
TEST (GetIntraPredictorTest, TestGetI4x4LumaPredV) {
|
||||||
uint8_t* pPred = new uint8_t[64];
|
uint8_t* pPred = new uint8_t[64];
|
||||||
uint8_t* pRef = new uint8_t[64];
|
uint8_t* pRef = new uint8_t[64];
|
||||||
@ -61,7 +60,6 @@ TEST (GetIntraPredictorTest, TestGetI4x4LumaPredH) {
|
|||||||
delete []pRef;
|
delete []pRef;
|
||||||
delete []pPred;
|
delete []pPred;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
TEST (GetIntraPredictorTest, TestGetI4x4LumaPredDDL) {
|
TEST (GetIntraPredictorTest, TestGetI4x4LumaPredDDL) {
|
||||||
const int32_t kiStride = 0;
|
const int32_t kiStride = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user