HomeSort by relevance Sort by last modified time
    Searched full:uv_out (Results 1 - 3 of 3) sorted by null

  /external/libxcam/cl_kernel/
kernel_retinex.cl 131 float4 uv_out, gain_uv;
161 uv_out = uv_in * gain_uv + 0.5f;
162 write_imagef(output_uv, (int2)(x, y / 2), uv_out);
  /external/libxcam/modules/soft/
soft_blender_tasks_priv.cpp 128 Uchar2 uv_out(convert_to_uchar(uv_value.x), convert_to_uchar(uv_value.y));
129 out_uv->write_data_no_check (x, y, uv_out);
  /external/webp/src/enc/
quant_enc.c 60 const uint8_t* const uv_out = it->yuv_out_ + U_OFF_ENC; local
78 for (i = 0; i < 8; ++i) printf("%3d ", uv_out[i + j * BPS]);
80 for (i = 8; i < 16; ++i) printf("%3d ", uv_out[i + j * BPS]);
83 printf("%1d ", abs(uv_out[i + j * BPS] - uv_in[i + j * BPS]));
87 printf("%1d ", abs(uv_out[i + j * BPS] - uv_in[i + j * BPS]));
    [all...]

Completed in 180 milliseconds