Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_utils.c3261 WORD32 curr_pred_mode; in ihevce_intra_rdopt_cu_ntu() local
3296 curr_pred_mode = cand_ctr; in ihevce_intra_rdopt_cu_ntu()
3300 curr_pred_mode = pu1_curr_mode[cand_ctr]; in ihevce_intra_rdopt_cu_ntu()
3304 if(255 == curr_pred_mode) in ihevce_intra_rdopt_cu_ntu()
3308 else if(250 == curr_pred_mode) in ihevce_intra_rdopt_cu_ntu()
3331 curr_pred_mode, in ihevce_intra_rdopt_cu_ntu()
3335 luma_pred_func_idx = g_i4_ip_funcs[curr_pred_mode]; in ihevce_intra_rdopt_cu_ntu()
3344 curr_pred_mode); in ihevce_intra_rdopt_cu_ntu()
3353 if((curr_pred_mode > 21) && (curr_pred_mode < 31)) in ihevce_intra_rdopt_cu_ntu()
3358 else if((curr_pred_mode > 5) && (curr_pred_mode < 15)) in ihevce_intra_rdopt_cu_ntu()
[all …]