Home
last modified time | relevance | path

Searched refs:JPEG_QFACTOR (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/hal/common/jpeg/
H A Dhal_jpege_hdr.c960 case JPEG_QFACTOR : { in hal_jpege_rc_update()
961 if (hal_rc->q_mode != JPEG_QFACTOR || hal_rc->q_factor != syntax->q_factor) in hal_jpege_rc_update()
964 hal_rc->q_mode = JPEG_QFACTOR; in hal_jpege_rc_update()
/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vepu540c.c161 if (syntax->q_mode == JPEG_QFACTOR) { in hal_jpege_v540c_gen_regs()
H A Dhal_jpege_vpu720.c396 if (syntax->q_mode == JPEG_QFACTOR) { in hal_jpege_vpu720_gen_regs()
H A Dhal_jpege_vepu511.c378 if (syntax->q_mode == JPEG_QFACTOR) { in hal_jpege_vepu511_gen_regs()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h924 JPEG_QFACTOR = 2, enumerator
/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c232 if (syntax->q_mode == JPEG_QFACTOR) { in hal_jpege_vepu1_gen_regs()
H A Dhal_jpege_vepu2_v2.c426 if (syntax->q_mode == JPEG_QFACTOR) { in hal_jpege_vepu2_gen_regs()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1168 set->q_mode = JPEG_QFACTOR; in proc_jpeg_cfg()