Searched refs:qtable_u (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/common/jpeg/ |
| H A D | hal_jpege_hdr.c | 920 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 D | hal_jpege_hdr.h | 34 RK_U8 qtable_u[QUANTIZE_TABLE_SIZE]; member
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | jpege_syntax.h | 66 RK_U8 *qtable_u; member
|
| /rockchip-linux_mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 249 syntax->qtable_u = jpeg->qtable_u; in jpege_proc_hal()
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_cmd.h | 957 RK_U8 qtable_u[64]; member
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 208 …ENTRY(prefix, st, void *, qtable_u, FLAG_PREV, jpeg, …
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 721 | jpeg:qtable_u | Ptr | RK_U8 \* | 表示样本色度分量u量化表,大小为64,用数组存储。 …
|