commit | 21abebf06dc97721238b77cf03d0be8c839a3898 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Tue Aug 21 02:53:34 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Aug 31 08:27:43 2018 -0400 |
tree | 156b8d7a9757813b4d1112f2237edad5770c1ab0 | |
parent | abe9d19ae3fd50d729cc6668f996ab27da414449 [diff] |
media: vicodec: rename and use proper fwht prefix for codec The codec source is generic and not vicodec specific. It can be used by other drivers or userspace as well. So rename the source and header to something more generic (codec-fwht.c/h) and prefix the defines, types and functions with fwht_. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>