Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c786 f_pixel *row_for_thread; in liq_image_get_row_f() local
789 row_for_thread = img->temp_f_row + img->width * omp_get_thread_num (); in liq_image_get_row_f()
790 convert_row_to_f (img, row_for_thread, row, gamma_lut); in liq_image_get_row_f()
792 return row_for_thread; in liq_image_get_row_f()