Home
last modified time | relevance | path

Searched defs:row_pixels (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c771 const rgba_pixel *const row_pixels = liq_image_get_row_rgba (img, row); in convert_row_to_f() local
1189 const f_pixel *const row_pixels = liq_image_get_row_f (input_image, row); in remap_to_palette() local
1311 const f_pixel *const row_pixels = liq_image_get_row_f (input_image, row); in remap_to_palette_floyd() local
1532 modify_alpha (liq_image * input_image, rgba_pixel * const row_pixels) in modify_alpha()