Home
last modified time | relevance | path

Searched refs:mpp_writer_put_se (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c164 mpp_writer_put_se(bit, pps->pic_init_qp - 26); in h264e_pps_to_packet()
166 mpp_writer_put_se(bit, pps->pic_init_qs - 26); in h264e_pps_to_packet()
168 mpp_writer_put_se(bit, pps->chroma_qp_index_offset); in h264e_pps_to_packet()
201mpp_writer_put_se(bit, (int8_t)(intra_scl[zigzag[j]] - (j > 0 ? intra_scl[zigzag[j - 1]] : 8))); in h264e_pps_to_packet()
203 mpp_writer_put_se(bit, (int8_t) - intra_scl[zigzag[run]]); in h264e_pps_to_packet()
210mpp_writer_put_se(bit, (int8_t)(inter_scl[zigzag[j]] - (j > 0 ? inter_scl[zigzag[j - 1]] : 8))); in h264e_pps_to_packet()
212 mpp_writer_put_se(bit, (int8_t) - inter_scl[zigzag[run]]); in h264e_pps_to_packet()
218 mpp_writer_put_se(bit, pps->second_chroma_qp_index_offset); in h264e_pps_to_packet()
H A Dh264e_slice.c701 mpp_writer_put_se(s, slice->qp_delta); in h264e_slice_write_header()
711 mpp_writer_put_se(s, slice->slice_alpha_c0_offset_div2); in h264e_slice_write_header()
716 mpp_writer_put_se(s, slice->slice_beta_offset_div2); in h264e_slice_write_header()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_bitwrite.h62 void mpp_writer_put_se(MppWriteCtx *ctx, RK_S32 val);
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c523 mpp_writer_put_se(bitIf, code); in h265e_code_slice_header()
526 mpp_writer_put_se(bitIf, code); in h265e_code_slice_header()
528 mpp_writer_put_se(bitIf, code); in h265e_code_slice_header()
537 mpp_writer_put_se(bitIf, slice->m_deblockingFilterBetaOffsetDiv2); in h265e_code_slice_header()
538 mpp_writer_put_se(bitIf, slice->m_deblockingFilterTcOffsetDiv2); in h265e_code_slice_header()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_bitwrite.c214 void mpp_writer_put_se(MppWriteCtx *ctx, RK_S32 val) in mpp_writer_put_se() function