Home | History | Annotate | Download | only in encode

Lines Matching defs:others

2131     unsigned int psnr_ret = 1, others = 0;
2137 others = TotalTicks - UploadPictureTicks - BeginPictureTicks
2168 printf("PERFORMANCE: Others : %d ms (%.2f, %.2f%% percent)\n",
2169 (int) others, ((double) others) / (double) PictureCount,
2170 others/(double) TotalTicks/0.01);