adpcm_ms_expand_nibble 1120 libavcodec/adpcm.c                     *samples++ = adpcm_ms_expand_nibble(&c->status[channel], byte >> 4  );
adpcm_ms_expand_nibble 1121 libavcodec/adpcm.c                     *samples++ = adpcm_ms_expand_nibble(&c->status[channel], byte & 0x0F);
adpcm_ms_expand_nibble 1159 libavcodec/adpcm.c                 *samples++ = adpcm_ms_expand_nibble(&c->status[0 ], byte >> 4  );
adpcm_ms_expand_nibble 1160 libavcodec/adpcm.c                 *samples++ = adpcm_ms_expand_nibble(&c->status[st], byte & 0x0F);