Lines Matching defs:tmp
309 s->plane[i].idwt.tmp = av_malloc_array((w+16), 2 << s->pshift);
311 if (!s->plane[i].idwt.buf_base || !s->plane[i].idwt.tmp)
373 av_freep(&s->plane[i].idwt.tmp);
939 SliceCoeffs tmp[MAX_DWT_LEVELS];
955 coef_buf_size = subband_coeffs(s, s->num_x - 1, s->num_y - 1, 0, tmp) + 8;
1236 unsigned tmp;
1239 tmp = get_interleaved_ue_golomb(gb); \
1244 dst = tmp;
1253 CHECKEDREAD(s->wavelet_idx, tmp > 6, "wavelet_idx is too big\n")
1255 CHECKEDREAD(s->wavelet_depth, tmp > MAX_DWT_LEVELS || tmp < 1, "invalid number of DWT decompositions\n")
1261 CHECKEDREAD(s->codeblock[i].width , tmp < 1 || tmp > (s->avctx->width >>s->wavelet_depth-i), "codeblock width invalid\n")
1262 CHECKEDREAD(s->codeblock[i].height, tmp < 1 || tmp > (s->avctx->height>>s->wavelet_depth-i), "codeblock height invalid\n")
1265 CHECKEDREAD(s->codeblock_mode, tmp > 1, "unknown codeblock mode\n")
2128 unsigned tmp;
2215 tmp = parse_code & 0x03; /* [DIRAC_STD] num_refs() */
2216 if (tmp > 2) {
2220 s->num_refs = tmp;