Lines Matching refs:naxisn
71 for (i = 0; i < header->naxisn[1]; i++) { \
72 for (j = 0; j < header->naxisn[0]; j++) { \
130 if (header->rgb && (header->naxis != 3 || (header->naxisn[2] != 3 && header->naxisn[2] != 4))) {
131 av_log(avctx, AV_LOG_ERROR, "File contains RGB image but NAXIS = %d and NAXIS3 = %d\n", header->naxis, header->naxisn[2]);
147 if (size == 0 || header->naxisn[i] > SIZE_MAX / size) {
151 size *= header->naxisn[i];
210 if (header.naxisn[2] == 3) {
216 if (header.naxisn[2] == 3) {
233 if ((ret = ff_set_dimensions(avctx, header.naxisn[0], header.naxisn[1])) < 0)
247 for (k = 0; k < header.naxisn[2]; k++) { \