Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c126 READ_SE(p_bitctx, &se_tmp); //!< slice->wp_weight[LIST_0][i][0] in pred_weight_table()
127 READ_SE(p_bitctx, &se_tmp); //!< slice->wp_offset[LIST_0][i][0] in pred_weight_table()
133 READ_SE(p_bitctx, &se_tmp); //!< slice->wp_weight[LIST_0][i][j] in pred_weight_table()
134 READ_SE(p_bitctx, &se_tmp); //!< slice->wp_offset[LIST_0][i][j] in pred_weight_table()
144 READ_SE(p_bitctx, &se_tmp); //!< slice->wp_weight[LIST_1][i][0] in pred_weight_table()
145 READ_SE(p_bitctx, &se_tmp); //!< slice->wp_offset[LIST_1][i][0] in pred_weight_table()
151 READ_SE(p_bitctx, &se_tmp); //!< slice->wp_weight[LIST_1][i][j] in pred_weight_table()
152 READ_SE(p_bitctx, &se_tmp); //!< slice->wp_offset[LIST_1][i][j] in pred_weight_table()
533 READ_SE(p_bitctx, &currSlice->delta_pic_order_cnt_bottom); in process_slice()
540 READ_SE(p_bitctx, &currSlice->delta_pic_order_cnt[0]); in process_slice()
[all …]
H A Dh264d_pps.c90 READ_SE(p_bitctx, &cur_pps->pic_init_qp_minus26); in parser_pps()
91 READ_SE(p_bitctx, &cur_pps->pic_init_qs_minus26); in parser_pps()
92 READ_SE(p_bitctx, &cur_pps->chroma_qp_index_offset); in parser_pps()
106 READ_SE(p_bitctx, &cur_pps->second_chroma_qp_index_offset); in parser_pps()
H A Dh264d_sps.c256 READ_SE(p_bitctx, &cur_sps->offset_for_non_ref_pic); in parser_sps()
257 READ_SE(p_bitctx, &cur_sps->offset_for_top_to_bottom_field); in parser_sps()
261 READ_SE(p_bitctx, &cur_sps->offset_for_ref_frame[i]); in parser_sps()
H A Dh264d_scalist.c188 READ_SE(p_bitctx, &delta_scale); in parse_scalingList()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c408 READ_SE(bitctx, &alf_coeff[j]); in read_pic_alf_coeff()
507 READ_SE(bitctx, &ph->alpha_c_offset); in parse_picture_header_comm()
508 READ_SE(bitctx, &ph->beta_offset); in parse_picture_header_comm()
524 READ_SE(bitctx, &ph->chroma_quant_param_delta_cb); in parse_picture_header_comm()
525 READ_SE(bitctx, &ph->chroma_quant_param_delta_cr); in parse_picture_header_comm()
549 READ_SE(bitctx, &ph->wq_param_delta1[i]); in parse_picture_header_comm()
553 READ_SE(bitctx, &ph->wq_param_delta2[i]); in parse_picture_header_comm()
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c124 READ_SE(bitctx, &ph->alpha_c_offset); in get_extend_header()
125 READ_SE(bitctx, &ph->beta_offset); in get_extend_header()
140 READ_SE(bitctx, &ph->chroma_quant_param_delta_cb); in get_extend_header()
141 READ_SE(bitctx, &ph->chroma_quant_param_delta_cr); in get_extend_header()
147 READ_SE(bitctx, &ph->weighting_quant_param_delta1[i]); in get_extend_header()
151 READ_SE(bitctx, &ph->weighting_quant_param_delta2[i]); in get_extend_header()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c333 READ_SE(gb, &delta); in pred_weight_table()
357 READ_SE(gb, &delta_luma_weight_l0); in pred_weight_table()
359 READ_SE(gb, &s->sh.luma_offset_l0[i]); in pred_weight_table()
365 READ_SE(gb, &delta_chroma_weight_l0); in pred_weight_table()
366 READ_SE(gb, &delta_chroma_offset_l0); in pred_weight_table()
399 READ_SE(gb, &s->sh.luma_offset_l1[i]); in pred_weight_table()
405 READ_SE(gb, &delta_chroma_weight_l1); in pred_weight_table()
406 READ_SE(gb, &delta_chroma_offset_l1); in pred_weight_table()
1009 READ_SE(gb, &sh->slice_qp_delta ); in hls_slice_header()
1011 READ_SE(gb, &sh->slice_cb_qp_offset); in hls_slice_header()
[all …]
H A Dh265d_ps.c1377 READ_SE(gb, &scaling_list_dc_coef[size_id - 2][matrix_id]); in scaling_list_data()
1390 READ_SE(gb, &scaling_list_delta_coef); in scaling_list_data()
1743 READ_SE(gb, &value); in mpp_hevc_decode_nal_sps()
1745 READ_SE(gb, &value); in mpp_hevc_decode_nal_sps()
1747 READ_SE(gb, &value); in mpp_hevc_decode_nal_sps()
1749 READ_SE(gb, &value); in mpp_hevc_decode_nal_sps()
1993 READ_SE(gb, &pps->pic_init_qp_minus26); in mpp_hevc_decode_nal_pps()
2003 READ_SE(gb, &pps->cb_qp_offset); in mpp_hevc_decode_nal_pps()
2010 READ_SE(gb, &pps->cr_qp_offset); in mpp_hevc_decode_nal_pps()
2132 READ_SE(gb, &pps->beta_offset); in mpp_hevc_decode_nal_pps()
[all …]
H A Dh265d_sei.c233 READ_SE(gb, &value); //colour_remap_coeffs in colour_remapping_info()
415 READ_SE(gb, &val); in decode_recovery_point()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_bitread.h88 #define READ_SE(bitctx, out)\ macro
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_bit_read_test.c307 READ_SE(ctx, ret_val); in proc_bit_ops()