Searched refs:adpcm_sbpro_expand_nibble (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | adpcm.c | 594 static inline int16_t adpcm_sbpro_expand_nibble(ADPCMChannelStatus *c, int8_t nibble, int size, int shift) in adpcm_sbpro_expand_nibble() function 1900 *samples++ = adpcm_sbpro_expand_nibble(&c->status[0], in adpcm_decode_frame() 1902 *samples++ = adpcm_sbpro_expand_nibble(&c->status[st], in adpcm_decode_frame() 1908 *samples++ = adpcm_sbpro_expand_nibble(&c->status[0], in adpcm_decode_frame() 1910 *samples++ = adpcm_sbpro_expand_nibble(&c->status[0], in adpcm_decode_frame() 1912 *samples++ = adpcm_sbpro_expand_nibble(&c->status[0], in adpcm_decode_frame() 1918 *samples++ = adpcm_sbpro_expand_nibble(&c->status[0], in adpcm_decode_frame() 1920 *samples++ = adpcm_sbpro_expand_nibble(&c->status[st], in adpcm_decode_frame() 1922 *samples++ = adpcm_sbpro_expand_nibble(&c->status[0], in adpcm_decode_frame() 1924 *samples++ = adpcm_sbpro_expand_nibble( in adpcm_decode_frame() [all...] |
Completed in 4 milliseconds