Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c457 RK_U32 hw_bit = 0; in hal_jpege_vepu1_wait() local
473 hw_bit = val; in hal_jpege_vepu1_wait()
476 feedback->stream_length = ((sw_bit / 8) & (~0x7)) + hw_bit / 8; in hal_jpege_vepu1_wait()
480 sw_bit, hw_bit, feedback->stream_length, task->hw_length); in hal_jpege_vepu1_wait()
589 RK_U32 hw_bit = 0; in hal_jpege_vepu1_part_wait() local
601 hw_bit = regs[24]; in hal_jpege_vepu1_part_wait()
604 (ctx->part_bytepos & (~7)) + (hw_bit / 8)); in hal_jpege_vepu1_part_wait()
605 ctx->part_bytepos = (ctx->part_bytepos & (~7)) + (hw_bit / 8); in hal_jpege_vepu1_part_wait()
612 feedback->stream_length, hw_bit / 8); in hal_jpege_vepu1_part_wait()
615 ctx->sw_bit, hw_bit, feedback->stream_length, task->hw_length); in hal_jpege_vepu1_part_wait()
H A Dhal_jpege_vepu2_v2.c751 RK_U32 hw_bit = 0; in multi_core_wait() local
773 hw_bit = val; in multi_core_wait()
774 feedback->stream_length = ((sw_bit / 8) & (~0x7)) + hw_bit / 8; in multi_core_wait()
775 hal_jpege_dbg_detail("partion len = %d", hw_bit / 8); in multi_core_wait()
797 sw_bit, hw_bit, feedback->stream_length, task->hw_length); in multi_core_wait()
866 RK_U32 hw_bit = 0; in hal_jpege_vepu2_wait() local
881 hw_bit = val; in hal_jpege_vepu2_wait()
884 feedback->stream_length = ((sw_bit / 8) & (~0x7)) + hw_bit / 8; in hal_jpege_vepu2_wait()
889 sw_bit, hw_bit, feedback->stream_length, task->hw_length); in hal_jpege_vepu2_wait()
1000 RK_U32 hw_bit = 0; in hal_jpege_vepu2_part_wait() local
[all …]