Searched refs:pfc (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/android/ |
H A D | SkAndroidFrameworkUtils.cpp | 42 auto pfc = canvas->internal_private_asPaintFilterCanvas(); in getBaseWrappedCanvas() local 44 while (pfc) { in getBaseWrappedCanvas() 45 result = pfc->proxy(); in getBaseWrappedCanvas() 46 pfc = result->internal_private_asPaintFilterCanvas(); in getBaseWrappedCanvas()
|
/third_party/ffmpeg/libavcodec/ |
H A D | evrcdec.c | 574 float *out, int idx, const struct PfCoeff *pfc, in postfilter() 581 float tilt = pfc->tilt; in postfilter() 584 bandwidth_expansion(wcoef1, coeff, pfc->p1); in postfilter() 585 bandwidth_expansion(wcoef2, coeff, pfc->p2); in postfilter() 628 pfc->ltgain * e->postfilter_residual[ACB_SIZE + i - best]; in postfilter() 573 postfilter(EVRCContext *e, float *in, const float *coeff, float *out, int idx, const struct PfCoeff *pfc, int length) postfilter() argument
|
Completed in 3 milliseconds