Lines Matching full:bpcc
662 opj_write_bytes(l_current_bpcc_ptr,JP2_BPCC,4); /* BPCC */
666 opj_write_bytes(l_current_bpcc_ptr, jp2->comps[i].bpcc, 1); /* write each component information */
690 opj_event_msg(p_manager, EVT_WARNING, "A BPCC header box is available although BPC given by the IHDR box (%d) indicate components bit depth is constant\n",jp2->bpc);
695 opj_event_msg(p_manager, EVT_ERROR, "Bad BPCC header box (bad size)\n");
701 opj_read_bytes(p_bpc_header_data,&jp2->comps[i].bpcc ,1); /* read each BPCC component */
734 opj_write_bytes(l_current_cdef_ptr,JP2_CDEF,4); /* BPCC */
792 opj_write_bytes(l_current_colr_ptr,JP2_COLR,4); /* BPCC */
1842 jp2->comps[i].bpcc = image->comps[i].prec - 1 + (image->comps[i].sgnd << 7);
2076 l_is_valid &= ((jp2->comps[i].bpcc & 0x7FU) < 38U); /* 0 is valid, ignore sign for check */