vpx/vp9/decoder
Dmitry Kovalev a0be71c703 Inlining set_partition_seg_context function.
We used set_partition_seg_context() only before calls to:
 1. update_partition_context()
 2. partition_plane_context()

Moving these functions from vp9_blockd.h to vp9_onyxc_int.h and
inlining  set_partition_seg_context into them. After that it is not
necessary to have {above, left}_seg_context fields in MACROBLOCKD struture,
so removing them also.

Change-Id: I4723f59e1c8f3788432b7f51185d8d747b3a97f9
2013-10-21 12:02:19 -07:00
..
vp9_dboolhuff.c cosmetics: strip 'VP9_' from defines in vp9 only code 2013-08-23 19:16:49 -07:00
vp9_dboolhuff.h cosmetics: strip 'VP9_' from defines in vp9 only code 2013-08-23 19:16:49 -07:00
vp9_decodemv.c Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON. 2013-10-21 10:12:14 -07:00
vp9_decodemv.h Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON. 2013-10-21 10:12:14 -07:00
vp9_decodframe.c Inlining set_partition_seg_context function. 2013-10-21 12:02:19 -07:00
vp9_decodframe.h consistently name VP9_COMMON variables #1 2013-08-29 13:25:57 -07:00
vp9_detokenize.c vp9_decode_tokens: limit scope of function params 2013-10-21 14:56:32 +02:00
vp9_detokenize.h vp9_decode_tokens: limit scope of function params 2013-10-21 14:56:32 +02:00
vp9_dsubexp.c Add clamp to prevent out of bound access 2013-10-15 13:30:55 -07:00
vp9_dsubexp.h Replacing {VP9_COEF, MODE}_UPDATE_PROB with DIFF_UPDATE_PROB. 2013-10-11 10:47:22 -07:00
vp9_onyxd_if.c Use a separate MODE_INFO stream for each tile column 2013-10-16 16:24:48 -07:00
vp9_onyxd_int.h Use a separate MODE_INFO stream for each tile column 2013-10-16 16:24:48 -07:00
vp9_onyxd.h Merge "Using size_t for memory buffer size." 2013-09-30 11:10:08 -07:00
vp9_read_bit_buffer.h cpplint issue in vp9_read_bit_buffer resolved 2013-09-29 11:52:58 -07:00
vp9_thread.c NOLINT issue with headers that's hard to avoid do to config.h issue 2013-10-05 17:32:43 -07:00
vp9_thread.h vp9_thread nolintify lint issue I can't fix easily 2013-10-01 15:19:39 -07:00
vp9_treereader.h cpplint issue with treedreader 2013-09-29 17:20:33 -07:00