Home | History | Annotate | Download | only in decoder

Lines Matching refs:ps_top_mb

155         ps_cur_mb_info->ps_top_mb = ps_top_mb_row + mb_x;
159 ps_dec->u1_topleft_mbtype = ps_cur_mb_info->ps_top_mb->u1_mb_type;
445 ps_cur_mb_info->ps_top_mb = ps_top_mb_row + mb_x;
449 ps_dec->u1_topleft_mbtype = ps_cur_mb_info->ps_top_mb->u1_mb_type;
1096 UWORD8 uc_topMbFldDecFlag = ps_cur_mb_info->ps_top_mb->u1_mb_fld;
1218 mb_neigbour_params_t *ps_top_mb;
1239 ps_top_mb = ps_curmb - 1;
1256 ps_top_mb = ps_dec->ps_top_mb_row + (u4_mb_x << 1) + 1;
1257 ps_top_right_mb = ps_top_mb + 2;
1267 if(ps_top_mb->u1_mb_fld)
1270 ps_top_mb--;
1286 ps_dec->u1_topleft_mb_fld = ps_top_mb->u1_mb_fld;
1287 ps_dec->u1_topleft_mbtype = ps_top_mb->u1_mb_type;
1315 ps_cur_mb_info->ps_top_mb = ps_top_mb;