Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvima.c124 int16_t pcm_data[2]; in decode_frame() local
152 pcm_data[0] = get_sbits(&gb, 16); in decode_frame()
155 pcm_data[1] = get_sbits(&gb, 16); in decode_frame()
165 int output = pcm_data[chan]; in decode_frame()

Completed in 1 milliseconds