am 38f79d01: Merge "Make ImageProcessing work." into honeycomb

* commit '38f79d01db07f7cc3d3b49d594b675adfa8959d5':
  Make ImageProcessing work.
This commit is contained in:
Shih-wei Liao
2011-01-17 01:20:42 -08:00
committed by Android Git Automerger

View File

@@ -87,7 +87,7 @@ void root(const void *v_in, void *v_out, const void *usrData, uint32_t x, uint32
temp = pow(temp, (float3)gamma);
temp = clamp(temp * outWMinOutB + outBlack, 0.f, 255.f);
output->xyz = convert2uchar3(temp);
output->xyz = convert_uchar3(temp);
//output->w = input->w;
}