mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-05 12:51:31 +00:00
feat(jpeg_encoder): Add yuv444 and yuv420 jpeg encoder format on esp32p4 eco5
This commit is contained in:
@@ -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},
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user