Searched refs:temp_row (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/ |
D | libimagequant.c | 85 rgba_pixel *pixels, *temp_row; member 589 img->temp_row = in liq_image_create_internal() 590 attr->malloc (sizeof (img->temp_row[0]) * width * in liq_image_create_internal() 592 if (!img->temp_row) in liq_image_create_internal() 596 if (liq_image_should_use_low_memory (img, !img->temp_row in liq_image_create_internal() 724 liq_color * temp_row, int row, int width, void *user_info); 727 liq_color * temp_row, int row, int width, void *user_info) in liq_executing_user_callback() argument 730 assert (temp_row); in liq_executing_user_callback() 731 callback (temp_row, row, width, user_info); in liq_executing_user_callback() 744 rgba_pixel *temp_row; in liq_image_get_row_rgba() local [all …]
|