Random thought for upscaler

So I think conventional wisdom would state that of the 9 output pixels, 4 complete pixels will come from the input and the remaining 5 would require complete interpretation from the upscaler. How about if instead of 4 complete pixels, you were to spread the RGB subpixel of a input pixels values over the 9 output pixels such that 6 pixels would each have 2 subpixel inputs and require complete interpretation of the remaining 3.

I.e. instead of:

000 RGB 000
RGB 000 RGB
000 RGB 000

Do:

000 RG0 R0B
RG0 000 0GB
R0B 0GB 000.

Then use some ‘slight’ colour shifts in the subpixels to indicate some of the missing information, for instance if the missing subpixel would have been on a black pixel if the 2 subpixels will be 0, if the missing subpixel would be of a pure RGB of ‘significant value’, then the first known subpixel could be set to a minimal value of ‘1’, the second known subpixel set to ‘1’ for a high subpixel value or ‘0’ for a ‘mid’ subpixel value (a low subpixel value would default to ‘black’).

If the missing subpixel would be of a white pixel, the 2 known subpixels will be max value (255?), if the missing subpixel would be of non-white pixel (of significant difference for the missing subpixel), then ‘-1’ on the first known subpixel and ‘-1’ on the second unknown pixel if ‘low’ subpixel value, or ‘-0’ if ‘mid’ subpixel value (a high subpixel value will default to ‘white’).

These deviations could then be used to change whether an ‘average’, ‘min neighbour’, ‘max neighbour’ is used for defining the missing subpixel.

The pixels that have no known information would have at least 2 pieces of known information for each subpixel value in neighbouring pixels (and would have 4 pieces of known information on one of the subpixels).

Would this be a conceivable method of transmission, and would some colour sacrifice be worth it for ‘neighbouring information’?

5 Likes

@deletedpimaxrep1

20 characters

1 Like

Yup, my research into Sub pixel layouts due to this post left me struggling to understand it. Clearly above my skill level but i did learn a tiny bit (danger alert).

Anyway,

How can you determine sub pixel layout without knowing what method of scaling their upscaler uses and it’s capabilities? Is it programmable or is it controlled by the manufacturer through firmware? What is the upscaler in the 8K? I know newer Analogix chips have one built in but is that the case with the current HMD’s? Maybe only the 5K+ is programmable.

Sorry for asking all that, I know I know very little how this works.

1 Like

This is an interesting idea and something that could improve 8k quite a lot. But we’re back to the question I was trying to get Pimax to answer:
http://community.openmr.ai/t/8k-vs-5k-is-bad-image-due-to-the-scaler/8368

Can the 8k scaler be programmed/tuned? If Pimax open-sourced the driver/firmware we could try such kind of improvements. However I doubt firmware could be open-sourced …

1 Like

@Sean.Huang Please read for this idea

1 Like