Graphics framework for GR-PEACH. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE

Dependents:   ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more

Embed: (wiki syntax)

« Back to documentation index

JPEG_Converter::encode_options_t Struct Reference

JPEG_Converter::encode_options_t Struct Reference

Encode option setting. More...

#include <JPEG_Converter.h>

Data Fields

int32_t DRI_value
int32_t width
int32_t height
cbcr_offset_t input_cb_cr_offset
wr_rd_swa_t input_swapsetting
size_t encode_buff_size
void * quantization_table_Y
void * quantization_table_C
void * huffman_table_Y_DC
void * huffman_table_C_DC
void * huffman_table_Y_AC
void * huffman_table_C_AC
void(* p_EncodeCallBackFunc )(jpeg_conv_error_t err_code)

Detailed Description

Encode option setting.

Definition at line 142 of file JPEG_Converter.h.


Field Documentation

int32_t DRI_value

DRI setting

Definition at line 143 of file JPEG_Converter.h.

Encode buffer size : Setting 0 does not the buffer size confirmation of when encoding

Definition at line 148 of file JPEG_Converter.h.

int32_t height

Encode height

Definition at line 145 of file JPEG_Converter.h.

Huffman Table address(C AC)

Definition at line 154 of file JPEG_Converter.h.

Huffman Table address(C DC)

Definition at line 152 of file JPEG_Converter.h.

Huffman Table address(Y AC)

Definition at line 153 of file JPEG_Converter.h.

Huffman Table address(Y DC)

Definition at line 151 of file JPEG_Converter.h.

Input data Cb/Cr range setting

Definition at line 146 of file JPEG_Converter.h.

Input data swap setteing

Definition at line 147 of file JPEG_Converter.h.

Callback function address

Definition at line 155 of file JPEG_Converter.h.

Quantization table address(C)

Definition at line 150 of file JPEG_Converter.h.

Quantization table address(Y)

Definition at line 149 of file JPEG_Converter.h.

int32_t width

Encode width

Definition at line 144 of file JPEG_Converter.h.