Lines Matching refs:mappings
149 vorbis_mapping *mappings;
226 if (vc->mappings)
228 av_freep(&vc->mappings[i].magnitude);
229 av_freep(&vc->mappings[i].angle);
230 av_freep(&vc->mappings[i].mux);
232 av_freep(&vc->mappings);
773 // Process mappings part
781 vc->mappings = av_mallocz(vc->mapping_count * sizeof(*vc->mappings));
782 if (!vc->mappings)
785 ff_dlog(NULL, " There are %d mappings. \n", vc->mapping_count);
788 vorbis_mapping *mapping_setup = &vc->mappings[i];
791 av_log(vc->avctx, AV_LOG_ERROR, "Other mappings than type 0 are not compliant with the Vorbis I specification. \n");
948 av_log(vc->avctx, AV_LOG_ERROR, " Vorbis setup header packet corrupt (mappings). \n");
1639 mapping = &vc->mappings[vc->modes[mode_number].mapping];