| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_pps.c | 92 READ_SE(p_bitctx, &cur_pps->chroma_qp_index_offset); in parser_pps() 93 cur_pps->second_chroma_qp_index_offset = cur_pps->chroma_qp_index_offset; in parser_pps() 109 cur_pps->second_chroma_qp_index_offset = cur_pps->chroma_qp_index_offset; in parser_pps()
|
| H A D | h264d_fill.c | 172 pp->chroma_qp_index_offset = p_Vid->active_pps->chroma_qp_index_offset; in fill_picparams()
|
| H A D | h264d_slice.c | 322 ret |= (pps->chroma_qp_index_offset > 12 || pps->chroma_qp_index_offset < -12); in check_sps_pps()
|
| H A D | h264d_global.h | 640 RK_S32 chroma_qp_index_offset; // se(v) member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_pps.c | 65 pps->chroma_qp_index_offset = codec->chroma_cb_qp_offset; in h264e_pps_update() 154 mpp_writer_put_se(bit, pps->chroma_qp_index_offset); in h264e_pps_to_packet()
|
| H A D | h264e_pps.h | 44 RK_S32 chroma_qp_index_offset; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/tegra-vde/ |
| H A D | uapi.h | 50 __u32 chroma_qp_index_offset; member
|
| H A D | vde.c | 408 value = ctx->chroma_qp_index_offset; in tegra_vde_setup_hw_context() 445 value |= ctx->chroma_qp_index_offset << 8; in tegra_vde_setup_hw_context() 653 if (ctx->chroma_qp_index_offset > 31) { in tegra_vde_validate_h264_ctx() 655 ctx->chroma_qp_index_offset); in tegra_vde_validate_h264_ctx()
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | h264d_syntax.h | 76 RK_S8 chroma_qp_index_offset; /* also used for QScb */ member 363 RK_S8 chroma_qp_index_offset; /* also used for QScb */ member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/ |
| H A D | nal-h264.h | 179 int chroma_qp_index_offset; member
|
| H A D | nal-h264.c | 722 rbsp_sev(rbsp, &pps->chroma_qp_index_offset); in nal_h264_rbsp_pps()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | h264-ctrls.h | 105 __s8 chroma_qp_index_offset; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/hva/ |
| H A D | hva-h264.c | 299 s16 chroma_qp_index_offset; member 832 td->chroma_qp_index_offset = 2; in hva_h264_prepare_task()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | hantro_g1_h264_dec.c | 59 reg = G1_REG_DEC_CTRL2_CH_QP_OFFSET(pps->chroma_qp_index_offset) | in set_params()
|
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_comm_venc.h | 461 RK_S32 chroma_qp_index_offset; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus_h264.c | 447 reg |= (pps->chroma_qp_index_offset & 0x3f) << 8; in cedrus_set_params()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu1_v2.c | 441 | VEPU_REG_CHROMA_QP_OFFSET(pps->chroma_qp_index_offset) in hal_h264e_vepu1_gen_regs_v2()
|
| H A D | hal_h264e_vepu2_v2.c | 488 | VEPU_REG_CHROMA_QP_OFFSET(pps->chroma_qp_index_offset) in hal_h264e_vepu2_gen_regs_v2()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 325 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
|
| H A D | hal_h264d_vdpu1.c | 609 p_regs->SwReg05.sw_ch_qp_offset = pp->chroma_qp_index_offset; in vdpu1_set_asic_regs()
|
| H A D | hal_h264d_vdpu2.c | 723 p_regs->sw110.flt_offset_cb_qp = pp->chroma_qp_index_offset; in set_asic_regs()
|
| H A D | hal_h264d_vdpu34x.c | 419 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
|
| H A D | hal_h264d_vdpu382.c | 425 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkvdec/ |
| H A D | rkvdec-h264.c | 700 WRITE_PPS(pps->chroma_qp_index_offset, CHROMA_QP_INDEX_OFFSET); in assemble_hw_pps()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 569 regs->reg105.cb_ofst = pps->chroma_qp_index_offset; in setup_vepu541_codec()
|