vpx/vp9
Dmitry Kovalev ddf1b76205 Removing vp9_idct4_1d_sse2 function.
We have two SSE2-optimized functions for idct4_1d:
  vp9_idct4_1d_sse2 <-- removing this one
  idct4_1d_sse2

vp9_idct4_1d_sse2 was used only by the following functions which already
have SSE2 optimized variants:
  vp9_idct4x4_16_add_c   -> vp9_idct4x4_16_add_see2
  idct8_1d               -> vp9_idct8x8_{16, 10, 1}_see2
  vp9_short_iht4x4_add_c -> vp9_short_iht4x4_add_see2

Change-Id: Ib0a7f6d1373dbaf7a4a41208cd9d0671fdf15edb
2013-10-10 16:50:43 -07:00
..
common Removing vp9_idct4_1d_sse2 function. 2013-10-10 16:50:43 -07:00
decoder Giving consistent names to IDCT 32x32 functions. 2013-10-10 11:27:39 -07:00
encoder Merge "Giving consistent names to IDCT 32x32 functions." 2013-10-10 15:31:25 -07:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
vp9_common.mk Merge "Moving all scan/iscan code into separate vp9_scan.{h, c} files." 2013-10-10 10:45:07 -07:00
vp9_cx_iface.c Fix typo in comment message 2013-10-10 12:17:10 -07:00
vp9_dx_iface.c cpplint issues resolved in vp9_dx_iface.c 2013-09-29 17:33:30 -07:00
vp9_iface_common.h yv12config: remove YUV_TYPE 2013-07-12 15:25:48 -07:00
vp9cx.mk make vp9 postproc a config option 2013-09-04 10:02:08 -07:00
vp9dx.mk Moving all idct/iht functions in one place. 2013-10-02 14:13:33 -07:00