Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c86 static MPP_RET jpeg_judge_yuv_mode(JpegdCtx *ctx) in jpeg_judge_yuv_mode()
190 static MPP_RET jpegd_skip_section(JpegdCtx *ctx) in jpegd_skip_section()
211 static MPP_RET jpegd_decode_dht(JpegdCtx *ctx) in jpegd_decode_dht()
315 static MPP_RET jpegd_decode_dqt(JpegdCtx *ctx) in jpegd_decode_dqt()
391 static MPP_RET jpegd_decode_sof(JpegdCtx *ctx) in jpegd_decode_sof()
484 static MPP_RET jpegd_decode_sos(JpegdCtx *ctx) in jpegd_decode_sos()
574 static MPP_RET jpegd_decode_dri(JpegdCtx *ctx) in jpegd_decode_dri()
599 static MPP_RET jpegd_setup_default_dht(JpegdCtx *ctx) in jpegd_setup_default_dht()
734 static MPP_RET jpegd_decode_frame(JpegdCtx *ctx) in jpegd_decode_frame()
964 JpegdCtx *JpegCtx = (JpegdCtx *)ctx; in jpegd_prepare()
[all …]
H A Djpegd_parser.h115 typedef struct JpegdCtx { struct
149 } JpegdCtx; argument