Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvorbis_parser.c221 int mode, current_blocksize; in av_vorbis_parse_frame_flags() local
258 current_blocksize = s->blocksize[s->mode_blocksize[mode]]; in av_vorbis_parse_frame_flags()
259 duration = (previous_blocksize + current_blocksize) >> 2; in av_vorbis_parse_frame_flags()
260 s->previous_blocksize = current_blocksize; in av_vorbis_parse_frame_flags()

Completed in 2 milliseconds