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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsipr.h88 float postfilter_syn5k0[LP_FILTER_ORDER + SUBFR_SIZE*5]; member in struct:SiprContext
H A Dsipr.c440 ff_celp_lp_synthesis_filterf(ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i*SUBFR_SIZE,
456 float energy = ff_dot_productf(ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i*SUBFR_SIZE,
457 ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i*SUBFR_SIZE,
464 memcpy(ctx->postfilter_syn5k0, ctx->postfilter_syn5k0 + frame_size,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsipr.h87 float postfilter_syn5k0[LP_FILTER_ORDER + SUBFR_SIZE*5]; member in struct:SiprContext
H A Dsipr.c442 ff_celp_lp_synthesis_filterf(ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i*SUBFR_SIZE,
458 float energy = avpriv_scalarproduct_float_c(ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i * SUBFR_SIZE,
459 ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i * SUBFR_SIZE,
466 memcpy(ctx->postfilter_syn5k0, ctx->postfilter_syn5k0 + frame_size,

Completed in 61 milliseconds