Home
last modified time | relevance | path

Searched refs:ps_cu (Results 1 – 2 of 2) 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 …]
/external/libhevc/encoder/
Dihevce_memory_init.c2109 cu_enc_loop_out_t *ps_cu; in ihevce_mem_manager_init() local
2133 ps_cu = (cu_enc_loop_out_t *)ps_memtab->pv_base; in ihevce_mem_manager_init()
2171 ps_frmp_ent_bufs->ps_frm_cu_data = ps_cu; in ihevce_mem_manager_init()
2183 ps_cu += num_ctb_in_frm * num_cu_in_ctb; in ihevce_mem_manager_init()