Lines Matching refs:EVRCContext
69 typedef struct EVRCContext { struct
99 } EVRCContext; argument
108 static void unpack_frame(EVRCContext *e) in unpack_frame()
196 EVRCContext *e = avctx->priv_data; in determine_bitrate()
233 EVRCContext *e = avctx->priv_data; in evrc_decode_init()
282 static int decode_lspf(EVRCContext *e) in decode_lspf()
376 static void bl_intrp(EVRCContext *e, float *ex, float delay) in bl_intrp()
404 static void acb_excitation(EVRCContext *e, float *excitation, float gain, in acb_excitation()
476 static void fcb_excitation(EVRCContext *e, const uint16_t *codebook, in fcb_excitation()
571 static void postfilter(EVRCContext *e, float *in, const float *coeff, in postfilter()
652 static void frame_erasure(EVRCContext *e, float *samples) in frame_erasure()
747 EVRCContext *e = avctx->priv_data; in evrc_decode_frame()
916 #define OFFSET(x) offsetof(EVRCContext, x)
939 .priv_data_size = sizeof(EVRCContext),