The programmer's reference for the C64x+ DSPLIB, http://www.ti.com/litv/pdf/sprueb8b, lists the "benchmarks" for the DSP_fir_sym() function as "3/4 * nr + 33 cycles."
Well, that can't be right. Sure the number of cycles depends on the number of coefficients (nh) as well as the number of input samples (nr)?
--Randy