Lines Matching refs:SubBand
91 typedef struct SubBand { struct
100 struct SubBand *parent; argument
105 } SubBand; argument
124 SubBand band[MAX_DWT_LEVELS][4];
453 SubBand *b, type *buf, int x, int y) \
488 static inline int codeblock(DiracContext *s, SubBand *b, in codeblock()
571 static inline void intra_dc_prediction_##n(SubBand *b) \
598 static av_always_inline int decode_subband_internal(DiracContext *s, SubBand *b, int is_arith) in decode_subband_internal()
649 SubBand **b = arg; in decode_subband_golomb()
660 SubBand *bands[3*MAX_DWT_LEVELS+1]; in decode_component()
670 SubBand *b = &s->plane[comp].band[level][orientation]; in decode_component()
695 ret + 3*level + !!level, 4-!!level, sizeof(SubBand)); in decode_component()
699 avctx->execute(avctx, decode_subband_golomb, bands, ret, num_bands, sizeof(SubBand*)); in decode_component()
725 SubBand *b1, SubBand *b2) in decode_subband()
827 SubBand *b = &s->plane[p].band[level][3]; /* orientation doens't matter */ in subband_coeffs()
896 const SubBand *b1 = &s->plane[i].band[level][orientation]; in decode_hq_slice()
1066 SubBand *b = &p->band[level][orientation]; in init_planes()