Home
last modified time | relevance | path

Searched refs:lastpixel (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c1668 unsigned char lastpixel = row_pointers[row][0]; in update_dither_map() local
1674 if (px != lastpixel || col == width - 1) { in update_dither_map()
1681 if (pixelabove == lastpixel) in update_dither_map()
1686 if (pixelbelow == lastpixel) in update_dither_map()
1697 lastpixel = px; in update_dither_map()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c206 rast->lastpixel = templ->line_last_pixel; in svga_create_rasterizer_state()
Dsvga_state_rss.c241 EMIT_RS(svga, curr->lastpixel, LASTPIXEL); in emit_rss_vgpu9()
Dsvga_context.h198 unsigned lastpixel:1; member