Lines Matching defs:do_not_decode
1345 uint8_t *do_not_decode,
1357 if (!do_not_decode[j]) {
1395 uint8_t *do_not_decode,
1411 do_not_decode[0] &= do_not_decode[j]; // FIXME - clobbering input
1412 if (do_not_decode[0])
1439 int ret = setup_classifs(vc, vr, do_not_decode, ch_used, partition_count, ptns_to_read);
1447 if (!do_not_decode[j]) {
1557 if (!do_not_decode[j]) {
1569 uint8_t *do_not_decode,
1574 return vorbis_residue_decode_internal(vc, vr, ch, do_not_decode, vec, vlen, ch_left, 2);
1576 return vorbis_residue_decode_internal(vc, vr, ch, do_not_decode, vec, vlen, ch_left, 1);
1578 return vorbis_residue_decode_internal(vc, vr, ch, do_not_decode, vec, vlen, ch_left, 0);
1619 uint8_t do_not_decode[255];
1698 do_not_decode[ch] = 1;
1700 do_not_decode[ch] = 0;
1712 ret = vorbis_residue_decode(vc, residue, ch, do_not_decode, ch_res_ptr, vlen, ch_left);