SubBand           104 libavcodec/diracdec.c     struct SubBand *parent;
SubBand           133 libavcodec/diracdec.c     SubBand band[MAX_DWT_LEVELS][4];
SubBand           465 libavcodec/diracdec.c                                       SubBand *b, IDWTELEM *buf, int x, int y)
SubBand           513 libavcodec/diracdec.c static inline void codeblock(DiracContext *s, SubBand *b,
SubBand           572 libavcodec/diracdec.c static inline void intra_dc_prediction(SubBand *b)
SubBand           596 libavcodec/diracdec.c static av_always_inline void decode_subband_internal(DiracContext *s, SubBand *b, int is_arith)
SubBand           639 libavcodec/diracdec.c     SubBand **b     = arg;
SubBand           651 libavcodec/diracdec.c     SubBand *bands[3*MAX_DWT_LEVELS+1];
SubBand           658 libavcodec/diracdec.c             SubBand *b = &s->plane[comp].band[level][orientation];
SubBand           675 libavcodec/diracdec.c                            NULL, 4-!!level, sizeof(SubBand));
SubBand           679 libavcodec/diracdec.c         avctx->execute(avctx, decode_subband_golomb, bands, NULL, num_bands, sizeof(SubBand*));
SubBand           686 libavcodec/diracdec.c                              SubBand *b1, SubBand *b2)
SubBand           833 libavcodec/diracdec.c                 SubBand *b = &p->band[level][orientation];
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            94 libavcodec/snow.h     struct SubBand *parent;
SubBand           101 libavcodec/snow.h     SubBand band[MAX_DECOMPOSITIONS][4];
SubBand           617 libavcodec/snow.h static inline void unpack_coeffs(SnowContext *s, SubBand *b, SubBand * parent, int orientation){
SubBand           114 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           213 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           236 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           511 libavcodec/snowdec.c                 SubBand *b= &p->band[level][orientation];
SubBand           540 libavcodec/snowdec.c                     SubBand *b= &p->band[level][orientation];
SubBand           557 libavcodec/snowdec.c                             SubBand * correlate_band = &p->band[0][0];
SubBand           762 libavcodec/snowenc.c static int encode_subband_c0run(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, int stride, int orientation){
SubBand           882 libavcodec/snowenc.c static int encode_subband(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, int stride, int orientation){
SubBand          1227 libavcodec/snowenc.c static void quantize(SnowContext *s, SubBand *b, IDWTELEM *dst, DWTELEM *src, int stride, int bias){
SubBand          1288 libavcodec/snowenc.c static void dequantize(SnowContext *s, SubBand *b, IDWTELEM *src, int stride){
SubBand          1310 libavcodec/snowenc.c static void decorrelate(SnowContext *s, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median){
SubBand          1334 libavcodec/snowenc.c static void correlate(SnowContext *s, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median){
SubBand          1479 libavcodec/snowenc.c             SubBand *b= &s->plane[0].band[level][orientation];
SubBand          1528 libavcodec/snowenc.c             SubBand *b= &p->band[level][orientation];
SubBand          1766 libavcodec/snowenc.c                     SubBand *b= &p->band[level][orientation];
SubBand          1781 libavcodec/snowenc.c                     SubBand *b= &p->band[level][orientation];