Home
last modified time | relevance | path

Searched refs:right (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_entropy.c20 static RK_U32 calc_mvprob(RK_U32 left, RK_U32 right, RK_U32 prob) in calc_mvprob() argument
24 if (left + right) { in calc_mvprob()
25 p = (left * 255) / (left + right); in calc_mvprob()
35 static RK_U32 update_prob(RK_U32 prob, RK_U32 left, RK_U32 right, in update_prob() argument
42 … (RK_S32)right * (vp8_prob_cost_tbl[255 - old_prob] - vp8_prob_cost_tbl[255 - new_prob])) >> 8; in update_prob()
96 RK_U32 p, left, right; in vp8e_init_entropy() local
116 right = ii >= 0 ? p_cnt[ii] : 0; in vp8e_init_entropy()
125 if (left + right) { in vp8e_init_entropy()
126 p = ((left * 256) + ((left + right) >> 1)) / (left + right); in vp8e_init_entropy()
131 if (update_prob(upd_p, left, right, old_p, p, 8)) { in vp8e_init_entropy()
[all …]
/rockchip-linux_mpp/osal/
H A Dmpp_common.c52 RK_U32 right = 0; in axb_div_c() local
89 while (((RK_U32)b >> right) > (RK_U32)c) in axb_div_c()
90 right++; in axb_div_c()
92 if (right > left) { in axb_div_c()
95 shift = left - right; in axb_div_c()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu2_v2.c297 RK_S32 right = 0; in setup_intra_refresh() local
309 right = mb_w; in setup_intra_refresh()
318 right = (refresh_idx + 1) * refresh_num - 1; in setup_intra_refresh()
320 right = mpp_clip(right, 0, mb_w); in setup_intra_refresh()
327 | VEPU_REG_INTRA_AREA_RIGHT(right); in setup_intra_refresh()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.h116 RK_S32 right; member
H A Dh264e_sps.c209 sps->crop.right = crop_right; in h264e_sps_update()
347 mpp_writer_put_ue(bit, sps->crop.right / SubWidthC[sps->chroma_format_idc]); in h264e_sps_to_packet()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h782 RK_S32 right; member
/rockchip-linux_mpp/build/android/
H A Dandroid.toolchain.cmake1018 # TODO: look for right fix
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md369 …fer size to be allocated from the decoder. This command is called usually right after mpp_init and…
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile1521 # projects and redirect the results back to the right project.