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

  /external/libyuv/files/unit_test/
compare_test.cc 107 const int kMaxWidth = 4096 * 3;
108 align_buffer_16(src_a, kMaxWidth)
109 align_buffer_16(src_b, kMaxWidth)
111 for (int i = 0; i < kMaxWidth; ++i) {
118 ComputeSumSquareError(src_a, src_b, kMaxWidth);
130 const int kMaxWidth = 4096 * 3;
131 align_buffer_16(src_a, kMaxWidth)
132 align_buffer_16(src_b, kMaxWidth)
134 for (int i = 0; i < kMaxWidth; ++i) {
140 ComputeSumSquareError(src_a, src_b, kMaxWidth);
    [all...]
  /external/v8/src/
unicode.h 222 static const int kMaxWidth = 3;
230 static const int kMaxWidth = 3;
238 static const int kMaxWidth = 1;
245 static const int kMaxWidth = 4;
252 static const int kMaxWidth = 1;
jsregexp.cc     [all...]
runtime.cc     [all...]
  /external/skia/src/effects/
SkMagnifierImageFilter.cpp 216 const int kMaxWidth = 200;
219 uint32_t width = random->nextULessThan(kMaxWidth);
221 uint32_t x = random->nextULessThan(kMaxWidth - width);
227 SkRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight)),
  /external/v8/test/cctest/
test-regexp.cc     [all...]
test-strings.cc     [all...]
  /external/google-breakpad/src/processor/
stackwalk_common.cc 71 static const int kMaxWidth = 80; // optimize for an 80-column terminal
76 if (start_col + static_cast<ssize_t>(strlen(buffer)) > kMaxWidth) {
90 if (start_col + static_cast<ssize_t>(strlen(buffer)) > kMaxWidth) {
    [all...]

Completed in 694 milliseconds