Lines Matching refs:MAX_COMPONENTS
45 #define MAX_COMPONENTS 4 macro
94 int block_stride[MAX_COMPONENTS];
95 int component_id[MAX_COMPONENTS];
96 int h_count[MAX_COMPONENTS]; /* horizontal and vertical count for each component */
97 int v_count[MAX_COMPONENTS];
98 int comp_index[MAX_COMPONENTS];
99 int dc_index[MAX_COMPONENTS];
100 int ac_index[MAX_COMPONENTS];
101 int nb_blocks[MAX_COMPONENTS];
102 int h_scount[MAX_COMPONENTS];
103 int v_scount[MAX_COMPONENTS];
104 int quant_sindex[MAX_COMPONENTS];
107 int last_dc[MAX_COMPONENTS]; /* last DEQUANTIZED dc (XXX: am I right to do that ?) */
111 int linesize[MAX_COMPONENTS]; ///< linesize << interlaced
114 int16_t (*blocks[MAX_COMPONENTS])[64]; ///< intermediate sums (progressive mode)
115 uint8_t *last_nnz[MAX_COMPONENTS];
116 …uint64_t coefs_finished[MAX_COMPONENTS]; ///< bitmask of which coefs have been completely decoded …