Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/aarch64/
H A Dopusdsp_init.c34 ctx->deemphasis = ff_opus_deemphasis_neon; in ff_opus_dsp_init_aarch64()
/third_party/ffmpeg/libavcodec/
H A Dopusdsp.h26 float (*deemphasis)(float *out, float *in, float coeff, int len); member
H A Dopusdsp.c57 ctx->deemphasis = deemphasis_c; in ff_opus_dsp_init()
H A Dopus_celt.c455 /* deemphasis */ in ff_celt_decode_frame()
456 block->emph_coeff = f->opusdsp.deemphasis(output[i], in ff_celt_decode_frame()
512 * The deemphasis functions differ from libopus in that they require in ff_celt_flush()
/third_party/ffmpeg/libavcodec/x86/
H A Dopusdsp_init.c34 ctx->deemphasis = ff_opus_deemphasis_fma3; in ff_opus_dsp_init_x86()
/third_party/ffmpeg/tests/checkasm/
H A Dopusdsp.c102 if (check_func(ctx.deemphasis, "deemphasis")) in checkasm_check_opusdsp()
104 report("deemphasis"); in checkasm_check_opusdsp()
/third_party/mesa3d/include/android_stub/system/
H A Dradio.h58 /* FM deemphasis variant implemented. A struct radio_hal_fm_band_config can list one or more. */
92 radio_deemphasis_t deemphasis; /* deemphasis variant */ member

Completed in 4 milliseconds