Lines Matching full:bpcc
171 if (!dec->bpcc) {
172 dec->bpcc = box;
261 if (dec->bpcc) {
262 /* Is the number of components indicated in the BPCC box
264 if (dec->bpcc->data.bpcc.numcmpts != JAS_CAST(uint, jas_image_numcmpts(
268 /* Is the component data type information indicated in the BPCC
272 if (jas_image_cmptdtype(dec->image, i) != JP2_BPCTODTYPE(dec->bpcc->data.bpcc.bpcs[i])) {
277 jas_eprintf("warning: superfluous BPCC box\n");
484 dec->bpcc = 0;
499 if (dec->bpcc) {
500 jp2_box_destroy(dec->bpcc);