Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dadpcm_data.c74 const int8_t ff_adpcm_yamaha_difflookup[] = { variable
H A Dadpcm_data.h40 extern const int8_t ff_adpcm_yamaha_difflookup[];
H A Dadpcmenc.c237 ff_adpcm_yamaha_difflookup[nibble]) / 8); in adpcm_ima_compress_sample()
342 c->predictor += ((c->step * ff_adpcm_yamaha_difflookup[nibble]) / 8); in adpcm_yamaha_compress_sample()
496 ff_adpcm_yamaha_difflookup[nibble]) / 8;\ in adpcm_compress_trellis()
H A Dadpcm.c621 c->predictor += (c->step * ff_adpcm_yamaha_difflookup[nibble]) / 8; in adpcm_yamaha_expand_nibble()

Completed in 5 milliseconds