Searched refs:GET_VALUE (Results 1 – 3 of 3) sorted by relevance
92 #define GET_VALUE y >= avctx->height ? 0 : x >= len ? ptr[len-1] : ptr[x] in sunrast_image_write_image() macro95 value2 = GET_VALUE; in sunrast_image_write_image()105 value2 = GET_VALUE; in sunrast_image_write_image()113 value2 = GET_VALUE; in sunrast_image_write_image()
22 #define MAP_COLOR_FUNCS(FUNC_NAME, TYPE, GET_INDEX, GET_VALUE) \ argument84 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
330 GET_INDEX, GET_VALUE) \ argument337 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \361 *dst++ = GET_VALUE(color_map[packed_pixels & bit_mask]); \