Lines Matching refs:ps_curr_ctxt
554 ctxt_inc_mb_info_t *ps_curr_ctxt, *ps_top_ctxt, *ps_left_ctxt;
588 ps_curr_ctxt = p_ctx_inc_mb_map + (mb_x << 1);
599 ps_left_ctxt = ps_curr_ctxt - 2;
600 ps_left_mb_of_bot = ps_curr_ctxt - 1;
620 ps_top_ctxt = ps_curr_ctxt + 1;
627 ps_top_mb_of_bot = u1_cur_mb_field ? ps_top_ctxt : ps_curr_ctxt;
658 ps_left_ctxt = ps_curr_ctxt - 2;
659 ps_left_mb_of_bot = ps_curr_ctxt - 1;
683 ps_curr_ctxt->u1_mb_type = CAB_SKIP;
731 ps_curr_ctxt = p_ctx_inc_mb_map + (mb_x << 1) + 1;
738 ps_left_ctxt = ps_curr_ctxt - 2
747 ps_top_ctxt = ps_curr_ctxt;
768 ps_top_ctxt = ps_curr_ctxt - 1;
773 if(ps_curr_ctxt[-1].u1_mb_type & CAB_SKIP_MASK)