Searched refs:chroma_qp_index_offset (Results 1 – 11 of 11) sorted by relevance
50 __u32 chroma_qp_index_offset; member
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()
179 int chroma_qp_index_offset; member
400 rbsp_sev(rbsp, &pps->chroma_qp_index_offset); in nal_h264_rbsp_pps()
1612 pps->chroma_qp_index_offset = 0; in allegro_h264_write_pps()
58 reg = G1_REG_DEC_CTRL2_CH_QP_OFFSET(pps->chroma_qp_index_offset) | in set_params()
262 VDPU_REG_CH_QP_OFFSET(pps->chroma_qp_index_offset) | in set_params()
299 s16 chroma_qp_index_offset; member834 td->chroma_qp_index_offset = 2; in hva_h264_prepare_task()
447 reg |= (pps->chroma_qp_index_offset & 0x3f) << 8; in cedrus_set_params()
499 if (p_h264_pps->chroma_qp_index_offset < -12 || in std_validate_compound()500 p_h264_pps->chroma_qp_index_offset > 12) in std_validate_compound()
700 WRITE_PPS(pps->chroma_qp_index_offset, CHROMA_QP_INDEX_OFFSET); in assemble_hw_pps()