Searched refs:uv_out (Results 1 – 3 of 3) sorted by relevance
/external/libxcam/cl_kernel/ |
D | 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/webp/src/enc/ |
D | quant_enc.c | 60 const uint8_t* const uv_out = it->yuv_out_ + U_OFF_ENC; in PrintBlockInfo() local 78 for (i = 0; i < 8; ++i) printf("%3d ", uv_out[i + j * BPS]); in PrintBlockInfo() 80 for (i = 8; i < 16; ++i) printf("%3d ", uv_out[i + j * BPS]); in PrintBlockInfo() 83 printf("%1d ", abs(uv_out[i + j * BPS] - uv_in[i + j * BPS])); in PrintBlockInfo() 87 printf("%1d ", abs(uv_out[i + j * BPS] - uv_in[i + j * BPS])); in PrintBlockInfo()
|
/external/libxcam/modules/soft/ |
D | soft_blender_tasks_priv.cpp | 128 Uchar2 uv_out(convert_to_uchar(uv_value.x), convert_to_uchar(uv_value.y)); in work_range() local 129 out_uv->write_data_no_check (x, y, uv_out); in work_range()
|