HomeSort by relevance Sort by last modified time
    Searched refs:result_c (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libyuv/unit_test/
math_test.cc 27 int result_c[1280]; local
83 result_c[j] = libyuv::FixedDiv_C(num[j], div[j]);
84 EXPECT_NEAR(result_c[j], result_opt[j], 1);
92 int result_c[1280]; local
118 result_c[j] = libyuv::FixedDiv_C(num[j], div[j]);
119 EXPECT_NEAR(result_c[j], result_opt[j], 1);
127 int result_c[1280]; local
153 result_c[j] = libyuv::FixedDiv1_C(num[j], div[j]);
154 EXPECT_NEAR(result_c[j], result_opt[j], 1);
  /external/chromium_org/skia/ext/
convolver_unittest.cc 239 SkBitmap source, result_c, result_sse; local
241 result_c.allocN32Pixels(dest_width, dest_height);
257 unsigned char* r1 = static_cast<unsigned char*>(result_c.getPixels());
264 static_cast<int>(result_c.rowBytes()), r1, false);
295 r1 += result_c.rowBytes();

Completed in 197 milliseconds