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.c3253 WORD32 curr_pred_mode; in ihevce_intra_rdopt_cu_ntu() local
3288 curr_pred_mode = cand_ctr; in ihevce_intra_rdopt_cu_ntu()
3292 curr_pred_mode = pu1_curr_mode[cand_ctr]; in ihevce_intra_rdopt_cu_ntu()
3296 if(255 == curr_pred_mode) in ihevce_intra_rdopt_cu_ntu()
3300 else if(250 == curr_pred_mode) in ihevce_intra_rdopt_cu_ntu()
3323 curr_pred_mode, in ihevce_intra_rdopt_cu_ntu()
3327 luma_pred_func_idx = g_i4_ip_funcs[curr_pred_mode]; in ihevce_intra_rdopt_cu_ntu()
3336 curr_pred_mode); in ihevce_intra_rdopt_cu_ntu()
3345 if((curr_pred_mode > 21) && (curr_pred_mode < 31)) in ihevce_intra_rdopt_cu_ntu()
3350 else if((curr_pred_mode > 5) && (curr_pred_mode < 15)) in ihevce_intra_rdopt_cu_ntu()
[all …]