Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_intra_pred_mode_prediction.c119 parse_cu_t *ps_cu = &ps_codec->s_parse.s_cu; in ihevcd_intra_pred_mode_prediction() local
127 + (ps_cu->i4_pos_x * 2); in ihevcd_intra_pred_mode_prediction()
130 + (ps_cu->i4_pos_y * 2); in ihevcd_intra_pred_mode_prediction()
143 if(ps_cu->i4_pos_y) in ihevcd_intra_pred_mode_prediction()
163 …if((0 == ps_cu->i4_pos_x) && (((0 == ps_codec->s_parse.i4_ctb_slice_x) && (0 == ps_codec->s_parse.… in ihevcd_intra_pred_mode_prediction()
189 num_pred_blocks = (ps_cu->i4_part_mode == PART_NxN) ? 2 : 1; in ihevcd_intra_pred_mode_prediction()
262 if(ps_cu->ai4_prev_intra_luma_pred_flag[2 * i + j] == 1) in ihevcd_intra_pred_mode_prediction()
264 ps_cu->ai4_intra_luma_pred_mode[2 * i + j] = in ihevcd_intra_pred_mode_prediction()
265 cand_mode_list[ps_cu->ai4_mpm_idx[2 * i + j]]; in ihevcd_intra_pred_mode_prediction()
284 intra_pred_mode = ps_cu->ai4_rem_intra_luma_pred_mode[2 * i + j]; in ihevcd_intra_pred_mode_prediction()
[all …]