Home | History | Annotate | Download | only in src

Lines Matching refs:tsp

440             IMG_UINT32 tsp;
453 for (tsp = 0; tsp < ui32MBMaxSize; tsp++)
455 if (ctx->sAirInfo.pi8AIR_Table[tsp] > 0)
457 TmpOutputTble[tsp] = 'x';
461 TmpOutputTble[tsp] = 'o';
505 IMG_UINT32 tsp;
506 for (tsp = 0; tsp < ui32MBMaxSize; tsp++)
508 if (tsp % ((IMG_UINT32)(ctx->ui16Width/16)) == 0)
510 fprintf(fp, "\n%c", TmpOutputTble[tsp]);
514 fprintf(fp, "%c", TmpOutputTble[tsp]);