Searched refs:JpegdCtx (Results 1 – 2 of 2) sorted by relevance
80 static MPP_RET jpeg_judge_yuv_mode(JpegdCtx *ctx) in jpeg_judge_yuv_mode()189 static MPP_RET jpegd_skip_section(JpegdCtx *ctx) in jpegd_skip_section()210 static MPP_RET jpegd_decode_dht(JpegdCtx *ctx) in jpegd_decode_dht()314 static MPP_RET jpegd_decode_dqt(JpegdCtx *ctx) in jpegd_decode_dqt()390 static MPP_RET jpegd_decode_sof(JpegdCtx *ctx) in jpegd_decode_sof()483 static MPP_RET jpegd_decode_sos(JpegdCtx *ctx) in jpegd_decode_sos()573 static MPP_RET jpegd_decode_dri(JpegdCtx *ctx) in jpegd_decode_dri()598 static MPP_RET jpegd_setup_default_dht(JpegdCtx *ctx) in jpegd_setup_default_dht()733 static MPP_RET jpegd_decode_frame(JpegdCtx *ctx) in jpegd_decode_frame()957 JpegdCtx *JpegCtx = (JpegdCtx *)ctx; in jpegd_prepare()[all …]
115 typedef struct JpegdCtx { struct151 } JpegdCtx; argument