Les articles publiés sur le site
-
29 août 2015, par Angie Chiang
Changed Paths:
Modify /test/test.mk
Add /test/vp10_dct_test.cc
Modify /vp10/encoder/dct.c
add range_check for fdct in vp10
Unify the style of fdct4() fdct8() fdct16()
Add fdct32()
Add range_check() at each stage
Add unit test at ../../test/vp10_dct_test.cc
Change-Id: I13f76d9046c3ea473c82024b09a5bc8662e2c28e
-
29 août 2015, par James Zern
Merge changes from topic 'vp9-enc-static-fns'
* changes:
vp9_mcomp: make search functions private
vp9_mbgraph: use vp9_full_pixel_search(HEX)
vp9_temporal_filter: use vp9_full_pixel_search(HEX)
vp9_firstpass: make vp9_init_subsampling private
vp9_encoder: make vp9_alloc_compressor_data private
-
29 août 2015, par James Zern
Changed Paths:
Modify /.gitignore
update gitignore
Change-Id: I01c8ba864b73fd3a66c10442041274767ac87bf1
-
29 août 2015, par Johann Koenig
Changed Paths:
Modify /libs.mk
Check CONFIG_VP instead of encoder and decoder
If either the encoder or the decoder is enabled, CONFIG_VP will be
set. This simplifies the conditional and passes the chromium update
script when CONFIG_ values are passed in with 'yes' and 'no' values.
This was failing because it was checking against empty strings but
they are set to 'no'
Change-Id: I02ecd557210088ba1458cd0e89eead5666f6597a
-
29 août 2015, par Yunqing Wang
Merge "vp10 cleanup: remove svc code"