Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dadpcmenc.c68 typedef struct ADPCMEncodeContext { struct
77 } ADPCMEncodeContext; typedef
83 ADPCMEncodeContext *s = avctx->priv_data; in adpcm_encode_init()
220 ADPCMEncodeContext *s = avctx->priv_data; in adpcm_encode_close()
355 ADPCMEncodeContext *s = avctx->priv_data; in adpcm_compress_trellis()
606 ADPCMEncodeContext *c = avctx->priv_data; in adpcm_encode_frame()
980 .offset = offsetof(ADPCMEncodeContext, block_size),
1008 .priv_data_size = sizeof(ADPCMEncodeContext), \

Completed in 2 milliseconds