vpx/vp9/decoder/arm/neon
Yunqing Wang d41b0e6498 Fix eobs data type
The block sizes for decoding tokens are up to 16x16, which means
eobs is within [0, 256]. Using (signed) char is not enough. Changed
eobs data type to unsigned short to fix the problem.

Change-Id: I88a7d3098e1f1604c336d6adb88ffec971fb03a6
2012-11-02 13:22:29 -07:00
..
dequant_idct_neon.asm Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
dequantizeb_neon.asm Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
idct_blk_neon.c Fix eobs data type 2012-11-02 13:22:29 -07:00
idct_dequant_0_2x_neon.asm Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
idct_dequant_dc_0_2x_neon.asm Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
idct_dequant_dc_full_2x_neon.asm Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
idct_dequant_full_2x_neon.asm Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00