Searched refs:input_aligned_width (Results 1 – 2 of 2) sorted by relevance
161 uint input_aligned_width,202 line1 = convert_float8 (input [y * 2 * input_aligned_width + x]) / 65536.0f;203 line2 = convert_float8 (input [(y * 2 + 1) * input_aligned_width + x]) / 65536.0f;
325 uint32_t input_aligned_width = in_video_info.strides[0] / (2 * 8); // ushort8 in prepare_parameters() local354 args.push_back (new CLArgumentT<uint32_t> (input_aligned_width)); in prepare_parameters()