Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_me.c406 ps_top_mb_pu = ps_proc->ps_top_row_pu + ps_proc->i4_mb_x; in ih264e_find_pskip_params()
538 enc_pu_t *ps_top_row_pu, in ih264e_get_mv_predictor() argument
555 b = (ps_top_row_pu[0].s_me_info[i4_ref_list].i1_ref_idx == i1_ref_idx) ? 0 : -1; in ih264e_get_mv_predictor()
556 c = (ps_top_row_pu[1].s_me_info[i4_ref_list].i1_ref_idx == i1_ref_idx) ? 0 : -1; in ih264e_get_mv_predictor()
574 ps_pred_mv->s_mv.i2_mvx = ps_top_row_pu[0].s_me_info[i4_ref_list].s_mv.i2_mvx; in ih264e_get_mv_predictor()
575 ps_pred_mv->s_mv.i2_mvy = ps_top_row_pu[0].s_me_info[i4_ref_list].s_mv.i2_mvy; in ih264e_get_mv_predictor()
579 ps_pred_mv->s_mv.i2_mvx = ps_top_row_pu[1].s_me_info[i4_ref_list].s_mv.i2_mvx; in ih264e_get_mv_predictor()
580 ps_pred_mv->s_mv.i2_mvy = ps_top_row_pu[1].s_me_info[i4_ref_list].s_mv.i2_mvy; in ih264e_get_mv_predictor()
585 ps_top_row_pu[0].s_me_info[i4_ref_list].s_mv.i2_mvx, in ih264e_get_mv_predictor()
586 ps_top_row_pu[1].s_me_info[i4_ref_list].s_mv.i2_mvx, in ih264e_get_mv_predictor()
[all …]
Dih264e_deblk.c442 enc_pu_t *ps_top_row_pu = ps_proc->ps_top_row_pu + i4_mb_x; in ih264e_compute_bs() local
459 ps_top_row_pu->b1_intra_flag = 0; in ih264e_compute_bs()
460 ps_top_row_pu->b2_pred_mode = ps_proc->ps_pu->b2_pred_mode; in ih264e_compute_bs()
461 ps_top_row_pu->s_me_info[0].s_mv = ps_proc->ps_pu->s_me_info[0].s_mv; in ih264e_compute_bs()
462 ps_top_row_pu->s_me_info[1].s_mv = ps_proc->ps_pu->s_me_info[1].s_mv; in ih264e_compute_bs()
471 ps_top_row_pu, in ih264e_compute_bs()
Dih264e_me.h251 void ih264e_get_mv_predictor(enc_pu_t *ps_left_mb_pu, enc_pu_t *ps_top_row_pu,
Dih264e_process.c982 enc_pu_t *ps_top_row_pu = ps_proc->ps_top_row_pu + i4_mb_x; in ih264e_update_proc_ctxt() local
1009 *ps_top_left_mb_pu = *ps_top_row_pu; in ih264e_update_proc_ctxt()
1049 *ps_left_mb_pu = *ps_top_row_pu = *(ps_proc->ps_pu); in ih264e_update_proc_ctxt()
1057 *ps_left_mb_pu = *ps_top_row_pu = *(ps_proc->ps_pu); in ih264e_update_proc_ctxt()
Dih264e_structs.h1871 enc_pu_t *ps_top_row_pu; member
Dih264e_utils.c1876 ps_proc->ps_top_row_pu = ps_proc->ps_top_row_pu_base; in ih264e_pic_init()