Home
last modified time | relevance | path

Searched refs:deemphasis (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/aarch64/
Dopusdsp_init.c33 ctx->deemphasis = ff_opus_deemphasis_neon; in ff_opus_dsp_init_aarch64()
/third_party/ffmpeg/libavcodec/
Dopusdsp.h28 float (*deemphasis)(float *out, float *in, float coeff, int len); member
Dopusdsp.c55 ctx->deemphasis = deemphasis_c; in ff_opus_dsp_init()
Dopus_celt.c456 block->emph_coeff = f->opusdsp.deemphasis(output[i], in ff_celt_decode_frame()
/third_party/ffmpeg/libavcodec/x86/
Dopusdsp_init.c33 ctx->deemphasis = ff_opus_deemphasis_fma3; in ff_opus_dsp_init_x86()
/third_party/ffmpeg/tests/checkasm/
Dopusdsp.c102 if (check_func(ctx.deemphasis, "deemphasis")) in checkasm_check_opusdsp()
/third_party/mesa3d/include/android_stub/system/
Dradio.h92 radio_deemphasis_t deemphasis; /* deemphasis variant */ member