In support of re-use and maintainability, a VYA module's code files and accompanying documents are to be stored in a standard directory tree named after the module (e.g. mymodule), as indicated in Table 6.
The (partial) directory tree of a VYA library with version control could for instance look like follows (with "$(HOME)" the directory in which the modules are installed):
$(HOME)/Modules/vya-0.2/
$(HOME)/Modules/vya-0.3/
$(HOME)/Modules/vya-0.3/cvbs_decoding/
$(HOME)/Modules/vya-0.3/front_backends/
$(HOME)/Modules/vya-0.3/front_backends/sgi_divo/
$(HOME)/Modules/vya-0.3/front_backends/sgi_divo/v1/(as in Table 6)
$(HOME)/Modules/vya-0.3/front_backends/vya_pfspd/
$(HOME)/Modules/vya-0.3/front_backends/vya_pfspd/v1/(as in Table 6)
$(HOME)/Modules/vya-0.3/mpeg_decoding/
$(HOME)/Modules/vya-0.3/noise_reduction/
$(HOME)/Modules/vya-0.3/picture_control/
$(HOME)/Modules/vya-0.3/scanrate_conversion/
$(HOME)/Modules/vya-0.3/sharpness_enhancement/
$(HOME)/Modules/vya-0.3/spatial_scaling/