Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daic.c148 int num_x_slices; member
399 off = FFALIGN(AIC_HDR_SIZE + ctx->num_x_slices * ctx->mb_height * 2, 4); in aic_decode_frame()
416 ctx->num_x_slices * ctx->mb_height * 2); in aic_decode_frame()
464 ctx->num_x_slices = (ctx->mb_width + 15) >> 4; in aic_decode_init()
469 ctx->num_x_slices = i; in aic_decode_init()