Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dadpcm.c448 static inline int16_t adpcm_ima_mtf_expand_nibble(ADPCMChannelStatus *c, int nibble) in adpcm_ima_mtf_expand_nibble() function
2211 *samples++ = adpcm_ima_mtf_expand_nibble(&c->status[channel], v >> 4); in adpcm_decode_frame()
2212 samples[st] = adpcm_ima_mtf_expand_nibble(&c->status[channel], v & 0x0F); in adpcm_decode_frame()

Completed in 4 milliseconds