Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dadpcm.c573 static inline int16_t adpcm_ct_expand_nibble(ADPCMChannelStatus *c, int8_t nibble) in adpcm_ct_expand_nibble() function
1880 *samples++ = adpcm_ct_expand_nibble(&c->status[0 ], v >> 4 ); in adpcm_decode_frame()
1881 *samples++ = adpcm_ct_expand_nibble(&c->status[st], v & 0x0F); in adpcm_decode_frame()

Completed in 4 milliseconds