Home
last modified time | relevance | path

Searched refs:rh0 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg729postfilter.c434 int rh1,rh0; // (3.12) in get_tilt_comp() local
446 rh0 = adsp->scalarproduct_int16(lp_gn + 10, lp_gn + 10, 20); in get_tilt_comp()
450 temp = av_log2(rh0) - 14; in get_tilt_comp()
452 rh0 >>= temp; in get_tilt_comp()
456 if (FFABS(rh1) > rh0 || !rh0) in get_tilt_comp()
470 return -(rh1 * (1 << 15)) / rh0; in get_tilt_comp()
H A Damrnbdec.c886 float rh0, rh1; // autocorrelation at lag 0 and 1 in tilt_factor() local
898 rh0 = p->celpm_ctx.dot_productf(hf, hf, AMR_TILT_RESPONSE); in tilt_factor()
903 return rh1 >= 0.0 ? rh1 / rh0 * AMR_TILT_GAMMA_T : 0.0; in tilt_factor()
H A Dwmavoice.c596 float rh0, rh1; in tilt_factor() local
598 rh0 = 1.0 + avpriv_scalarproduct_float_c(lpcs, lpcs, n_lpcs); in tilt_factor()
601 return rh1 / rh0; in tilt_factor()
/third_party/ltp/testcases/network/virt/
H A Dvlan03.sh18 rh0="reorder_hdr off"

Completed in 7 milliseconds