summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_dthread.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-04-08 11:41:12 -0700
committerDmitry Kovalev <dkovalev@google.com>2014-04-08 11:41:12 -0700
commit56c2f41ccbcc6115b39bbab62c3c3b4099acd6e9 (patch)
tree68bd7eba4b557de6eedf6f9f6f88f45315cda37b /vp9/decoder/vp9_dthread.h
parente2ab65ab7d499a6f4a8e4b3d4de6eb1fde861281 (diff)
downloadlibvpx-56c2f41ccbcc6115b39bbab62c3c3b4099acd6e9.tar
libvpx-56c2f41ccbcc6115b39bbab62c3c3b4099acd6e9.tar.gz
libvpx-56c2f41ccbcc6115b39bbab62c3c3b4099acd6e9.tar.bz2
libvpx-56c2f41ccbcc6115b39bbab62c3c3b4099acd6e9.zip
Renaming VP9D_COMP & VP9Decompressor to VP9Decoder.
Change-Id: Ieb9b455b8aaef9884391021b7f640ef24c554687
Diffstat (limited to 'vp9/decoder/vp9_dthread.h')
-rw-r--r--vp9/decoder/vp9_dthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/decoder/vp9_dthread.h b/vp9/decoder/vp9_dthread.h
index 2f65e1e30..005bd7bbd 100644
--- a/vp9/decoder/vp9_dthread.h
+++ b/vp9/decoder/vp9_dthread.h
@@ -18,7 +18,7 @@
struct macroblockd;
struct VP9Common;
-struct VP9Decompressor;
+struct VP9Decoder;
typedef struct TileWorkerData {
struct VP9Common *cm;
@@ -50,7 +50,7 @@ void vp9_loop_filter_alloc(struct VP9Common *cm, struct VP9LfSyncData *lf_sync,
void vp9_loop_filter_dealloc(struct VP9LfSyncData *lf_sync, int rows);
// Multi-threaded loopfilter that uses the tile threads.
-void vp9_loop_filter_frame_mt(struct VP9Decompressor *pbi,
+void vp9_loop_filter_frame_mt(struct VP9Decoder *pbi,
struct VP9Common *cm,
struct macroblockd *xd,
int frame_filter_level,