Lines Matching defs:band
125 SubBand band[MAX_DWT_LEVELS][4];
169 * quant delta if only one codebook exists in a band
569 * 13.3 intra_dc_prediction(band)
671 SubBand *b = &s->plane[comp].band[level][orientation];
695 avctx->execute(avctx, decode_subband_arith, &s->plane[comp].band[level][!!level],
794 &s->plane[0].band[level][orientation], NULL);
807 &s->plane[1].band[level][orientation],
808 &s->plane[2].band[level][orientation]);
828 SubBand *b = &s->plane[p].band[level][3]; /* orientation doens't matter */
897 const SubBand *b1 = &s->plane[i].band[level][orientation];
1037 intra_dc_prediction_10(&s->plane[0].band[0][0]); /* [DIRAC_STD] 13.3 intra_dc_prediction() */
1038 intra_dc_prediction_10(&s->plane[1].band[0][0]); /* [DIRAC_STD] 13.3 intra_dc_prediction() */
1039 intra_dc_prediction_10(&s->plane[2].band[0][0]); /* [DIRAC_STD] 13.3 intra_dc_prediction() */
1041 intra_dc_prediction_8(&s->plane[0].band[0][0]);
1042 intra_dc_prediction_8(&s->plane[1].band[0][0]);
1043 intra_dc_prediction_8(&s->plane[2].band[0][0]);
1067 SubBand *b = &p->band[level][orientation];
1083 b->parent = &p->band[level-1][orientation];