Lines Matching defs:ALACContext
64 typedef struct ALACContext {
88 } ALACContext;
112 static int rice_decompress(ALACContext *alac, int32_t *output_buffer,
240 ALACContext *alac = avctx->priv_data;
419 ALACContext *alac = avctx->priv_data;
476 ALACContext *alac = avctx->priv_data;
489 static int allocate_buffers(ALACContext *alac)
517 static int alac_set_info(ALACContext *alac)
551 ALACContext *alac = avctx->priv_data;
603 offsetof(ALACContext, extra_bit_bug), AV_OPT_TYPE_BOOL, { .i64 = 0 },
620 .priv_data_size = sizeof(ALACContext),