Searched refs:l_current_cdef_ptr (Results 1 – 1 of 1) sorted by relevance
762 OPJ_BYTE * l_cdef_data, * l_current_cdef_ptr; in opj_jp2_write_cdef() local780 l_current_cdef_ptr = l_cdef_data; in opj_jp2_write_cdef()782 opj_write_bytes(l_current_cdef_ptr, l_cdef_size, 4); /* write box size */ in opj_jp2_write_cdef()783 l_current_cdef_ptr += 4; in opj_jp2_write_cdef()785 opj_write_bytes(l_current_cdef_ptr, JP2_CDEF, 4); /* BPCC */ in opj_jp2_write_cdef()786 l_current_cdef_ptr += 4; in opj_jp2_write_cdef()789 opj_write_bytes(l_current_cdef_ptr, l_value, 2); /* N */ in opj_jp2_write_cdef()790 l_current_cdef_ptr += 2; in opj_jp2_write_cdef()794 opj_write_bytes(l_current_cdef_ptr, l_value, 2); /* Cni */ in opj_jp2_write_cdef()795 l_current_cdef_ptr += 2; in opj_jp2_write_cdef()[all …]