Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvorbisdec.c1445 int coffs; in vorbis_residue_decode_internal() local
1454 coffs = get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3); in vorbis_residue_decode_internal()
1455 if (coffs < 0) in vorbis_residue_decode_internal()
1456 return coffs; in vorbis_residue_decode_internal()
1457 coffs *= dim; in vorbis_residue_decode_internal()
1459 … vec[voffs + k + l * step] += codebook.codevectors[coffs + l]; in vorbis_residue_decode_internal()
1464 coffs = get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3); in vorbis_residue_decode_internal()
1465 if (coffs < 0) in vorbis_residue_decode_internal()
1466 return coffs; in vorbis_residue_decode_internal()
1467 coffs *= dim; in vorbis_residue_decode_internal()
[all …]