Searched refs:fstate (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpsymodel.c87 struct FFIIRFilterState **fstate; member in struct:FFPsyPreprocessContext
108 ctx->fstate = av_mallocz(sizeof(ctx->fstate[0]) * avctx->channels);
110 ctx->fstate[i] = ff_iir_filter_init_state(FILT_ORDER);
120 if (ctx->fstate) {
122 ff_iir_filter(ctx->fcoeffs, ctx->fstate[tag+ch], ctx->avctx->frame_size,
136 if (ctx->fstate)
138 ff_iir_filter_free_state(ctx->fstate[i]);
139 av_freep(&ctx->fstate);
H A Diirfilter.c322 struct FFIIRFilterState *fstate = NULL; local
330 fstate = ff_iir_filter_init_state(FILT_ORDER);
336 ff_iir_filter(fcoeffs, fstate, SIZE, x, 1, y, 1);
342 ff_iir_filter_free_state(fstate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpsymodel.c90 struct FFIIRFilterState **fstate; member in struct:FFPsyPreprocessContext
115 ctx->fstate = av_mallocz_array(sizeof(ctx->fstate[0]), avctx->channels);
117 ctx->fstate[i] = ff_iir_filter_init_state(FILT_ORDER);
131 if (ctx->fstate) {
133 iir->filter_flt(ctx->fcoeffs, ctx->fstate[ch], frame_size,
142 if (ctx->fstate)
144 ff_iir_filter_free_state(ctx->fstate[i]);
145 av_freep(&ctx->fstate);
H A Diirfilter.c331 struct FFIIRFilterState *fstate = NULL; local
339 fstate = ff_iir_filter_init_state(FILT_ORDER);
345 ff_iir_filter(fcoeffs, fstate, SIZE, x, 1, y, 1);
351 ff_iir_filter_free_state(fstate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c910 struct dev_crypto_state *fstate = from->md_data; local
915 if (dstate == NULL || fstate == NULL)
918 memcpy(dstate, fstate, sizeof(struct dev_crypto_state));
937 if (fstate->mac_len != 0) {
938 if (fstate->mac_data != NULL) {
939 dstate->mac_data = OPENSSL_malloc(fstate->mac_len);
940 memcpy(dstate->mac_data, fstate->mac_data, fstate->mac_len);
941 dstate->mac_len = fstate->mac_len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c910 struct dev_crypto_state *fstate = from->md_data; local
915 if (dstate == NULL || fstate == NULL)
918 memcpy(dstate, fstate, sizeof(struct dev_crypto_state));
937 if (fstate->mac_len != 0) {
938 if (fstate->mac_data != NULL) {
939 dstate->mac_data = OPENSSL_malloc(fstate->mac_len);
940 memcpy(dstate->mac_data, fstate->mac_data, fstate->mac_len);
941 dstate->mac_len = fstate->mac_len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/
H A Dproxy.c164 int k_proxy_chg_mfc(igmp_router_t* router,int socket,u_long source,u_long group,vifi_t outvif,int fstate) argument
185 mc.mfcc_ttls[lan_index] = fstate;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/wiper/
H A Dwiper.sh487 fstate="`$DUMPE2FS $fsdev 2>/dev/null | $GAWK '/^[Ff]ilesystem state:/{print $NF}' 2>/dev/null`"
488 if [ "$fstate" != "clean" ]; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/include/
H A Digmprt.h304 int k_proxy_chg_mfc(igmp_router_t* router,int socket,u_long source,u_long group,vifi_t outvif,int fstate);

Completed in 123 milliseconds