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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg722.h33 typedef struct G722Context { struct
64 } G722Context; typedef in typeref:struct:G722Context
H A Dg722dec.c44 #define OFFSET(x) offsetof(G722Context, x)
60 G722Context *c = avctx->priv_data;
87 G722Context *c = avctx->priv_data;
144 .priv_data_size = sizeof(G722Context),
H A Dg722enc.c49 G722Context *c = avctx->priv_data;
61 G722Context *c = avctx->priv_data;
136 static inline void filter_samples(G722Context *c, const int16_t *samples,
175 static void g722_encode_trellis(G722Context *c, int trellis,
330 static av_always_inline void encode_byte(G722Context *c, uint8_t *dst,
343 static void g722_encode_no_trellis(G722Context *c,
355 G722Context *c = avctx->priv_data;
387 .priv_data_size = sizeof(G722Context),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dg722.h65 } G722Context; typedef in typeref:struct:__anon1911
H A Dg722dec.c42 #define OFFSET(x) offsetof(G722Context, x)
58 G722Context *c = avctx->priv_data;
90 G722Context *c = avctx->priv_data;
148 .priv_data_size = sizeof(G722Context),
H A Dg722enc.c46 G722Context *c = avctx->priv_data;
107 G722Context *c = avctx->priv_data;
124 static inline void filter_samples(G722Context *c, const int16_t *samples,
163 static void g722_encode_trellis(G722Context *c, int trellis,
318 static av_always_inline void encode_byte(G722Context *c, uint8_t *dst,
331 static void g722_encode_no_trellis(G722Context *c,
343 G722Context *c = avctx->priv_data;
367 .priv_data_size = sizeof(G722Context),

Completed in 68 milliseconds