Searched refs:ps_topleft_mb (Results 1 – 1 of 1) sorted by relevance
1237 mb_neigbour_params_t *ps_topleft_mb; in ih264d_get_mbaff_neighbours() local1243 ps_topleft_mb = ps_curmb - 3; in ih264d_get_mbaff_neighbours()1245 if(ps_topleft_mb->u1_mb_fld) in ih264d_get_mbaff_neighbours()1248 ps_topleft_mb++; in ih264d_get_mbaff_neighbours()1250 ps_cur_mb_info->u1_topleft_mb_fld = ps_topleft_mb->u1_mb_fld; in ih264d_get_mbaff_neighbours()1251 ps_cur_mb_info->u1_topleft_mbtype = ps_topleft_mb->u1_mb_type; in ih264d_get_mbaff_neighbours()