Home
last modified time | relevance | path

Searched refs:left (Results 1 – 7 of 7) 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
41 s = ((RK_S32)left * (vp8_prob_cost_tbl[old_prob] - vp8_prob_cost_tbl[new_prob]) + in update_prob()
96 RK_U32 p, left, right; in vp8e_init_entropy() local
124 left = 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.c51 RK_U32 left = 32; in axb_div_c() local
84 for (--left; (((RK_U32)a << left) >> left) != (RK_U32)a; --left) in axb_div_c()
87 left--; 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.c296 RK_S32 left = 0; in setup_intra_refresh() local
308 left = 0; in setup_intra_refresh()
317 left = refresh_idx * refresh_num - 2; in setup_intra_refresh()
319 left = mpp_clip(left, 0, mb_w); in setup_intra_refresh()
326 | VEPU_REG_INTRA_AREA_LEFT(left) in setup_intra_refresh()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.h115 RK_S32 left; member
H A Dh264e_sps.c208 sps->crop.left = 0; in h264e_sps_update()
345 mpp_writer_put_ue(bit, sps->crop.left / SubWidthC[sps->chroma_format_idc]); in h264e_sps_to_packet()
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile59 # left blank the current directory will be used.
108 # text. Otherwise, the brief description is used as-is. If left blank, the
138 # Stripping is only done if one of the specified strings matches the left-hand
140 # If left blank the directory from which doxygen is run is used as the path to
151 # header file to include in order to use a class. If left blank only the name of
662 # tag is left empty.
731 # messages should be written. If left blank the output is written to standard
759 # *.h) to filter out the source-files in the directories. If left blank the
818 # *.h) to filter out the source-files in the directories. If left blank all
1021 # each generated HTML page. If the tag is left blank doxygen will generate a
[all …]
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h781 RK_S32 left; member