SubBand            69 libavcodec/cfhd.h     SubBand band[DWT_LEVELS][4];
SubBand            99 libavcodec/diracdec.c     struct SubBand *parent;
SubBand           123 libavcodec/diracdec.c     SubBand band[MAX_DWT_LEVELS][4];
SubBand           452 libavcodec/diracdec.c                                               SubBand *b, type *buf, int x, int y) \
SubBand           487 libavcodec/diracdec.c static inline int codeblock(DiracContext *s, SubBand *b,
SubBand           570 libavcodec/diracdec.c     static inline void intra_dc_prediction_##n(SubBand *b) \
SubBand           597 libavcodec/diracdec.c static av_always_inline int decode_subband_internal(DiracContext *s, SubBand *b, int is_arith)
SubBand           648 libavcodec/diracdec.c     SubBand **b     = arg;
SubBand           659 libavcodec/diracdec.c     SubBand *bands[3*MAX_DWT_LEVELS+1];
SubBand           669 libavcodec/diracdec.c             SubBand *b = &s->plane[comp].band[level][orientation];
SubBand           694 libavcodec/diracdec.c                            ret + 3*level + !!level, 4-!!level, sizeof(SubBand));
SubBand           698 libavcodec/diracdec.c         avctx->execute(avctx, decode_subband_golomb, bands, ret, num_bands, sizeof(SubBand*));
SubBand           724 libavcodec/diracdec.c                            SubBand *b1, SubBand *b2)
SubBand           826 libavcodec/diracdec.c         SubBand *b = &s->plane[p].band[level][3]; /* orientation doens't matter */
SubBand           895 libavcodec/diracdec.c                 const SubBand *b1 = &s->plane[i].band[level][orientation];
SubBand          1065 libavcodec/diracdec.c                 SubBand *b = &p->band[level][orientation];
SubBand            61 libavcodec/pixlet.c     SubBand band[4][NB_LEVELS * 3 + 1];
SubBand           546 libavcodec/snow.c                 SubBand *b= &s->plane[plane_index].band[level][orientation];
SubBand           725 libavcodec/snow.c                 SubBand *b= &s->plane[plane_index].band[level][orientation];
SubBand            95 libavcodec/snow.h     struct SubBand *parent;
SubBand           102 libavcodec/snow.h     SubBand band[MAX_DECOMPOSITIONS][4];
SubBand           603 libavcodec/snow.h static inline void unpack_coeffs(SnowContext *s, SubBand *b, SubBand * parent, int orientation){
SubBand           117 libavcodec/snowdec.c static inline void decode_subband_slice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){
SubBand           225 libavcodec/snowdec.c static void dequantize_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, int stride, int start_y, int end_y){
SubBand           248 libavcodec/snowdec.c static void correlate_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median, int start_y, int end_y){
SubBand           534 libavcodec/snowdec.c                 SubBand *b= &p->band[level][orientation];
SubBand           562 libavcodec/snowdec.c                     SubBand *b= &p->band[level][orientation];
SubBand           579 libavcodec/snowdec.c                             SubBand * correlate_band = &p->band[0][0];
SubBand           779 libavcodec/snowenc.c static int encode_subband_c0run(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, int stride, int orientation){
SubBand           899 libavcodec/snowenc.c static int encode_subband(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, int stride, int orientation){
SubBand          1247 libavcodec/snowenc.c static void quantize(SnowContext *s, SubBand *b, IDWTELEM *dst, DWTELEM *src, int stride, int bias){
SubBand          1308 libavcodec/snowenc.c static void dequantize(SnowContext *s, SubBand *b, IDWTELEM *src, int stride){
SubBand          1330 libavcodec/snowenc.c static void decorrelate(SnowContext *s, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median){
SubBand          1354 libavcodec/snowenc.c static void correlate(SnowContext *s, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median){
SubBand          1499 libavcodec/snowenc.c             SubBand *b= &s->plane[0].band[level][orientation];
SubBand          1548 libavcodec/snowenc.c             SubBand *b= &p->band[level][orientation];
SubBand          1813 libavcodec/snowenc.c                     SubBand *b= &p->band[level][orientation];
SubBand          1828 libavcodec/snowenc.c                     SubBand *b= &p->band[level][orientation];
SubBand            94 libavcodec/vc2enc.c     SubBand band[MAX_DWT_LEVELS][4];
SubBand           528 libavcodec/vc2enc.c                            SubBand *b, int quant)
SubBand           576 libavcodec/vc2enc.c                 SubBand *b = &s->plane[p].band[level][orientation];
SubBand           889 libavcodec/vc2enc.c         const SubBand *b = &p->band[level][0];
SubBand          1024 libavcodec/vc2enc.c     SubBand *b;