Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c299 RK_U32 coeffB; in hal_jpege_vepu1_gen_regs() local
312 coeffB = 38443; in hal_jpege_vepu1_gen_regs()
324 coeffB = 46871; in hal_jpege_vepu1_gen_regs()
331 coeffB = syntax->coeffB; in hal_jpege_vepu1_gen_regs()
340 coeffB = 38443; in hal_jpege_vepu1_gen_regs()
347 regs[53] = coeffA | (coeffB << 16); in hal_jpege_vepu1_gen_regs()
H A Dhal_jpege_vepu2_v2.c472 RK_U32 coeffB; in hal_jpege_vepu2_gen_regs() local
485 coeffB = 38443; in hal_jpege_vepu2_gen_regs()
497 coeffB = 46871; in hal_jpege_vepu2_gen_regs()
504 coeffB = syntax->coeffB; in hal_jpege_vepu2_gen_regs()
513 coeffB = 38443; in hal_jpege_vepu2_gen_regs()
520 regs[95] = coeffA | (coeffB << 16); in hal_jpege_vepu2_gen_regs()
/rockchip-linux_mpp/mpp/common/
H A Djpege_syntax.h78 RK_U32 coeffB; member