Searched refs:transparent_color_be (Results 1 – 1 of 1) sorted by relevance
90 uint8_t transparent_color_be[6]; member848 AV_WB16(&s->transparent_color_be[2 * i], v); in decode_trns_chunk()850 s->transparent_color_be[i] = v; in decode_trns_chunk()1403 int tcolor = s->transparent_color_be[0]; in decode_frame_common()1411 int tcolor = AV_RL24(s->transparent_color_be); in decode_frame_common()1424 if (!memcmp(pixel, s->transparent_color_be, raw_bpp)) { in decode_frame_common()1687 …memcpy(pdst->transparent_color_be, psrc->transparent_color_be, sizeof(pdst->transparent_color_be)); in update_thread_context()