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

  /cts/apps/CameraITS/tests/scene1/
test_jpeg.py 54 rgb1 = its.image.compute_image_means(tile)
57 sum([pow(rgb0[i] - rgb1[i], 2.0) for i in range(3)]) / 3.0)
test_yuv_plus_jpeg.py 56 rgb1 = its.image.compute_image_means(tile)
59 sum([pow(rgb0[i] - rgb1[i], 2.0) for i in range(3)]) / 3.0)
test_yuv_plus_raw.py 59 rgb1 = its.image.compute_image_means(tile)
62 sum([pow(rgb0[i] - rgb1[i], 2.0) for i in range(3)]) / 3.0)
test_yuv_plus_raw10.py 59 rgb1 = its.image.compute_image_means(tile)
62 sum([pow(rgb0[i] - rgb1[i], 2.0) for i in range(3)]) / 3.0)
test_yuv_plus_raw12.py 59 rgb1 = its.image.compute_image_means(tile)
62 sum([pow(rgb0[i] - rgb1[i], 2.0) for i in range(3)]) / 3.0)
test_yuv_jpeg_all.py 75 for rgb1 in rgbs[1:]:
77 sum([pow(rgb0[i] - rgb1[i], 2.0) for i in range(3)]) / 3.0)
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 175 uint32_t rgb1 = local
186 *(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) | rgb1;
188 dst_ptr[x] = rgb1;
263 uint32_t rgb1 = local
274 *(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) | rgb1;
276 dst_ptr[x] = rgb1;
336 uint32_t rgb1 = local
347 *(uint32_t *)(&dst_ptr[x]) = (rgb2 << 16) | rgb1;
349 dst_ptr[x] = rgb1;
410 uint32_t rgb1 local
480 uint32_t rgb1 = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.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 164 milliseconds