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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c1315 uint8_t *do_not_decode,
1324 if (!do_not_decode[j]) {
1362 uint8_t *do_not_decode,
1378 do_not_decode[0] &= do_not_decode[j]; // FIXME - clobbering input
1379 if (do_not_decode[0])
1407 if ((ret = setup_classifs(vc, vr, do_not_decode, ch_used, partition_count)) < 0)
1414 if (!do_not_decode[j]) {
1506 if (!do_not_decode[j]) {
1518 uint8_t *do_not_decode,
1313 setup_classifs(vorbis_context *vc, vorbis_residue *vr, uint8_t *do_not_decode, unsigned ch_used, int partition_count) argument
1359 vorbis_residue_decode_internal(vorbis_context *vc, vorbis_residue *vr, unsigned ch, uint8_t *do_not_decode, float *vec, unsigned vlen, unsigned ch_left, int vr_type) argument
1516 vorbis_residue_decode(vorbis_context *vc, vorbis_residue *vr, unsigned ch, uint8_t *do_not_decode, float *vec, unsigned vlen, unsigned ch_left) argument
1568 uint8_t do_not_decode[255]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c1290 uint8_t *do_not_decode,
1305 do_not_decode[0] &= do_not_decode[j]; // FIXME - clobbering input
1306 if (do_not_decode[0])
1330 if (!do_not_decode[j]) {
1353 if (!do_not_decode[j]) {
1443 uint8_t *do_not_decode,
1448 return vorbis_residue_decode_internal(vc, vr, ch, do_not_decode, vec, vlen, ch_left, 2);
1450 return vorbis_residue_decode_internal(vc, vr, ch, do_not_decode, vec, vlen, ch_left, 1);
1452 return vorbis_residue_decode_internal(vc, vr, ch, do_not_decode, ve
1287 vorbis_residue_decode_internal(vorbis_context *vc, vorbis_residue *vr, unsigned ch, uint8_t *do_not_decode, float *vec, unsigned vlen, unsigned ch_left, int vr_type) argument
1441 vorbis_residue_decode(vorbis_context *vc, vorbis_residue *vr, unsigned ch, uint8_t *do_not_decode, float *vec, unsigned vlen, unsigned ch_left) argument
1493 uint8_t do_not_decode[255]; local
[all...]

Completed in 39 milliseconds