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

  /external/autotest/tko/
display.py 4 color_map = { variable
39 defined in the color_map
43 ### color_map augmenting - as long as
45 keys = filter(lambda key: key.endswith('pct'), color_map.keys())
52 % color_map[key]
115 if color_map.has_key(color_key):
116 self.color = color_map[color_key]
118 self.color = color_map['header']
120 self.color = color_map['plain_text']
122 self.color = color_map['blank'
    [all...]
  /external/trappy/trappy/plotter/
ColorMap.py 22 def to_dygraph_colors(color_map):
23 """Convert a color_map specified as a list of rgb tuples to the
26 :param color_map: a list of rgb tuples
27 :type color_map: list of tuples
30 rgb_list = ["rgb(" + ", ".join(str(i) for i in e) + ")" for e in color_map]
ILinePlotGen.py 70 def _add_graph_cell(self, fig_name, color_map):
73 colors_opt_arg = ", " + to_dygraph_colors(color_map) if color_map else ""
146 def _init_html(self, color_map):
161 self._add_graph_cell(fig_name, color_map)
EventPlot.py 93 :param color_map: A mapping between events and colours
110 :type color_map: dict
123 color_map=None):
139 graph["colorMap"] = color_map
  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.cc 129 ColorMapObject* color_map = this_image->ImageDesc.ColorMap local
139 const GifColorType& gif_color = color_map->Colors[color_index];
  /external/webp/src/dsp/
lossless.h 85 const uint32_t* const color_map,
89 const uint32_t* const color_map,
lossless_mips_dsp_r2.c 24 const uint32_t* const color_map, \
55 "lwx %[tmp1], %[tmp1](%[color_map]) \n\t" \
56 "lwx %[tmp2], %[tmp2](%[color_map]) \n\t" \
57 "lwx %[tmp3], %[tmp3](%[color_map]) \n\t" \
58 "lwx %[tmp4], %[tmp4](%[color_map]) \n\t" \
79 : [color_map]"r"(color_map) \
84 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
    [all...]
lossless.c 328 static void F_NAME(const TYPE* src, const uint32_t* const color_map, \
334 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
344 const uint32_t* const color_map = transform->data_; \
358 *dst++ = GET_VALUE(color_map[packed_pixels & bit_mask]); \
363 VP8LMapColor##BIT_SUFFIX(src, color_map, dst, y_start, y_end, width); \
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
vr.rs 38 rs_allocation color_map;
125 uchar4 color = rsGetElementAt_uchar4(color_map, intensity * 2);
164 uchar4 color = rsGetElementAt_uchar4(color_map, intensity * 2);
165 uchar4 mat = rsGetElementAt_uchar4(color_map, intensity * 2 + 1);
259 uchar4 color = rsGetElementAt_uchar4(color_map, intensity * 2);
260 uchar4 mat = rsGetElementAt_uchar4(color_map, intensity * 2 + 1);
  /external/trappy/tests/
test_plotter.py 357 color_map = [[86, 58, 206]]
359 self.assertEquals(to_dygraph_colors(color_map), expected)
361 color_map = [[0, 0, 0], [123, 23, 45]]
363 self.assertEquals(to_dygraph_colors(color_map), expected)
  /external/libjpeg-turbo/
wrppm.c 158 register JSAMPROW color_map = cinfo->colormap[0]; local
164 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map[GETJSAMPLE(*ptr++)]));
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc 966 color_map; local
998 auto color_map = SplitBuffersByColor(all_buffers_to_assign); local
1026 auto color_map = SplitBuffersByColor(buffers_to_assign); local
    [all...]

Completed in 1261 milliseconds