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.c1987 rdoq_sbh_ctxt_t *ps_rdoq_sbh_ctxt = &ps_ctxt->s_rdoq_sbh_ctxt; in ihevce_t_q_iq_ssd_scan_fxn()
3364 i4_perform_rdoq = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq; in ihevce_intra_rdopt_cu_ntu()
3365 i4_perform_sbh = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh; in ihevce_intra_rdopt_cu_ntu()
4524 i4_perform_rdoq = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq; in ihevce_inter_rdopt_cu_ntu()
4525 i4_perform_sbh = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh; in ihevce_inter_rdopt_cu_ntu()
6469 WORD32 i4_perform_rdoq = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq; in ihevce_intra_chroma_pred_mode_selector()
6470 WORD32 i4_perform_sbh = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh; in ihevce_intra_chroma_pred_mode_selector()
7243 WORD32 i4_perform_rdoq = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq; in ihevce_chroma_cu_prcs_rdopt()
7244 WORD32 i4_perform_sbh = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh; in ihevce_chroma_cu_prcs_rdopt()
9084 perform_sbh = ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_sbh; in ihevce_final_rdopt_mode_prcs()
[all …]
Dihevce_enc_loop_pass.c5180 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_rdoq = in ihevce_enc_loop_init()
5184 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_rdoq = in ihevce_enc_loop_init()
5185 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_rdoq || in ihevce_enc_loop_init()
5189 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_sbh = in ihevce_enc_loop_init()
5199 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_sbh = in ihevce_enc_loop_init()
5200 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_best_cand_sbh || in ihevce_enc_loop_init()
5207 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_rdoq = in ihevce_enc_loop_init()
5209 ps_ctxt->s_rdoq_sbh_ctxt.i4_perform_all_cand_sbh = in ihevce_enc_loop_init()
5211 ps_ctxt->s_rdoq_sbh_ctxt.i4_bit_depth = in ihevce_enc_loop_init()
Dihevce_enc_loop_structs.h2403 rdoq_sbh_ctxt_t s_rdoq_sbh_ctxt; member