Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dadpcm.c640 uint32_t lookup_sample = ff_adpcm_step_table[index]; in adpcm_zork_expand_nibble() local
644 sample += lookup_sample; in adpcm_zork_expand_nibble()
646 sample += lookup_sample >> 1; in adpcm_zork_expand_nibble()
648 sample += lookup_sample >> 2; in adpcm_zork_expand_nibble()
650 sample += lookup_sample >> 3; in adpcm_zork_expand_nibble()
652 sample += lookup_sample >> 4; in adpcm_zork_expand_nibble()
654 sample += lookup_sample >> 5; in adpcm_zork_expand_nibble()
656 sample += lookup_sample >> 6; in adpcm_zork_expand_nibble()

Completed in 3 milliseconds