Home
last modified time | relevance | path

Searched refs:MAX_COMPONENTS (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Djpegd_syntax.h33 #define MAX_COMPONENTS (3) /* for JFIF: YCbCr */ macro
166 RK_U32 component_id[MAX_COMPONENTS];
169 RK_U32 h_count[MAX_COMPONENTS];
172 RK_U32 v_count[MAX_COMPONENTS];
175 RK_U32 dc_index[MAX_COMPONENTS];
178 RK_U32 ac_index[MAX_COMPONENTS];
184 RK_U32 quant_index[MAX_COMPONENTS];
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c353 if (syntax->qtbl_entry > MAX_COMPONENTS) in jpegd_decode_dqt()
425 if ((nb_components != 1) && (nb_components != MAX_COMPONENTS)) { in jpegd_decode_sof()
500 if ((nb_components != 1) && (nb_components != MAX_COMPONENTS)) { in jpegd_decode_sos()