Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dadpcm.c355 static inline int16_t adpcm_agm_expand_nibble(ADPCMChannelStatus *c, int8_t nibble) in adpcm_agm_expand_nibble() function
1226 *samples++ = adpcm_agm_expand_nibble(&c->status[0], v & 0xF); in adpcm_decode_frame()
1227 *samples++ = adpcm_agm_expand_nibble(&c->status[st], v >> 4 ); in adpcm_decode_frame()

Completed in 3 milliseconds