Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dfitsdec.c66 header->data_max = -DBL_MAX; in fill_data_min_max()
74 if (t > header->data_max) \ in fill_data_min_max()
75 header->data_max = t; \ in fill_data_min_max()
169 header->data_max = (header->data_max - header->bzero) / header->bscale; in fits_read_header()
171 if (!header->rgb && header->data_min >= header->data_max) { in fits_read_header()
172 if (header->data_min > header->data_max) { in fits_read_header()
173 …_log(avctx, AV_LOG_ERROR, "data min/max (%g %g) is invalid\n", header->data_min, header->data_max); in fits_read_header()
177 header->data_max ++; in fits_read_header()
267 double scale = header.data_max - header.data_min; in fits_decode_frame()
Dfits.h61 double data_max; member
Dfits.c199 header->data_max = d; in avpriv_fits_header_parse_line()