Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_tu_tree_selector.c885 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq, in ihevce_tu_processor()
886 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh, in ihevce_tu_processor()
972 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq, in ihevce_tu_processor()
973 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh, in ihevce_tu_processor()
1055 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq, in ihevce_tu_processor()
1056 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh, in ihevce_tu_processor()
Dihevce_enc_loop_utils.c2038 rdoq_sbh_ctxt_t *ps_rdoq_sbh_ctxt = &ps_ctxt->s_rdoq_sbh_ctxt; in ihevce_t_q_iq_ssd_scan_fxn()
3372 i4_perform_rdoq = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq; in ihevce_intra_rdopt_cu_ntu()
3373 i4_perform_sbh = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh; in ihevce_intra_rdopt_cu_ntu()
4482 i4_perform_rdoq = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq; in ihevce_inter_rdopt_cu_ntu()
4483 i4_perform_sbh = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh; in ihevce_inter_rdopt_cu_ntu()
6377 WORD32 i4_perform_rdoq = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq; in ihevce_intra_chroma_pred_mode_selector()
6378 WORD32 i4_perform_sbh = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh; in ihevce_intra_chroma_pred_mode_selector()
7101 WORD32 i4_perform_rdoq = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq; in ihevce_chroma_cu_prcs_rdopt()
7102 WORD32 i4_perform_sbh = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh; in ihevce_chroma_cu_prcs_rdopt()
8944 perform_sbh = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_sbh; in ihevce_final_rdopt_mode_prcs()
[all …]
Dihevce_enc_loop_pass.c5085 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_rdoq = in ihevce_enc_loop_init()
5089 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_rdoq = in ihevce_enc_loop_init()
5090 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_rdoq || in ihevce_enc_loop_init()
5094 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_sbh = in ihevce_enc_loop_init()
5104 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_sbh = in ihevce_enc_loop_init()
5105 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_sbh || in ihevce_enc_loop_init()
5112 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq = in ihevce_enc_loop_init()
5114 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh = in ihevce_enc_loop_init()
5116 ps_ctxt->s_rdoq_sbh_ctxt.i4_bit_depth = in ihevce_enc_loop_init()
Dihevce_enc_loop_structs.h2407 rdoq_sbh_ctxt_t s_rdoq_sbh_ctxt; member