Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c436 RK_U32 hw_bit = 0; in hal_jpege_vepu1_wait() local
452 hw_bit = val; in hal_jpege_vepu1_wait()
455 feedback->stream_length = ((sw_bit / 8) & (~0x7)) + hw_bit / 8; in hal_jpege_vepu1_wait()
459 sw_bit, hw_bit, feedback->stream_length, task->hw_length); in hal_jpege_vepu1_wait()
568 RK_U32 hw_bit = 0; in hal_jpege_vepu1_part_wait() local
580 hw_bit = regs[24]; in hal_jpege_vepu1_part_wait()
583 (ctx->part_bytepos & (~7)) + (hw_bit / 8)); in hal_jpege_vepu1_part_wait()
584 ctx->part_bytepos = (ctx->part_bytepos & (~7)) + (hw_bit / 8); in hal_jpege_vepu1_part_wait()
591 feedback->stream_length, hw_bit / 8); in hal_jpege_vepu1_part_wait()
594 ctx->sw_bit, hw_bit, feedback->stream_length, task->hw_length); in hal_jpege_vepu1_part_wait()
H A Dhal_jpege_vepu2_v2.c743 RK_U32 hw_bit = 0; in multi_core_wait() local
767 hw_bit = val; in multi_core_wait()
768 feedback->stream_length = ((sw_bit / 8) & (~0x7)) + hw_bit / 8; in multi_core_wait()
769 hal_jpege_dbg_detail("partion len = %d", hw_bit / 8); in multi_core_wait()
796 sw_bit, hw_bit, feedback->stream_length, task->hw_length); in multi_core_wait()
868 RK_U32 hw_bit = 0; in hal_jpege_vepu2_wait() local
883 hw_bit = val; in hal_jpege_vepu2_wait()
886 feedback->stream_length = ((sw_bit / 8) & (~0x7)) + hw_bit / 8; in hal_jpege_vepu2_wait()
891 sw_bit, hw_bit, feedback->stream_length, task->hw_length); in hal_jpege_vepu2_wait()
1004 RK_U32 hw_bit = 0; in hal_jpege_vepu2_part_wait() local
[all …]