Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_mb_utils.c156 ps_cur_mb_info->ps_top_right_mb = ps_top_mb_row + mb_x + 1; in ih264d_get_mb_info_cavlc_nonmbaff()
446 ps_cur_mb_info->ps_top_right_mb = ps_top_mb_row + mb_x + 1; in ih264d_get_mb_info_cabac_nonmbaff()
1219 mb_neigbour_params_t *ps_top_right_mb = NULL; in ih264d_get_mbaff_neighbours() local
1257 ps_top_right_mb = ps_top_mb + 2; in ih264d_get_mbaff_neighbours()
1274 ps_top_right_mb -= ps_top_right_mb->u1_mb_fld ? 1 : 0; in ih264d_get_mbaff_neighbours()
1316 ps_cur_mb_info->ps_top_right_mb = ps_top_right_mb; in ih264d_get_mbaff_neighbours()
Dih264d_process_intra_mb.c736 mb_neigbour_params_t *ps_top_right_mb; in ih264d_process_intra_mb() local
772 ps_top_right_mb = ps_cur_mb_info->ps_top_right_mb; in ih264d_process_intra_mb()
811 && ((ps_top_right_mb->u1_mb_type != P_MB) in ih264d_process_intra_mb()
812 && (ps_top_right_mb->u1_mb_type in ih264d_process_intra_mb()
Dih264d_mvpred.c250 uc_isTopRtMbFld = ps_cur_mb_info->ps_top_right_mb->u1_mb_fld; in ih264d_mbaff_mv_pred()
Dih264d_structs.h477 mb_neigbour_params_t *ps_top_right_mb; member