Home | History | Annotate | Download | only in src

Lines Matching refs:pp_mod

639     uint8 *pp_mod[6];
653 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
654 pp_mod[1] = pp_mod[0] + 1;
655 pp_mod[2] = pp_mod[0] + (MB_in_width << 1);
656 pp_mod[3] = pp_mod[2] + 1;
657 pp_mod[4] = video->pstprcTypCur + (TotalMB << 2) + mbnum;
658 pp_mod[5] = pp_mod[4] + TotalMB;
703 *pp_mod[comp] = (uint8) PostProcSemaphore(dataBlock);
743 *pp_mod[comp] = (uint8)((ncoeffs[comp] > 3) ? 4 : 0);
765 *pp_mod[4] = (uint8)((ncoeffs[4] > 3) ? 4 : 0);
785 *pp_mod[5] = (uint8)((ncoeffs[5] > 3) ? 4 : 0);