Home
last modified time | relevance | path

Searched refs:actual_length (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Djpegd_syntax.h96 RK_U32 actual_length; /* calculate based on actual stream */ member
103 RK_U32 actual_length; /* calculate based on actual stream */ member
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_common.c314 if (i < ac_ptr0->actual_length) in jpegd_write_qp_ac_dc_table()
337 if ((s->yuv_mode != JPEGDEC_YUV400) && (i < ac_ptr1->actual_length)) in jpegd_write_qp_ac_dc_table()
370 if (i < dc_ptr0->actual_length) in jpegd_write_qp_ac_dc_table()
393 if ((s->yuv_mode != JPEGDEC_YUV400) && (i < dc_ptr1->actual_length)) in jpegd_write_qp_ac_dc_table()
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c256 ptr->actual_length = num; in jpegd_decode_dht()
265 ptr->actual_length = num; in jpegd_decode_dht()
704 ac_ptr->actual_length = tmp_len; /* set the table length */ in jpegd_setup_default_dht()
723 dc_ptr->actual_length = tmp_len; /* set the table length */ in jpegd_setup_default_dht()