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

  /external/chromium_org/chrome/utility/
chrome_content_utility_client_unittest.cc 53 int heights[] = { max_height_for_msg - 10, local
56 int widths[] = { heights[0] * 3 / 2, heights[1] * 3 / 2, heights[2] * 3 / 2 };
57 for (size_t i = 0; i < arraysize(heights); i++) {
59 CreateJPEGImage(widths[i], heights[i], SK_ColorRED, &jpg);
69 EXPECT_EQ(heights[i] >> i, bitmap.height());
73 if (heights[i] > max_height_for_msg) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_denoiser.c 35 static const int heights[] = {4, 8, 4, 8, 16, 8, 16, 32, 16, 32, 64, 32, 64}; variable
55 return widths[bs] * heights[bs] * (increase_denoising ? 60 : 40);
64 return widths[bs] * heights[bs] * 20;
69 return widths[bs] * heights[bs] * (increase_denoising ? 3 : 2);
73 return widths[bs] * heights[bs] * (increase_denoising ? 3 : 2);
105 for (r = 0; r < heights[bs]; ++r) {
155 for (r = 0; r < heights[bs]; ++r) {
196 for (r = 0; r < heights[bs]; ++r) {
vp9_encoder.c 1246 const int heights[3] = {a->y_height, a->uv_height, a->uv_height}; local
    [all...]
  /external/chromium_org/third_party/skia/gm/
blurrect.cpp 168 const int heights[] = {100, 100, 5, 25, 150, 25}; local
181 int height = heights[i];
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 1622 const int heights[3] = {a->y_height, a->uv_height, a->uv_height}; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 237 milliseconds