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