Searched refs:UPS_FIR_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 Damrwbdata.h36 #define UPS_FIR_SIZE 12 ///< upsampling filter size macro
37 #define UPS_MEM_SIZE (2 * UPS_FIR_SIZE)
H A Damrwbdec.c813 const float *in0 = in - UPS_FIR_SIZE + 1;
1201 upsample_5_4(sub_buf, &ctx->samples_up[UPS_FIR_SIZE],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Damrwbdata.h36 #define UPS_FIR_SIZE 12 ///< upsampling filter size macro
37 #define UPS_MEM_SIZE (2 * UPS_FIR_SIZE)
H A Damrwbdec.c833 const float *in0 = in - UPS_FIR_SIZE + 1;
1227 upsample_5_4(sub_buf, &ctx->samples_up[UPS_FIR_SIZE],

Completed in 41 milliseconds