Lines Matching defs:SubBand
92 typedef struct SubBand {
101 struct SubBand *parent;
106 } SubBand;
125 SubBand band[MAX_DWT_LEVELS][4];
454 SubBand *b, type *buf, int x, int y) \
489 static inline int codeblock(DiracContext *s, SubBand *b,
572 static inline void intra_dc_prediction_##n(SubBand *b) \
599 static av_always_inline int decode_subband_internal(DiracContext *s, SubBand *b, int is_arith)
650 SubBand **b = arg;
661 SubBand *bands[3*MAX_DWT_LEVELS+1];
671 SubBand *b = &s->plane[comp].band[level][orientation];
696 ret + 3*level + !!level, 4-!!level, sizeof(SubBand));
700 avctx->execute(avctx, decode_subband_golomb, bands, ret, num_bands, sizeof(SubBand*));
726 SubBand *b1, SubBand *b2)
828 SubBand *b = &s->plane[p].band[level][3]; /* orientation doens't matter */
897 const SubBand *b1 = &s->plane[i].band[level][orientation];
1067 SubBand *b = &p->band[level][orientation];