Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
Djquant1.c260 largest_input_value (j_decompress_ptr cinfo, int ci, int j, int maxj) in largest_input_value() function
374 k = largest_input_value(cinfo, i, 0, nci-1); in create_colorindex()
377 k = largest_input_value(cinfo, i, ++val, nci-1); in create_colorindex()
/external/libjpeg-turbo/
Djquant1.c261 largest_input_value (j_decompress_ptr cinfo, int ci, int j, int maxj) in largest_input_value() function
375 k = largest_input_value(cinfo, i, 0, nci-1); in create_colorindex()
378 k = largest_input_value(cinfo, i, ++val, nci-1); in create_colorindex()