Lines Matching refs:p_bitctx

49     BitReadCtx_t *p_bitctx = &currSlice->p_Cur->bitctx;  in ref_pic_list_mvc_modification()  local
52 READ_ONEBIT(p_bitctx, &currSlice->ref_pic_list_reordering_flag[LIST_0]); in ref_pic_list_mvc_modification()
62 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()
78 READ_ONEBIT(p_bitctx, &currSlice->ref_pic_list_reordering_flag[LIST_1]); 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()
107 ret = p_bitctx->ret; in ref_pic_list_mvc_modification()
117 BitReadCtx_t *p_bitctx = &currSlice->p_Cur->bitctx; in pred_weight_table() local
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()
124 READ_ONEBIT(p_bitctx, &temp); //!< luma_weight_flag_l0 in pred_weight_table()
126 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()
130 READ_ONEBIT(p_bitctx, &temp); //!< chroma_weight_flag_l0 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()
142 READ_ONEBIT(p_bitctx, &temp); //!< luma_weight_flag_l1 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()
148 READ_ONEBIT(p_bitctx, &temp); //!< chroma_weight_flag_l1 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()
161 return ret = p_bitctx->ret; in pred_weight_table()
172 BitReadCtx_t *p_bitctx = &pSlice->p_Cur->bitctx; in dec_ref_pic_marking() local
174 drpm_used_bits = p_bitctx->used_bits; in dec_ref_pic_marking()
175 emulation_prevention = p_bitctx->emulation_prevention_bytes_; in dec_ref_pic_marking()
180 READ_ONEBIT(p_bitctx, &pSlice->no_output_of_prior_pics_flag); in dec_ref_pic_marking()
182 READ_ONEBIT(p_bitctx, &pSlice->long_term_reference_flag); in dec_ref_pic_marking()
184 READ_ONEBIT(p_bitctx, &pSlice->adaptive_ref_pic_buffering_flag); in dec_ref_pic_marking()
194 READ_UE(p_bitctx, &val); //!< mmco in dec_ref_pic_marking()
200 READ_UE(p_bitctx, &tmp_drpm->difference_of_pic_nums_minus1); in dec_ref_pic_marking()
203 READ_UE(p_bitctx, &tmp_drpm->long_term_pic_num); in dec_ref_pic_marking()
206 READ_UE(p_bitctx, &tmp_drpm->long_term_frame_idx); in dec_ref_pic_marking()
209 READ_UE(p_bitctx, &tmp_drpm->max_long_term_frame_idx_plus1); in dec_ref_pic_marking()
230 emulation_prevention = p_bitctx->emulation_prevention_bytes_ - emulation_prevention; in dec_ref_pic_marking()
231 pSlice->drpm_used_bitlen = p_bitctx->used_bits - drpm_used_bits - (emulation_prevention * 8); in dec_ref_pic_marking()
235 ret = p_bitctx->ret; in dec_ref_pic_marking()
470 BitReadCtx_t *p_bitctx = &p_Cur->bitctx; in process_slice() local
478 READ_UE(p_bitctx, &currSlice->start_mb_nr); //!< first_mb_in_slice in process_slice()
479 READ_UE(p_bitctx, &temp); //!< slice_type in process_slice()
485 READ_UE(p_bitctx, &currSlice->pic_parameter_set_id); in process_slice()
490 … READ_BITS(p_bitctx, currSlice->active_sps->log2_max_frame_num_minus4 + 4, &currSlice->frame_num); in process_slice()
510 READ_ONEBIT(p_bitctx, &currSlice->field_pic_flag); in process_slice()
512 READ_ONEBIT(p_bitctx, &currSlice->bottom_field_flag); in process_slice()
523 READ_UE(p_bitctx, &currSlice->idr_pic_id); in process_slice()
525 READ_UE(p_bitctx, &currSlice->idr_pic_id); in process_slice()
527 poc_used_bits = p_bitctx->used_bits; //!< init poc used bits in process_slice()
528 emulation_prevention = p_bitctx->emulation_prevention_bytes_; in process_slice()
530 …READ_BITS(p_bitctx, currSlice->active_sps->log2_max_pic_order_cnt_lsb_minus4 + 4, &currSlice->pic_… in process_slice()
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()
543 READ_SE(p_bitctx, &currSlice->delta_pic_order_cnt[1]); in process_slice()
554 emulation_prevention = p_bitctx->emulation_prevention_bytes_ - emulation_prevention; in process_slice()
555 …currSlice->poc_used_bitlen = p_bitctx->used_bits - poc_used_bits - (emulation_prevention * 8); //!… in process_slice()
559 READ_UE(p_bitctx, &currSlice->redundant_pic_cnt); in process_slice()
563 READ_ONEBIT(p_bitctx, &currSlice->direct_spatial_mv_pred_flag); in process_slice()
572 READ_ONEBIT(p_bitctx, &currSlice->num_ref_idx_override_flag); in process_slice()
574 READ_UE(p_bitctx, &currSlice->num_ref_idx_active[LIST_0]); in process_slice()
577 READ_UE(p_bitctx, &currSlice->num_ref_idx_active[LIST_1]); in process_slice()
602 ret = p_bitctx->ret; in process_slice()