Home
last modified time | relevance | path

Searched refs:comp_info (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c171 JPEGCompInfo *comp_info = (JPEGCompInfo *)syntax->comp_info; in init_jpeg_component_info() local
178 memset(comp_info, 0, sizeof(JPEGCompInfo) * MAX_NUMBER_OF_COMPONENTS); in init_jpeg_component_info()
183 comp_info[0].val = 1 | 1 << 8 | 1 << 16; in init_jpeg_component_info()
187 comp_info[0].val = 1 | 2 << 8 | 2 << 16; in init_jpeg_component_info()
188 comp_info[1].val = 2 | 1 << 8 | 1 << 16 | 1 << 24; in init_jpeg_component_info()
189 comp_info[2].val = 3 | 1 << 8 | 1 << 16 | 1 << 24; in init_jpeg_component_info()
193 comp_info[0].val = 1 | 2 << 8 | 1 << 16; in init_jpeg_component_info()
194 comp_info[1].val = 2 | 1 << 8 | 1 << 16 | 1 << 24; in init_jpeg_component_info()
195 comp_info[2].val = 3 | 1 << 8 | 1 << 16 | 1 << 24; in init_jpeg_component_info()
199 comp_info[0].val = 1 | 1 << 8 | 1 << 16; in init_jpeg_component_info()
[all …]
/rockchip-linux_mpp/mpp/hal/common/jpeg/
H A Dhal_jpege_hdr.c743 jpege_bits_put(bits, syntax->comp_info[i].component_id, 8); in write_jpeg_SOFO_header()
745 jpege_bits_put(bits, syntax->comp_info[i].h_sample_factor, 4); in write_jpeg_SOFO_header()
747 jpege_bits_put(bits, syntax->comp_info[i].v_sample_factor, 4); in write_jpeg_SOFO_header()
749 jpege_bits_put(bits, syntax->comp_info[i].tbl_selector, 8); in write_jpeg_SOFO_header()
766 jpege_bits_put(bits, syntax->comp_info[0].tbl_selector, 4); in write_jpeg_dht_header()
787 jpege_bits_put(bits, syntax->comp_info[0].tbl_selector, 4); in write_jpeg_dht_header()
810 jpege_bits_put(bits, syntax->comp_info[1].tbl_selector, 4); in write_jpeg_dht_header()
830 jpege_bits_put(bits, syntax->comp_info[1].tbl_selector, 4); in write_jpeg_dht_header()
858 jpege_bits_put(bits, syntax->comp_info[i].component_id, 8); in write_jpeg_sos_header()
860 jpege_bits_put(bits, syntax->comp_info[i].tbl_selector, 4); in write_jpeg_sos_header()
[all …]
/rockchip-linux_mpp/mpp/common/
H A Djpege_syntax.h110 JPEGCompInfo comp_info[MAX_NUMBER_OF_COMPONENTS]; member