Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c133 static const f_pixel *liq_image_get_row_f (liq_image * input_image,
781 liq_image_get_row_f (liq_image * img, unsigned int row) in liq_image_get_row_f() function
803 return liq_image_get_row_f (img, row); in liq_image_get_row_f()
1171 if (!liq_image_get_row_f (input_image, 0)) { // trigger lazy conversion in remap_to_palette()
1189 const f_pixel *const row_pixels = liq_image_get_row_f (input_image, row); in remap_to_palette()
1311 const f_pixel *const row_pixels = liq_image_get_row_f (input_image, row); in remap_to_palette_floyd()
1582 curr_row = prev_row = next_row = liq_image_get_row_f (image, 0); in contrast_maps()
1589 next_row = liq_image_get_row_f (image, MIN (rows - 1, j + 1)); in contrast_maps()