Searched refs:UPS_MEM_SIZE (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 Damrwbdec.c76 float samples_up[UPS_MEM_SIZE + AMRWB_SFR_SIZE]; ///< low-band samples and memory processed for upsampling
825 UPS_MEM_SIZE);
1063 UPS_MEM_SIZE * sizeof(float));
1194 de_emphasis(&ctx->samples_up[UPS_MEM_SIZE],
1197 ff_acelp_apply_order_2_transfer_function(&ctx->samples_up[UPS_MEM_SIZE],
1198 &ctx->samples_up[UPS_MEM_SIZE], hpf_zeros, hpf_31_poles,
1206 &ctx->samples_up[UPS_MEM_SIZE], hpf_zeros, hpf_400_poles,
H A Damrwbdata.h37 #define UPS_MEM_SIZE (2 * UPS_FIR_SIZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Damrwbdec.c79 float samples_up[UPS_MEM_SIZE + AMRWB_SFR_SIZE]; ///< low-band samples and memory processed for upsampling
846 UPS_MEM_SIZE);
1087 UPS_MEM_SIZE * sizeof(float));
1220 de_emphasis(&ctx->samples_up[UPS_MEM_SIZE],
1223 ctx->acelpf_ctx.acelp_apply_order_2_transfer_function(&ctx->samples_up[UPS_MEM_SIZE],
1224 &ctx->samples_up[UPS_MEM_SIZE], hpf_zeros, hpf_31_poles,
1232 &ctx->samples_up[UPS_MEM_SIZE], hpf_zeros, hpf_400_poles,
H A Damrwbdata.h37 #define UPS_MEM_SIZE (2 * UPS_FIR_SIZE) macro

Completed in 50 milliseconds