Home
last modified time | relevance | path

Searched refs:slice_alpha_c0_offset_div2 (Results 1 – 11 of 11) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c70 slice->slice_alpha_c0_offset_div2 = h264->deblock_offset_alpha; in h264e_slice_update()
503 ret |= mpp_read_se(&bit, &slice->slice_alpha_c0_offset_div2); in h264e_slice_read()
505 bit.used_bits, slice->slice_alpha_c0_offset_div2); in h264e_slice_read()
711 mpp_writer_put_se(s, slice->slice_alpha_c0_offset_div2); in h264e_slice_write_header()
713 mpp_writer_bits(s), slice->slice_alpha_c0_offset_div2); in h264e_slice_write_header()
H A Dh264e_slice.h113 RK_S32 slice_alpha_c0_offset_div2; member
/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h144 RK_S8 slice_alpha_c0_offset_div2;
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md680 … | S32 | RK_S32 | 表示H.264协议中slice_alpha_c0_offset_div2参数,有效范围为\…
700 … | S32 | RK_S32 | 表示H.265协议中slice_alpha_c0_offset_div2参数,有效范围为\…
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c441 | VEPU_REG_SLICE_FILTER_ALPHA(slice->slice_alpha_c0_offset_div2) in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c488 | VEPU_REG_SLICE_FILTER_ALPHA(slice->slice_alpha_c0_offset_div2) in hal_h264e_vepu2_gen_regs_v2()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c595 regs->reg108.sli_alph_ofst = slice->slice_alpha_c0_offset_div2; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c583 regs->reg_base.synt_sli2.sli_alph_ofst = slice->slice_alpha_c0_offset_div2; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c930 regs->reg_base.synt_sli2.sli_alph_ofst = slice->slice_alpha_c0_offset_div2; in setup_vepu580_codec()
H A Dhal_h264e_vepu510.c953 reg_frm->synt_sli2.sli_alph_ofst = slice->slice_alpha_c0_offset_div2; in setup_vepu510_codec()
H A Dhal_h264e_vepu511.c922 reg_frm->synt_sli2.sli_alph_ofst = slice->slice_alpha_c0_offset_div2; in setup_vepu511_codec()