vpx/vp9/decoder
Yaowu Xu 8ba92a0bed changes intra coding to be based on txfm block
This commit changed the encoding and decoding of intra blocks to be
based on transform block. In each prediction block, the intra coding
iterates thorough each transform block based on raster scan order.

This commit also fixed a bug in D135 prediction code.

TODO next:
The RD mode/txfm_size selection should take this into account when
computing RD values.

Change-Id: I6d1be2faa4c4948a52e830b6a9a84a6b2b6850f6
2013-05-22 11:53:19 +01:00
..
x86 WIP: 4x4 idct/recon merge 2013-05-20 13:03:17 -04:00
vp9_asm_dec_offsets.c Remove unused symbols from vp9 asm offsets C files. 2012-12-07 15:38:40 -08:00
vp9_dboolhuff.c Finally removing BOOL_DECODER and using vp9_reader instead. 2013-04-19 10:37:24 -07:00
vp9_dboolhuff.h Finally removing BOOL_DECODER and using vp9_reader instead. 2013-04-19 10:37:24 -07:00
vp9_decodemv.c changes intra coding to be based on txfm block 2013-05-22 11:53:19 +01:00
vp9_decodemv.h Replacing BOOL_DECODER with vp9_reader inside vp9_decodemv. 2013-04-16 17:45:57 -07:00
vp9_decodframe.c changes intra coding to be based on txfm block 2013-05-22 11:53:19 +01:00
vp9_decodframe.h Moving vp9_decode_frame declaration to vp9_decodframe.h. 2013-05-13 14:42:45 -07:00
vp9_detokenize.c Merging the model coef prob experiment 2013-05-21 14:44:38 -07:00
vp9_detokenize.h Deprecate the newbintramode experiment. 2013-05-07 16:00:59 -07:00
vp9_idct_blk.c WIP: 4x4 idct/recon merge 2013-05-20 13:03:17 -04:00
vp9_idct_blk.h Moved dequantization into the token decoder 2013-04-22 17:53:07 -04:00
vp9_onyxd_if.c changes intra coding to be based on txfm block 2013-05-22 11:53:19 +01:00
vp9_onyxd_int.h Moving vp9_decode_frame declaration to vp9_decodframe.h. 2013-05-13 14:42:45 -07:00
vp9_onyxd.h Lower case names for struct members. 2013-04-02 13:34:20 -07:00
vp9_treereader.h Finally removing BOOL_DECODER and using vp9_reader instead. 2013-04-19 10:37:24 -07:00