Searched refs:plannar_offset (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/cl_kernel/ |
D | kernel_yuv_pipe.cl | 159 uint plannar_offset, 169 uint plannar_offset, 189 uint offsetG = offsetX * plannar_offset; 190 uint offsetB = offsetX * plannar_offset * 2; 201 …oat8(as_ushort8(read_imageui(inputFrame0, sampler, (int2)(x, 2 * y + plannar_offset)))) / 65536.0f; 202 …(as_ushort8(read_imageui(inputFrame0, sampler, (int2)(x, 2 * y + 1 + plannar_offset)))) / 65536.0f; 203 …oat8(as_ushort8(read_imageui(inputFrame0, sampler, (int2)(x, 2 * y + plannar_offset * 2)))) / 6553… 204 …(as_ushort8(read_imageui(inputFrame0, sampler, (int2)(x, 2 * y + 1 + plannar_offset * 2)))) / 6553…
|
/external/libxcam/modules/ocl/ |
D | cl_yuv_pipe_handler.cpp | 149 uint32_t plannar_offset = video_info_in.aligned_height; in prepare_parameters() local 182 args.push_back (new CLArgumentT<uint32_t> (plannar_offset)); in prepare_parameters()
|