Scaling cleanup
According to buffer_blending = w * buffer_CNN + (1-w) * buffer_DBF in the scaling mode, only CNN buffer is processed when scale factor equals 1. But when scaling mode is not enabled, also only CNN buffer is processed. Thus, the scaling factor 1 is redundant and need to be removed.