Searched refs:pixel_value (Results 1 – 1 of 1) sorted by relevance
2264 uint32_t pixel_value = 0; in vc_decompress_lzss_next_pixel() local2268 pixel_value = ((uint32_t) state->clut[palette_index + 0] << 16) in vc_decompress_lzss_next_pixel()2272 *(state->row_start + state->col) = pixel_value; in vc_decompress_lzss_next_pixel()