Home
last modified time | relevance | path

Searched refs:smpls (Results 1 – 3 of 3) sorted by relevance

/third_party/lame/frontend/
Damiga_mpega.c35 static const int smpls[2][4] = { variable
107 mp3data->framesize = smpls[mstream->norm - 1][mstream->layer]; in lame_decode_initfile()
134 mp3data->framesize = smpls[mstream->norm - 1][mstream->layer]; in lame_decode_fromfile()
/third_party/ffmpeg/libavformat/
Ddv.c132 int size, chan, i, j, d, of, smpls, freq, quant, half_ch; in dv_extract_audio() local
141 smpls = as_pack[1] & 0x3f; /* samples in this frame - min. samples */ in dv_extract_audio()
151 size = (sys->audio_min_samples[freq] + smpls) * 4; /* 2ch, 2bytes */ in dv_extract_audio()
235 int freq, stype, smpls, quant, i, ach; in dv_extract_audio_info() local
243 smpls = as_pack[1] & 0x3f; /* samples in this frame - min. samples */ in dv_extract_audio_info()
290 return (c->sys->audio_min_samples[freq] + smpls) * 4; /* 2ch, 2bytes */ in dv_extract_audio_info()
/third_party/lame/libmp3lame/
Dmpglib_interface.c165 static const int smpls[2][4] = { in decode1_headersB_clipchoice() local
203 mp3data->framesize = smpls[pmp->fr.lsf][pmp->fr.lay]; in decode1_headersB_clipchoice()