Home
last modified time | relevance | path

Searched refs:SubBand (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcfhd.h111 typedef struct SubBand { struct
118 } SubBand; argument
133 SubBand band[DWT_LEVELS_3D][4];
Dsnow.h83 typedef struct SubBand{ struct
95 struct SubBand *parent; argument
97 }SubBand; argument
102 SubBand band[MAX_DECOMPOSITIONS][4];
604 static inline void unpack_coeffs(SnowContext *s, SubBand *b, SubBand * parent, int orientation){ in unpack_coeffs()
Ddiracdec.c91 typedef struct SubBand { struct
100 struct SubBand *parent; argument
105 } SubBand; typedef
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()
[all …]
Dsnowdec.c117 static inline void decode_subband_slice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int… in decode_subband_slice_buffered()
225 static void dequantize_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src,… in dequantize_slice_buffered()
248 static void correlate_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, … in correlate_slice_buffered()
534 SubBand *b= &p->band[level][orientation]; in decode_frame()
562 SubBand *b= &p->band[level][orientation]; in decode_frame()
579 SubBand * correlate_band = &p->band[0][0]; in decode_frame()
Dvc2enc.c86 typedef struct SubBand { struct
91 } SubBand; argument
94 SubBand band[MAX_DWT_LEVELS][4];
528 SubBand *b, int quant) in encode_subband()
576 SubBand *b = &s->plane[p].band[level][orientation]; in count_hq_slice()
888 const SubBand *b = &p->band[level][0]; in dwt_plane()
1025 SubBand *b; in vc2_encode_init()
Dpixlet.c42 typedef struct SubBand { struct
46 } SubBand; argument
62 SubBand band[4][NB_LEVELS * 3 + 1];
Dsnowenc.c779 static int encode_subband_c0run(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *pa… in encode_subband_c0run()
899 static int encode_subband(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, … in encode_subband()
1247 static void quantize(SnowContext *s, SubBand *b, IDWTELEM *dst, DWTELEM *src, int stride, int bias){ in quantize()
1308 static void dequantize(SnowContext *s, SubBand *b, IDWTELEM *src, int stride){ in dequantize()
1330 static void decorrelate(SnowContext *s, SubBand *b, IDWTELEM *src, int stride, int inverse, int use… in decorrelate()
1354 static void correlate(SnowContext *s, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_m… in correlate()
1499 SubBand *b= &s->plane[0].band[level][orientation]; in ratecontrol_1pass()
1548 SubBand *b= &p->band[level][orientation]; in calculate_visual_weight()
1813 SubBand *b= &p->band[level][orientation]; in encode_frame()
1828 SubBand *b= &p->band[level][orientation]; in encode_frame()
Dsnow.c554 SubBand *b= &s->plane[plane_index].band[level][orientation]; in ff_snow_common_init_after_header()
731 SubBand *b= &s->plane[plane_index].band[level][orientation]; in ff_snow_common_end()
Dcfhdenc.c224 SubBand band[DWT_LEVELS][4];