Searched refs:do_not_decode (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vorbisdec.c | 1338 uint8_t *do_not_decode, in setup_classifs() argument 1350 if (!do_not_decode[j]) { in setup_classifs() 1388 uint8_t *do_not_decode, in vorbis_residue_decode_internal() argument 1404 do_not_decode[0] &= do_not_decode[j]; // FIXME - clobbering input in vorbis_residue_decode_internal() 1405 if (do_not_decode[0]) in vorbis_residue_decode_internal() 1432 … int ret = setup_classifs(vc, vr, do_not_decode, ch_used, partition_count, ptns_to_read); in vorbis_residue_decode_internal() 1440 if (!do_not_decode[j]) { in vorbis_residue_decode_internal() 1550 if (!do_not_decode[j]) { in vorbis_residue_decode_internal() 1562 uint8_t *do_not_decode, in vorbis_residue_decode() argument 1567 return vorbis_residue_decode_internal(vc, vr, ch, do_not_decode, vec, vlen, ch_left, 2); in vorbis_residue_decode() [all …]
|