Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/util_image_impl.h
| Show All 11 Lines | |||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #ifndef __UTIL_IMAGE_IMPL_H__ | #ifndef __UTIL_IMAGE_IMPL_H__ | ||||
| #define __UTIL_IMAGE_IMPL_H__ | #define __UTIL_IMAGE_IMPL_H__ | ||||
| #include "util_algorithm.h" | #include "util/util_algorithm.h" | ||||
| #include "util_debug.h" | #include "util/util_debug.h" | ||||
| #include "util_half.h" | #include "util/util_half.h" | ||||
| #include "util_image.h" | #include "util/util_image.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| namespace { | namespace { | ||||
| template<typename T> | template<typename T> | ||||
| const T *util_image_read(const vector<T>& pixels, | const T *util_image_read(const vector<T>& pixels, | ||||
| const size_t width, | const size_t width, | ||||
| ▲ Show 20 Lines • Show All 191 Lines • Show Last 20 Lines | |||||