Home
last modified time | relevance | path

Searched refs:READ_UE (Results 1 – 13 of 13) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c50 READ_UE(p_bitctx, &hrd->cpb_cnt_minus1); in read_hrd_parameters()
56 READ_UE(p_bitctx, &hrd->bit_rate_value_minus1[SchedSelIdx]); in read_hrd_parameters()
57 READ_UE(p_bitctx, &hrd->cpb_size_value_minus1[SchedSelIdx]); in read_hrd_parameters()
111 READ_UE(p_bitctx, &vui->chroma_sample_loc_type_top_field); in read_VUI()
112 READ_UE(p_bitctx, &vui->chroma_sample_loc_type_bottom_field); in read_VUI()
158 READ_UE(p_bitctx, &vui->max_bytes_per_pic_denom); in read_VUI()
159 READ_UE(p_bitctx, &vui->max_bits_per_mb_denom); in read_VUI()
160 READ_UE(p_bitctx, &vui->log2_max_mv_length_horizontal); in read_VUI()
161 READ_UE(p_bitctx, &vui->log2_max_mv_length_vertical); in read_VUI()
162 READ_UE(p_bitctx, &vui->num_reorder_frames); in read_VUI()
[all …]
H A Dh264d_slice.c62 READ_UE(p_bitctx, &modification_of_pic_nums_idc); in ref_pic_list_mvc_modification()
65 READ_UE(p_bitctx, &currSlice->abs_diff_pic_num_minus1[LIST_0][i]); in ref_pic_list_mvc_modification()
68 READ_UE(p_bitctx, &currSlice->long_term_pic_idx[LIST_0][i]); in ref_pic_list_mvc_modification()
70 READ_UE(p_bitctx, &currSlice->abs_diff_view_idx_minus1[LIST_0][i]); in ref_pic_list_mvc_modification()
88 READ_UE(p_bitctx, &modification_of_pic_nums_idc); in ref_pic_list_mvc_modification()
91 READ_UE(p_bitctx, &currSlice->abs_diff_pic_num_minus1[LIST_1][i]); in ref_pic_list_mvc_modification()
94 READ_UE(p_bitctx, &currSlice->long_term_pic_idx[LIST_1][i]); in ref_pic_list_mvc_modification()
96 READ_UE(p_bitctx, &currSlice->abs_diff_view_idx_minus1[LIST_1][i]); in ref_pic_list_mvc_modification()
119 READ_UE(p_bitctx, &temp); //!< log2_weight_denom in pred_weight_table()
121 READ_UE(p_bitctx, &temp); //!< log2_weight_denom in pred_weight_table()
[all …]
H A Dh264d_pps.c69 READ_UE(p_bitctx, &cur_pps->pic_parameter_set_id); in parser_pps()
70 READ_UE(p_bitctx, &cur_pps->seq_parameter_set_id); in parser_pps()
81 READ_UE(p_bitctx, &cur_pps->num_slice_groups_minus1); in parser_pps()
83 READ_UE(p_bitctx, &cur_pps->num_ref_idx_l0_default_active_minus1); in parser_pps()
85 READ_UE(p_bitctx, &cur_pps->num_ref_idx_l1_default_active_minus1); in parser_pps()
H A Dh264d_sei.c170 READ_UE(p_bitctx, &seq_parameter_set_id); in interpret_buffering_period_info()
209 READ_UE(p_bitctx, &recovery_frame_cnt); in interpret_recovery_point()
H A Dh264d_parse.c521 READ_UE(p_bitctx, &first_mb_in_slice); in judge_is_new_frame()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c161 READ_UE(gb, &delta_idx); in mpp_hevc_decode_short_term_rps()
175 READ_UE(gb, &abs_delta_rps); in mpp_hevc_decode_short_term_rps()
237 READ_UE(gb, &rps->num_negative_pics); in mpp_hevc_decode_short_term_rps()
239 READ_UE(gb, &nb_positive_pics); in mpp_hevc_decode_short_term_rps()
251 READ_UE(gb, &delta_poc); in mpp_hevc_decode_short_term_rps()
259 READ_UE(gb, &delta_poc); in mpp_hevc_decode_short_term_rps()
350 READ_UE(gb, &value); // bit_rate_value_minus1 in decode_sublayer_hrd()
351 READ_UE(gb, &value); // cpb_size_value_minus1 in decode_sublayer_hrd()
354 READ_UE(gb, &value); // cpb_size_du_value_minus1 in decode_sublayer_hrd()
355 READ_UE(gb, &value); // bit_rate_du_value_minus1 in decode_sublayer_hrd()
[all …]
H A Dh265d_sei.c62 READ_UE(gb, &value); // frame_packing_arrangement_id in decode_nal_sei_frame_packing_arrangement()
129 READ_UE(gb, &num_sps_ids_minus1); // num_sps_ids_minus1 in active_parameter_sets()
131 READ_UE(gb, &active_seq_parameter_set_id); in active_parameter_sets()
139 READ_UE(gb, &value); // active_seq_parameter_set_id[i] in active_parameter_sets()
202 READ_UE(gb, &value); //colour_remap ID in colour_remapping_info()
263 READ_UE(gb, &value); //tone_map ID in tone_mapping_info()
270 READ_UE(gb, &tone_map_model_id); //tone_map_model_id in tone_mapping_info()
H A Dh265d_parser.c330 READ_UE(gb, &s->sh.luma_log2_weight_denom); in pred_weight_table()
397 READ_UE(gb, &delta_luma_weight_l1); in pred_weight_table()
441 READ_UE(gb, &nb_sps); in decode_lt_rps()
443 READ_UE(gb, &nb_sh); in decode_lt_rps()
470 READ_UE(gb, &delta); in decode_lt_rps()
739 READ_UE(gb, &pps_id); in hls_slice_header()
811 READ_UE(gb, &sh->slice_type); in hls_slice_header()
932 READ_UE(gb, &sh->nb_refs[L0]); in hls_slice_header()
935 READ_UE(gb, &sh->nb_refs[L1]); in hls_slice_header()
985 READ_UE(gb, &sh->collocated_ref_idx); in hls_slice_header()
[all …]
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c226 READ_UE(bitctx, &vsh->seq_wq_matrix[size_id][j * wqm_size + i]); in parse_sequence_wqm()
441 READ_UE(bitctx, &ph->alf_filter_num); in parse_pic_alf_params()
452 READ_UE(bitctx, &symbol); in parse_pic_alf_params()
562 READ_UE(bitctx, &ph->pic_wq_matrix[size_id][j * wqm_size + i]); in parse_picture_header_comm()
631 READ_UE(bitctx, &ph->picture_output_delay); in parse_picture_header_intra()
655 READ_UE(bitctx, &ph->bbv_check_times); in parse_picture_header_intra()
740 READ_UE(bitctx, &ph->picture_output_delay); in parse_picture_header_inter()
763 READ_UE(bitctx, &ph->bbv_check_times); in parse_picture_header_inter()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c423 READ_UE(gb, &sh.pps_id); in hal_h265d_slice_output_rps()
470 READ_UE(gb, &sh.slice_type); in hal_h265d_slice_output_rps()
521 READ_UE(gb, &nb_sps); in hal_h265d_slice_output_rps()
523 READ_UE(gb, &nb_sh); in hal_h265d_slice_output_rps()
543 READ_UE(gb, &delta); in hal_h265d_slice_output_rps()
579 READ_UE(gb, &sh.nb_refs[L0]); in hal_h265d_slice_output_rps()
582 READ_UE(gb, &sh.nb_refs[L1]); in hal_h265d_slice_output_rps()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_bitread.h80 #define READ_UE(bitctx, out)\ macro
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_bit_read_test.c304 READ_UE(ctx, ret_val); in proc_bit_ops()
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c253 READ_UE(bitctx, &ph->bbv_check_times); in get_i_picture_header()
299 READ_UE(bitctx, &ph->bbv_check_times); in get_pb_picture_header()