Searched refs:qp_hdr (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_rc.c | 328 rc->qp_hdr = rc->fixed_qp; in cal_pic_quant() 345 rc->qp_hdr = tmp; in cal_pic_quant() 348 rc->qp_hdr = rc->qp_hdr_prev; in cal_pic_quant() 353 rc->qp_hdr = new_pic_quant(&rc->lin_reg, tmp_value, in cal_pic_quant() 357 vp8e_rc_dbg_rc("frame_cnt = %d, qp = %d\n", rc->frame_cnt, rc->qp_hdr); in cal_pic_quant() 359 rc->qp_hdr = MPP_MIN(rc->qp_max, MPP_MAX(rc->qp_min, rc->qp_hdr)); in cal_pic_quant() 360 rc->qp_hdr_prev = rc->qp_hdr; in cal_pic_quant() 364 rc->qp_hdr = rc->fixed_intra_qp; in cal_pic_quant() 366 rc->qp_hdr += rc->intra_qp_delta; in cal_pic_quant() 368 rc->qp_hdr = MPP_MIN(rc->qp_max, MPP_MAX(rc->qp_min, rc->qp_hdr)); in cal_pic_quant() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | vp8e_syntax.h | 76 RK_S32 qp_hdr; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_base.c | 40 pps->qp_sgm[i] = ctx->rc->qp_hdr; in set_frame_params() 133 RK_S32 qp = ctx->rc->qp_hdr; in set_segmentation() 370 vp8e_put_lit(bitbuf, ctx->rc->qp_hdr, 7); in set_frame_header() 497 qp = ctx->rc->qp_hdr; in set_new_frame()
|
| H A D | hal_vp8e_entropy.c | 82 entropy->skip_false_prob = default_skip_false_prob_tbl[ctx->rc->qp_hdr]; in vp8e_init_entropy()
|
| H A D | hal_vp8e_vepu1_v2.c | 352 ctx->rc->qp_hdr = MPP_CLIP3(0, 127, task->rc_task->info.quality_target); in hal_vp8e_vepu1_gen_regs_v2()
|
| H A D | hal_vp8e_vepu2_v2.c | 356 ctx->rc->qp_hdr = MPP_CLIP3(0, 127, task->rc_task->info.quality_target); in hal_vp8e_vepu2_gen_regs_v2()
|