Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_structs.h1150 }mb_info_t; typedef
1766 mb_info_t *ps_top_row_mb_syntax_ele_base;
1771 mb_info_t *ps_top_row_mb_syntax_ele;
1776 mb_info_t s_left_mb_syntax_ele;
1781 mb_info_t s_top_left_mb_syntax_ele;
1787 mb_info_t s_top_left_mb_syntax_ME;
Dih264e_intra_modes_eval.c375 mb_info_t *ps_top_mb_syn_ele = ps_proc->ps_top_row_mb_syntax_ele + ps_proc->i4_mb_x; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
567 mb_info_t *ps_top_mb_syn_ele = ps_proc->ps_top_row_mb_syntax_ele + ps_proc->i4_mb_x; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
568 mb_info_t *ps_top_right_mb_syn_ele = ps_proc->ps_top_row_mb_syntax_ele + ps_proc->i4_mb_x; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
821 mb_info_t *ps_top_mb_syn_ele = ps_proc->ps_top_row_mb_syntax_ele + ps_proc->i4_mb_x; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
822 mb_info_t *ps_top_right_mb_syn_ele = ps_proc->ps_top_row_mb_syntax_ele + ps_proc->i4_mb_x; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
1102 mb_info_t *ps_top_mb_syn_ele = ps_proc->ps_top_row_mb_syntax_ele + ps_proc->i4_mb_x; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1103 mb_info_t *ps_top_right_mb_syn_ele = ps_proc->ps_top_row_mb_syntax_ele + ps_proc->i4_mb_x; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1403 mb_info_t *ps_top_mb_syn_ele = ps_proc->ps_top_row_mb_syntax_ele + ps_proc->i4_mb_x; in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff()
Dih264e_deblk.c436 mb_info_t *ps_left_mb_syntax_ele = &ps_proc->s_left_mb_syntax_ele; in ih264e_compute_bs()
439 mb_info_t *ps_top_mb_syntax_ele = ps_proc->ps_top_row_mb_syntax_ele + i4_mb_x; in ih264e_compute_bs()
Dih264e_me.c640 mb_info_t *ps_top_syn = ps_proc->ps_top_row_mb_syntax_ele + ps_proc->i4_mb_x; in ih264e_mv_pred()
641 mb_info_t *ps_top_left_syn; in ih264e_mv_pred()
1173 mb_info_t *ps_top_syn = ps_proc->ps_top_row_mb_syntax_ele + ps_proc->i4_mb_x; in ih264e_compute_me_nmb()
1174 mb_info_t *ps_top_left_syn = &(ps_proc->s_top_left_mb_syntax_ME); in ih264e_compute_me_nmb()
1482 mb_info_t *ps_a_syn, *ps_b_syn, *ps_c_syn; in ih264e_find_bskip_params()
Dih264e_process.c896 mb_info_t *ps_left_syn = &ps_proc->s_left_mb_syntax_ele; in ih264e_update_proc_ctxt()
897 mb_info_t *ps_top_syn = ps_proc->ps_top_row_mb_syntax_ele + i4_mb_x; in ih264e_update_proc_ctxt()
898 mb_info_t *ps_top_left_syn = &ps_proc->s_top_left_mb_syntax_ele; in ih264e_update_proc_ctxt()
1420 … memset(ps_proc->ps_top_row_mb_syntax_ele, 0, (ps_proc->i4_wd_mbs + 1)*sizeof(mb_info_t)); in ih264e_init_proc_ctxt()
Dih264e_api.c3354 total_size += (max_mb_cols + 1) * sizeof(mb_info_t); in ih264e_fill_num_mem_rec()
4272 size_csbp = (max_mb_cols + 1) * sizeof(mb_info_t); in ih264e_init_mem_rec()
4289 (mb_info_t *) pu1_buf; in ih264e_init_mem_rec()
4299 (mb_info_t *) (pu1_buf + total_size); in ih264e_init_mem_rec()