Merge "Make ImageProcessing work." into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
38f79d01db
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user