Home
last modified time | relevance | path

Searched refs:qtable_u (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/hal/common/jpeg/
H A Dhal_jpege_hdr.c920 memset(hal_rc->qtable_u, 1, QUANTIZE_TABLE_SIZE); in hal_jpege_rc_init()
962 qfactor_to_qf_table(syntax->q_factor, hal_rc->qtable_y, hal_rc->qtable_u); in hal_jpege_rc_update()
967 hal_rc->qtables[1] = hal_rc->qtable_u; in hal_jpege_rc_update()
968 hal_rc->qtables[2] = hal_rc->qtable_u; in hal_jpege_rc_update()
974 memcpy(hal_rc->qtable_u, syntax->qtable_u, QUANTIZE_TABLE_SIZE); in hal_jpege_rc_update()
977 hal_rc->qtables[1] = hal_rc->qtable_u; in hal_jpege_rc_update()
H A Dhal_jpege_hdr.h34 RK_U8 qtable_u[QUANTIZE_TABLE_SIZE]; member
/rockchip-linux_mpp/mpp/common/
H A Djpege_syntax.h66 RK_U8 *qtable_u; member
/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c249 syntax->qtable_u = jpeg->qtable_u; in jpege_proc_hal()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h957 RK_U8 qtable_u[64]; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c208 …ENTRY(prefix, st, void *, qtable_u, FLAG_PREV, jpeg,
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md721 | jpeg:qtable_u | Ptr | RK_U8 \* | 表示样本色度分量u量化表,大小为64,用数组存储。 …