Home
last modified time | relevance | path

Searched refs:MAX_DECOMPOSITIONS (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddirac_dwt.h30 #define MAX_DECOMPOSITIONS 8 macro
71 DWTCompose cs[MAX_DECOMPOSITIONS];
H A Dsnow_dwt.h32 #define MAX_DECOMPOSITIONS 8 macro
H A Dsnowdec.c319 GET_S(s->spatial_decomposition_count, 0 < tmp && tmp <= MAX_DECOMPOSITIONS) in decode_header()
382 GET_S(s->spatial_decomposition_count, 0 < tmp && tmp <= MAX_DECOMPOSITIONS) in decode_header()
514 int decode_state[MAX_DECOMPOSITIONS][4][1]; /* Stored state info for unpack_coeffs. 1 variable per instance. */ in decode_frame()
540 DWTCompose cs[MAX_DECOMPOSITIONS]; in decode_frame()
H A Dsnow.c104 for(level=0; level<MAX_DECOMPOSITIONS; level++){ in ff_snow_reset_contexts()
727 for(level=MAX_DECOMPOSITIONS-1; level>=0; level--){ in ff_snow_common_end()
H A Dsnow.h104 SubBand band[MAX_DECOMPOSITIONS][4];
H A Dsnow_dwt.c734 DWTCompose cs[MAX_DECOMPOSITIONS]; in ff_spatial_idwt()

Completed in 8 milliseconds