Searched refs:cblk (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpeg2000.c428 prec->cblk = av_mallocz_array(prec->nb_codeblocks_width *
430 sizeof(*prec->cblk));
431 if (!prec->cblk)
434 Jpeg2000Cblk *cblk = prec->cblk + cblkno; local
441 cblk->coord[0][0] = FFMAX(Cx0, prec->coord[0][0]);
446 cblk->coord[1][0] = FFMAX(Cy0, prec->coord[1][0]);
449 cblk->coord[0][1] = FFMIN(Cx0 + (1 << band->log2_cblk_width),
453 cblk->coord[1][1] = FFMIN(Cy0 + (1 << band->log2_cblk_height),
457 cblk
493 Jpeg2000Cblk *cblk = prec->cblk + cblkno; local
[all...]
H A Dj2kenc.c280 bytestream_put_byte(&s->buf, codsty->log2_cblk_width-2); // cblk width
281 bytestream_put_byte(&s->buf, codsty->log2_cblk_height-2); // cblk height
282 bytestream_put_byte(&s->buf, 0); // cblk style
574 static void encode_cblk(Jpeg2000EncoderContext *s, Jpeg2000T1Context *t1, Jpeg2000Cblk *cblk, Jpeg2000Tile *tile, argument
594 cblk->nonzerobits = 0;
597 cblk->nonzerobits = av_log2(max) + 1 - NMSEDEC_FRACBITS;
598 bpno = cblk->nonzerobits - 1;
601 ff_mqc_initenc(&t1->mqc, cblk->data);
615 cblk->passes[passno].rate = 3 + ff_mqc_length(&t1->mqc);
617 cblk
696 Jpeg2000Cblk *cblk = prec->cblk + yi * cblknw + xi; local
731 Jpeg2000Cblk *cblk = prec->cblk + yi * cblknw + xi; local
766 getcut(Jpeg2000Cblk *cblk, int64_t lambda, int dwt_norm) argument
802 Jpeg2000Cblk *cblk = prec->cblk + cblkno; local
[all...]
H A Djpeg2000dec.c395 c->log2_cblk_width = (bytestream2_get_byteu(&s->g) & 15) + 2; // cblk width
396 c->log2_cblk_height = (bytestream2_get_byteu(&s->g) & 15) + 2; // cblk height
400 av_log(s->avctx, AV_LOG_ERROR, "cblk size invalid\n");
405 avpriv_request_sample(s->avctx, "cblk size > 64");
410 if (c->cblk_style != 0) { // cblk style
411 av_log(s->avctx, AV_LOG_WARNING, "extra cblk styles %X\n", c->cblk_style);
755 Jpeg2000Cblk *cblk = prec->cblk + cblkno; local
758 if (cblk->npasses)
767 if (!cblk
809 Jpeg2000Cblk *cblk = prec->cblk + cblkno; local
1051 decode_cblk(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *codsty, Jpeg2000T1Context *t1, Jpeg2000Cblk *cblk, int width, int height, int bandpos) argument
1115 dequantization_float(int x, int y, Jpeg2000Cblk *cblk, Jpeg2000Component *comp, Jpeg2000T1Context *t1, Jpeg2000Band *band) argument
1130 dequantization_int(int x, int y, Jpeg2000Cblk *cblk, Jpeg2000Component *comp, Jpeg2000T1Context *t1, Jpeg2000Band *band) argument
1256 Jpeg2000Cblk *cblk = prec->cblk + cblkno; local
[all...]
H A Djpeg2000.h177 Jpeg2000Cblk *cblk; member in struct:Jpeg2000Prec
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.c2550 * @cblk: Firmware command block
2558 static void initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * cblk, struct scsi_cmnd * cmnd) argument
2567 cblk->post = i91uSCBPost; /* i91u's callback routine */
2568 cblk->srb = cmnd;
2569 cblk->opcode = ExecSCSI;
2570 cblk->flags = SCF_POST; /* After SCSI done, call post routine */
2571 cblk->target = cmnd->device->id;
2572 cblk->lun = cmnd->device->lun;
2573 cblk->ident = cmnd->device->lun | DISC_ALLOW;
2575 cblk
2754 struct scsi_ctrl_blk *cblk; local
[all...]

Completed in 126 milliseconds