Home | History | Annotate | Download | only in test

Lines Matching defs:predict

36     predict = new Buffer<uint8_t>(4, 4, 3);
37 ASSERT_TRUE(predict != NULL);
38 ASSERT_TRUE(predict->Init());
46 delete predict;
53 Buffer<uint8_t> *predict;
60 predict->Set(0);
63 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(),
64 predict->stride(), output->TopLeftPixel(),
78 predict->Set(0);
81 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(),
82 predict->stride(), output->TopLeftPixel(),
97 uint8_t *pred = predict->TopLeftPixel();
100 pred[y * predict->stride() + x] = y * 4 + x;
104 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(),
105 predict->stride(), output->TopLeftPixel(),
124 predict->Set(0);
133 ASM_REGISTER_STATE_CHECK(UUT(input->TopLeftPixel(), predict->TopLeftPixel(),
134 predict->stride(), output->TopLeftPixel(),