Yes, those are 0805 caps (and resistors). The time I started designing my own PCBs I bought a bunch of 0805 components and I honestly don't want to waste them.
You are designing in FPGAs and image sensors, in range of $10, and you are concerned about literally $0.001 parts?
Don't worry, you will use your 0805 parts eventually in prototyping and projects where larger case sizes make sense.
Do yourself a favour and buy a large bag of 0402 caps for <=5V power decoupling, you are going to use them
in every project. 0.1uF is the classical choice but I'd suggest get a larger value, it doesn't hurt and may help if you have some special cases where a lot of IOs switch with high edge rates; or if you want to satisfy the higher total capacitance suggestion on some datasheets without using multiple different values in parallel. Contrary to common misbelief, there is no downside, having a larger C doesn't make it a "lower frequency capacitor", the decoupling capability at high frequencies is only defined by the case size, the smaller the better. It only gets worse when you go such high C values that parts are not available in the small case size anymore.
I don't know much about PCB design theory but I have a hard time imagining that 2mm shorter traces (at most) would make a drastic difference.
Well, likely not that much, in the end. Bond wires add some 1-2mm as well so there is on-chip decoupling. It likely works just fine. But think about it that way, the chip is designed to decouple above about 100MHz internally, to cope with the inevitable ~5mm loop area (bond wires, capacitor package size, routing to that cap). Now if you add excess 2*2mm the manufacturer didn't expect, you have almost doubled the inductance the chip was designed to work with.
I would do it properly, to remove or reduce the unknowns. You will have to debug things anyway and it's easier if you can trust the power source. FPGAs and image sensors likely have higher edge rates than some PIC microcontrollers, so decoupling is more critical.
If using larger parts further away
helped your design, I would accept the reduced power integrity as a tradeoff; maybe a stupid one, but a tradeoff anyway. But my point is, using smaller parts closer to each other will make your routing actually
easier, leaving more space for routing the signals, so it's a win-win. The only downside is handsoldering, but seeing you are expecting to be able to solder the small pitch image sensor and the large pin count QFP FPGA, 0402 passives are totally piece of cake.
do not add another ceramic for "bulk". If you want additional bulk, then use a considerably larger high-ESR type, like a tantalum or electrolytic.
Okay, thank you for that hint. Do you have information about why that is?
To avoid resonances between different values of high Q factor capacitors, and, well, because there is no benefit but there is added complexity (and added line in BOM). See the recent thread
https://www.eevblog.com/forum/projects/power-decoupling-myths/If you want to ensure that you satisfy the total capacitance requirement, just increase the C. So for example, if the manufacturer recommends 10x 0.1uF + 1x1uF = total of 2uF, instead use 10x0.22uF or 10x0.47uF or even 10x1uF. In the smallest case you can get so that they perform well on high frequencies. Now you satisfy the requirement for the capacitance, and it will be lower inductance than if you had placed a large capacitor on a fairly random place (they never specify near
which pins you should put that large cap), and you avoid resonances between the caps, and you saved a component, some board area, and a BOM line!