Searched refs:pal_bpp (Results 1 – 1 of 1) sorted by relevance
109 int pal_bpp = 24; /* Only write 32bit palette if there is transparency information */ in targa_encode_frame() local112 pal_bpp = 32; in targa_encode_frame()118 pkt->data[7] = pal_bpp; /* palette contains pal_bpp bit entries */ in targa_encode_frame()121 if (pal_bpp == 32) { in targa_encode_frame()126 out += 32 * pal_bpp; /* skip past the palette we just output */ in targa_encode_frame()