Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daic.c36 #define AIC_HDR_SIZE 24 macro
170 if (src[1] != AIC_HDR_SIZE - 2) { in aic_decode_header()
399 off = FFALIGN(AIC_HDR_SIZE + ctx->num_x_slices * ctx->mb_height * 2, 4); in aic_decode_frame()
415 bytestream2_init(&gb, buf + AIC_HDR_SIZE, in aic_decode_frame()

Completed in 1 milliseconds