Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwmalosslessdec.c110 int16_t *samples_16[WMALL_MAX_CHANNELS]; ///< current sample buffer pointer (16-bit) member
1001 *s->samples_16[c]++ = (int16_t) s->channel_residues[c][j] * (1 << padding_zeroes); in decode_subframe()
1039 s->samples_16[i] = (int16_t *)s->frame->extended_data[i]; in decode_frame()
H A Dmlpenc.c1173 const int16_t *samples_16 = (const int16_t *) samples; in input_data_internal() local
1186 sample = is24 ? *samples_32++ >> 8 : *samples_16++ * 256; in input_data_internal()

Completed in 10 milliseconds