feat(jpeg_encoder): Add yuv444 and yuv420 jpeg encoder format on esp32p4 eco5

This commit is contained in:
C.S.M
2025-09-09 15:47:36 +08:00
parent 609bf37fa0
commit 01a362ccb4
8 changed files with 69 additions and 1488 deletions

View File

@@ -57,7 +57,9 @@ const uint32_t enc_hb_tbl[JPEG_ENC_BEST_HB_MAX][JPEG_DOWN_SAMPLING_NUM] = {
{40, 32, 32, 0},
{0, 64, 0, 0},
{64, 64, 48, 0},
{0, 0, 0, 128}
{0, 0, 0, 128},
{40, 0, 0, 0},
{0, 0, 48, 0},
};
/**