Searched refs:deemphasis (Results 1 – 7 of 7) sorted by relevance
33 ctx->deemphasis = ff_opus_deemphasis_neon; in ff_opus_dsp_init_aarch64()
28 float (*deemphasis)(float *out, float *in, float coeff, int len); member
55 ctx->deemphasis = deemphasis_c; in ff_opus_dsp_init()
456 block->emph_coeff = f->opusdsp.deemphasis(output[i], in ff_celt_decode_frame()
33 ctx->deemphasis = ff_opus_deemphasis_fma3; in ff_opus_dsp_init_x86()
102 if (check_func(ctx.deemphasis, "deemphasis")) in checkasm_check_opusdsp()
92 radio_deemphasis_t deemphasis; /* deemphasis variant */ member