Home
last modified time | relevance | path

Searched refs:restart_ri (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Djpege_syntax.h84 RK_U32 restart_ri; member
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c502 syntax->restart_ri = 0; in jpege_proc_hal()
528 syntax->restart_ri = syntax->mcu_w * part_rows; in jpege_proc_hal()
531 syntax->part_rows, syntax->restart_ri); in jpege_proc_hal()
/OK3568_Linux_fs/external/mpp/mpp/hal/common/jpeg/
H A Dhal_jpege_hdr.c894 if (syntax->restart_ri) { in write_jpeg_RestartInterval()
897 jpege_bits_put(bits, syntax->restart_ri, 16); in write_jpeg_RestartInterval()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c315 if (i == 0 && !ctx->syntax.restart_ri) in hal_jpege_vepu2_get_task()
316 ctx->syntax.restart_ri = mb_w * part_rows; in hal_jpege_vepu2_get_task()