Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c113 ctx->sw_bit = 0; in hal_jpege_vepu1_get_task()
252 ctx->sw_bit = bitpos; in hal_jpege_vepu1_gen_regs()
435 RK_U32 sw_bit = 0; in hal_jpege_vepu1_wait() local
451 sw_bit = jpege_bits_get_bitpos(bits); 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()
594 ctx->sw_bit, hw_bit, feedback->stream_length, task->hw_length); in hal_jpege_vepu1_part_wait()
H A Dhal_jpege_vepu2_v2.c170 ctx->sw_bit = 0; in hal_jpege_vepu2_get_task()
449 ctx->sw_bit = bitpos; in hal_jpege_vepu2_gen_regs()
742 RK_U32 sw_bit = 0; in multi_core_wait() local
766 sw_bit = jpege_bits_get_bitpos(ctx->bits); in multi_core_wait()
768 feedback->stream_length = ((sw_bit / 8) & (~0x7)) + hw_bit / 8; in multi_core_wait()
796 sw_bit, hw_bit, feedback->stream_length, task->hw_length); in multi_core_wait()
867 RK_U32 sw_bit = 0; in hal_jpege_vepu2_wait() local
882 sw_bit = jpege_bits_get_bitpos(bits); 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()
[all …]
H A Dhal_jpege_base.h49 RK_U32 sw_bit; member