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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dadpcm_data.c75 const int8_t ff_adpcm_yamaha_difflookup[] = { variable
H A Dadpcm_data.h37 extern const int8_t ff_adpcm_yamaha_difflookup[];
H A Dadpcmenc.c170 ff_adpcm_yamaha_difflookup[nibble]) / 8);
253 c->predictor += ((c->step * ff_adpcm_yamaha_difflookup[nibble]) / 8);
405 ff_adpcm_yamaha_difflookup[nibble]) / 8;\
H A Dadpcm.c256 c->predictor += (c->step * ff_adpcm_yamaha_difflookup[nibble]) / 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dadpcm_data.c104 const int8_t ff_adpcm_yamaha_difflookup[] = { variable
H A Dadpcm_data.h42 extern const int8_t ff_adpcm_yamaha_difflookup[];
H A Dadpcmenc.c172 ff_adpcm_yamaha_difflookup[nibble]) / 8);
258 c->predictor += ((c->step * ff_adpcm_yamaha_difflookup[nibble]) / 8);
410 ff_adpcm_yamaha_difflookup[nibble]) / 8;\
H A Dadpcm.c322 c->predictor += (c->step * ff_adpcm_yamaha_difflookup[nibble]) / 8;

Completed in 120 milliseconds