Home
last modified time | relevance | path

Searched refs:samples_s16 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dshorten.c733 int16_t *samples_s16; in shorten_decode_frame() local
743 samples_s16 = ((int16_t **)frame->extended_data)[chan]; in shorten_decode_frame()
751 *samples_s16++ = av_clip_int16(s->decoded[chan][i]); in shorten_decode_frame()
Dalacenc.c388 const int16_t *samples_s16[2] = { (const int16_t *)samples0, in write_element() local
393 samples_s16[j][i]); in write_element()