• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching defs:codsty

60     Jpeg2000CodingStyle codsty[4];
88 Jpeg2000CodingStyle codsty[4];
622 memcpy(tile->codsty, s->codsty, s->ncomponents * sizeof(Jpeg2000CodingStyle));
683 Jpeg2000CodingStyle *codsty = tile->codsty + compno;
697 if (ret = ff_jpeg2000_init_component(comp, codsty, qntsty,
733 Jpeg2000CodingStyle *codsty,
796 if (codsty->csty & JPEG2000_CSTY_EPH) {
834 switch (tile->codsty[0].prog_order) {
839 for (layno = 0; layno < tile->codsty[0].nlayers; layno++) {
844 Jpeg2000CodingStyle *codsty = tile->codsty + compno;
846 if (reslevelno < codsty->nreslevels) {
852 codsty, rlevel,
865 Jpeg2000CodingStyle *codsty = tile->codsty + compno;
881 for (reslevelno = 0; reslevelno < codsty->nreslevels; reslevelno++) {
883 uint8_t reducedresno = codsty->nreslevels - 1 -reslevelno; // ==> N_L - r
902 for (layno = 0; layno < tile->codsty[0].nlayers; layno++) {
903 if ((ret = jpeg2000_decode_packet(s, codsty, rlevel,
1051 static int decode_cblk(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *codsty,
1057 int bpass_csty_symbol = codsty->cblk_style & JPEG2000_CBLK_BYPASS;
1058 int vert_causal_ctx_csty_symbol = codsty->cblk_style & JPEG2000_CBLK_VSC;
1091 codsty->cblk_style & JPEG2000_CBLK_SEGSYM,
1166 if (tile->codsty[0].transform != tile->codsty[i].transform) {
1172 if (tile->codsty[0].transform == FF_DWT97)
1180 switch (tile->codsty[0].transform) {
1231 Jpeg2000CodingStyle *codsty = tile->codsty + compno;
1234 for (reslevelno = 0; reslevelno < codsty->nreslevels2decode; reslevelno++) {
1257 decode_cblk(s, codsty, &t1, cblk,
1265 if (codsty->transform == FF_DWT97)
1275 ff_dwt_decode(&comp->dwt, codsty->transform == FF_DWT97 ? (void*)comp->f_data : (void*)comp->i_data);
1279 if (tile->codsty[0].mct)
1292 Jpeg2000CodingStyle *codsty = tile->codsty + compno;
1311 if (codsty->transform == FF_DWT97) {
1336 Jpeg2000CodingStyle *codsty = tile->codsty + compno;
1354 if (codsty->transform == FF_DWT97) {
1390 Jpeg2000CodingStyle *codsty = s->tile[tileno].codsty + compno;
1392 ff_jpeg2000_cleanup(comp, codsty);
1398 memset(s->codsty, 0, sizeof(s->codsty));
1405 Jpeg2000CodingStyle *codsty = s->codsty;
1460 ret = get_coc(s, codsty, properties);
1463 ret = get_cod(s, codsty, properties);
1474 codsty = s->tile[s->curtileno].codsty;