Yes, but regardless of this, the ‘WIDTH’ and ‘HEIGHT’ variables should indicate values, as follows (as specified in the user manual under ‘available variables’):
$(WIDTH.SENSOR) & $(HEIGHT.SENSOR) → sensor size in px
$(WIDTH.RAW) & $(HEIGHT.RAW) → as you state, minimum crop applied
$(WIDTH.CROP) & $(HEIGHT.CROP) → crop size, as specified in crop moodule, if crop module is not activated, should be equal to ‘RAW’ dimensions
For additional clarification, see the Issue raised by @pehar (and posted here, above)