EXT_FN070 defines the RPM columns of the extended VE table. You want easy to read values in there so something like this.
It is basically saying column 0 is 500 RPM and columm 14 is 4000RPM. The computer divides up the difference equally to calculate the undefined columns { (4000-500)/14 = 250RPM } and you end up with these columns: 500,750,1000,1250,1500,1750,2000,2250,2500,2750,3000,3250,3500,3750,4000
You can get really granular if needed but unless you have strange airflow characteristics using a linear model usually works pretty good. Since you are running a stock setup you can use the stock VE table as a guide. This is your engine so you can do whatever you want
Once you have this were you want it you want to make sure you are logging those exact RPM values in the histogram. Ideally, you want unused rpm ranges in between to more accurately log the desired ones. You can step in between or log 50 RPM before and after the desired RPM:
375,500,625,750,875,1000,1125,1250... - Logging in between
or
450,500,550,700,750,800,950,1000.... - Logging 50rpm before and after (more precise)