Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwmalosslessdec.c111 int32_t *samples_32[WMALL_MAX_CHANNELS]; ///< current sample buffer pointer (24-bit) member
1003 *s->samples_32[c]++ = s->channel_residues[c][j] * (256U << padding_zeroes); in decode_subframe()
1040 s->samples_32[i] = (int32_t *)s->frame->extended_data[i]; in decode_frame()
H A Dmlpenc.c1172 const int32_t *samples_32 = (const int32_t *) samples; in input_data_internal() local
1186 sample = is24 ? *samples_32++ >> 8 : *samples_16++ * 256; in input_data_internal()

Completed in 6 milliseconds