vpx/vp9/decoder
Dmitry Kovalev 4264c93844 Renaming INTERPOLATION_TYPE to INTERP_FILTER.
Corresponding renames:
  subpel_kernel              => interp_kernel
  vp9_get_filter_kernel()    => vp9_get_interp_kernel()
  pred_filter_type           => pred_interp_filter
  adaptive_pred_filter_type  => adaptive_pred_interp_filter
  mcomp_filter_type          => interp_filter
  read_interp_filter_type()  => read_interp_filter()
  write_interp_filter_type() => write_interp_filter()
  fix_mcomp_filter_type()    => fix_interp_filter()

Change-Id: I1fa61fa1dc81ebbf043457c3ee2d8d4515bee6d3
2014-01-24 15:57:28 -08:00
..
vp9_decodeframe.c Renaming INTERPOLATION_TYPE to INTERP_FILTER. 2014-01-24 15:57:28 -08:00
vp9_decodeframe.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_decodemv.c Renaming INTERPOLATION_TYPE to INTERP_FILTER. 2014-01-24 15:57:28 -08:00
vp9_decodemv.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_detokenize.c Moving get_scan() call out of decode_coeffs() function. 2014-01-03 18:18:39 -08:00
vp9_detokenize.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_dsubexp.c Add clamp to prevent out of bound access 2013-10-15 13:30:55 -07:00
vp9_dsubexp.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_onyxd_if.c Adding RefBuffer struct. 2014-01-03 15:21:55 -08:00
vp9_onyxd_int.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_onyxd.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_read_bit_buffer.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_reader.c Renaming vp9_dboolhuff.{h, c} to vp9_reader.{h, c}. 2013-12-20 12:53:03 -08:00
vp9_reader.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_thread.c vp9_thread: add vp9_worker_execute() 2013-10-17 16:44:22 +02:00
vp9_thread.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00