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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dalac.c243 int32_t *buffer_out,
253 *buffer_out = *error_buffer;
259 memcpy(buffer_out+1, error_buffer+1, (output_size-1) * 4);
273 prev_value = buffer_out[i];
275 buffer_out[i+1] =
286 val = buffer_out[i] + error_buffer[i+1];
288 buffer_out[i+1] = val;
315 sum += (buffer_out[predictor_coef_num-j] - buffer_out[0]) *
321 outval = outval + buffer_out[
242 predictor_decompress_fir_adapt(int32_t *error_buffer, int32_t *buffer_out, int output_size, int readsamplesize, int16_t *predictor_coef_table, int predictor_coef_num, int predictor_quantitization) argument
365 reconstruct_stereo_16(int32_t *buffer[MAX_CHANNELS], int16_t *buffer_out, int numchannels, int numsamples, uint8_t interlacing_shift, uint8_t interlacing_leftweight) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dserpent.c842 serpent_encrypt (void *ctx, byte *buffer_out, const byte *buffer_in) argument
847 (const u32 *) buffer_in, (u32 *) buffer_out);
852 serpent_decrypt (void *ctx, byte *buffer_out, const byte *buffer_in) argument
858 (u32 *) buffer_out);

Completed in 97 milliseconds