Searched refs:mlt_buffer1 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcook.c114 float *mlt_buffer1, float *mlt_buffer2);
792 * @param mlt_buffer1 pointer to left channel mlt coefficients
800 float *mlt_buffer1, float *mlt_buffer2)
805 mlt_buffer1[SUBBAND_SIZE * subband + j] = f1 * decode_buffer[tmp_idx];
814 * @param mlt_buffer1 pointer to left channel mlt coefficients
817 static int joint_decode(COOKContext *q, COOKSubpacket *p, float *mlt_buffer1, argument
831 memset(mlt_buffer1, 0, 1024 * sizeof(*mlt_buffer1));
840 mlt_buffer1[i * 20 + j] = decode_buffer[i * 40 + j];
854 q->decouple(q, p, i, f1, f2, decode_buffer, mlt_buffer1, mlt_buffer
795 decouple_float(COOKContext *q, COOKSubpacket *p, int subband, float f1, float f2, float *decode_buffer, float *mlt_buffer1, float *mlt_buffer2) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcook.c116 float *mlt_buffer1, float *mlt_buffer2);
776 * @param mlt_buffer1 pointer to left channel mlt coefficients
784 float *mlt_buffer1, float *mlt_buffer2)
789 mlt_buffer1[SUBBAND_SIZE * subband + j] = f1 * decode_buffer[tmp_idx];
798 * @param mlt_buffer1 pointer to left channel mlt coefficients
779 decouple_float(COOKContext *q, COOKSubpacket *p, int subband, float f1, float f2, float *decode_buffer, float *mlt_buffer1, float *mlt_buffer2) argument

Completed in 71 milliseconds