Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_table.c522 RK_S32 const weight_tbl[128] = { variable
H A Dhal_vp8e_table.h42 extern RK_S32 const weight_tbl[128];
H A Dhal_vp8e_base.c536 hw_cfg->dmv_qpel_penalty[i] = MPP_MIN(255, (y + x + 1) / 2 * weight_tbl[qp] >> 8); in set_new_frame()