Searched refs:MAX_DWT_LEVELS (Results 1 – 3 of 3) sorted by relevance
125 SubBand band[MAX_DWT_LEVELS][4];187 } codeblock[MAX_DWT_LEVELS+1];191 uint8_t quant[MAX_DWT_LEVELS][4]; /* [DIRAC_STD] E.1 */304 top_padding = FFMAX(1<<MAX_DWT_LEVELS, max_yblen/2); in alloc_sequence_buffers()305 w = FFALIGN(CALC_PADDING(w, MAX_DWT_LEVELS), 8); /* FIXME: Should this be 16 for SSE??? */ in alloc_sequence_buffers()306 h = top_padding + CALC_PADDING(h, MAX_DWT_LEVELS) + max_yblen/2; in alloc_sequence_buffers()661 SubBand *bands[3*MAX_DWT_LEVELS+1]; in decode_component()664 int ret[3*MAX_DWT_LEVELS+1]; in decode_component()823 SliceCoeffs c[MAX_DWT_LEVELS]) in subband_coeffs() argument846 int qfactor[MAX_DWT_LEVELS][4], qoffset[MAX_DWT_LEVELS][4]; in decode_hq_slice()[all …]
45 #define MAX_DWT_LEVELS 5 macro
96 SubBand band[MAX_DWT_LEVELS][4];150 uint8_t quant[MAX_DWT_LEVELS][4];558 uint8_t quants[MAX_DWT_LEVELS][4]; in count_hq_slice()732 uint8_t quants[MAX_DWT_LEVELS][4]; in encode_hq_slice()