| Index: source/libvpx/vp9/encoder/vp9_block.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_block.h (revision 207064)
|
| +++ source/libvpx/vp9/encoder/vp9_block.h (working copy)
|
| @@ -139,6 +139,9 @@
|
|
|
| int optimize;
|
|
|
| + // indicate if it is in the rd search loop or encoding process
|
| + int rd_search;
|
| +
|
| // TODO(jingning): Need to refactor the structure arrays that buffers the
|
| // coding mode decisions of each partition type.
|
| PICK_MODE_CONTEXT ab4x4_context[4][4][4];
|
|
|