Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dadpcm_data.c69 const int16_t ff_adpcm_yamaha_indexscale[] = { variable
H A Dadpcm_data.h39 extern const int16_t ff_adpcm_yamaha_indexscale[];
H A Dadpcmenc.c344 c->step = (c->step * ff_adpcm_yamaha_indexscale[nibble]) >> 8; in adpcm_yamaha_compress_sample()
503 av_clip((step * ff_adpcm_yamaha_indexscale[nibble]) >> 8, in adpcm_compress_trellis()
H A Dadpcm.c623 c->step = (c->step * ff_adpcm_yamaha_indexscale[nibble]) >> 8; in adpcm_yamaha_expand_nibble()

Completed in 5 milliseconds