Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_rdo.c442 &ps_cu_prms->as_intra_prev_rem[0], in ihevce_entropy_rdo_encode_cu()
Dihevce_enc_loop_utils.c3133 intra_prev_rem_flags_t as_intra_prev_rem[2]; in ihevce_intra_rdopt_cu_ntu() local
3564 &as_intra_prev_rem[curr_intra_buf_idx]); in ihevce_intra_rdopt_cu_ntu()
3583 as_intra_prev_rem[curr_intra_buf_idx].b1_prev_intra_luma_pred_flag]; in ihevce_intra_rdopt_cu_ntu()
3590 if(1 == as_intra_prev_rem[curr_intra_buf_idx].b1_prev_intra_luma_pred_flag) in ihevce_intra_rdopt_cu_ntu()
3593 bits += as_intra_prev_rem[curr_intra_buf_idx].b2_mpm_idx ? 2 : 1; in ihevce_intra_rdopt_cu_ntu()
3693 ps_final_prms->as_intra_prev_rem[ctr] = as_intra_prev_rem[best_intra_buf_idx]; in ihevce_intra_rdopt_cu_ntu()
3698 as_intra_prev_rem[best_intra_buf_idx].b1_prev_intra_luma_pred_flag]; in ihevce_intra_rdopt_cu_ntu()
Dihevce_enc_loop_structs.h622 intra_prev_rem_flags_t as_intra_prev_rem[NUM_PU_PARTS]; member
Dihevce_enc_cu_recursion.c280 &ps_enc_loop_bestprms->as_intra_prev_rem[0], in ihevce_store_cu_final()