Searched refs:enhance (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libilbc.c | 55 int enhance; member 59 { "enhance", "Enhance the decoded audio (adds delay)", offsetof(ILBCDecContext, enhance), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM }, 80 WebRtcIlbcfix_InitDecode(&s->decoder, mode, s->enhance); in ilbc_decode_init()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_dialoguenhance.c | 35 double original, enhance, voice; member 60 { "enhance", "set dialogue enhance factor",OFFSET(enhance), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 3, FLAGS }, 211 float original, float enhance) in get_final() 223 re = center[i].re * (original + vad * G * enhance); in get_final() 224 im = center[i].im * (original + vad * G * enhance); in get_final() 288 s->original, s->enhance); in de_stereo() 209 get_final(float *c, float *l, float *r, float vad, int N, float original, float enhance) get_final() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericFunctionInference1.js | 177 const enhance = pipe( 182 const MyComponent2 = enhance(MyComponent1); 335 const enhance = pipe(myHoc1, myHoc2);
336 const MyComponent2 = enhance(MyComponent1);
|
/third_party/node/src/ |
H A D | node_errors.cc | 381 if (!error->IsObject()) { // We can only enhance actual errors. in ReportFatalException() 593 EnhanceFatalException enhance = CanContinue() ? in ~TryCatchScope() local 597 ReportFatalException(env_, exception, message, enhance); in ~TryCatchScope()
|
Completed in 4 milliseconds