Home
last modified time | relevance | path

Searched refs:CALC_PADDING (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c71 #define CALC_PADDING(size, depth) \ macro
305 w = FFALIGN(CALC_PADDING(w, MAX_DWT_LEVELS), 8); /* FIXME: Should this be 16 for SSE??? */ in alloc_sequence_buffers()
306 h = top_padding + CALC_PADDING(h, MAX_DWT_LEVELS) + max_yblen/2; in alloc_sequence_buffers()
1059 p->idwt.width = w = CALC_PADDING(p->width , s->wavelet_depth); in init_planes()
1060 p->idwt.height = h = CALC_PADDING(p->height, s->wavelet_depth); in init_planes()
2148 if (CALC_PADDING((int64_t)dsh->width, MAX_DWT_LEVELS) * CALC_PADDING((int64_t)dsh->height, MAX_DWT_LEVELS) * 5LL > avctx->max_pixels) in dirac_decode_data_unit()

Completed in 4 milliseconds