Searched refs:NUM_FLOAT_PIXEL_COUNT (Results 1 – 1 of 1) sorted by relevance
558 static const int NUM_FLOAT_PIXEL_COUNT = sizeof(FloatPixel) / sizeof(float); variable2460 for (int j = 0; j < NUM_FLOAT_PIXEL_COUNT / 3; ++j) in compare()2499 int inputValue = inputBufferInt[NUM_FLOAT_PIXEL_COUNT * i + j]; in compare()2500 int outputValue = outputBufferInt[NUM_FLOAT_PIXEL_COUNT * i + j]; in compare()2522 << NUM_FLOAT_PIXEL_COUNT * i + j << ": " << inputValue in compare()2529 unsigned int inputValue = inputBufferUint[NUM_FLOAT_PIXEL_COUNT * i + j + 6]; in compare()2530 unsigned int outputValue = outputBufferUint[NUM_FLOAT_PIXEL_COUNT * i + j + 6]; in compare()2543 << NUM_FLOAT_PIXEL_COUNT * i + j << ": " << inputValue in compare()2550 float inputValue = inputBufferFloat[NUM_FLOAT_PIXEL_COUNT * i + j + 12]; in compare()2551 float outputValue = outputBufferFloat[NUM_FLOAT_PIXEL_COUNT * i + j + 12]; in compare()[all …]