Searched refs:get_colors (Results 1 - 3 of 3) sorted by relevance
/third_party/astc-encoder/Test/ |
H A D | astc_test_functional.py | 539 colRef = tli.Image(imRef).get_colors((0, 0)) 540 colOut = tli.Image(imOut).get_colors((0, 0)) 554 colRef = tli.Image(imRef).get_colors((0, 0)) 555 colOut = tli.Image(imOut).get_colors((0, 0)) 589 colIn = tli.Image(imIn).get_colors((0, 0)) 590 colOut = tli.Image(imOut).get_colors((0, 0)) 602 colIn = tli.Image(imIn).get_colors((0, 0)) 603 colOut = tli.Image(imOut).get_colors((0, 0)) 622 colIn = tli.Image(imIn).get_colors((0, 0)) 623 colOut = tli.Image(imOut).get_colors(( [all...] |
/third_party/astc-encoder/Test/testlib/ |
H A D | image.py | 235 def get_colors(self, coords): member in Image
|
/third_party/ffmpeg/libavcodec/ |
H A D | rpzaenc.c | 87 static void get_colors(uint8_t *min, uint8_t *max, uint8_t color4[4][3]) in get_colors() function 403 get_colors(min_color, max_color, color4); in encode_four_color_block()
|
Completed in 3 milliseconds