Renaming txfm_size to tx_size.
Change-Id: I752e374867d459960995b24d197301d65ad535e3
This commit is contained in:
@@ -369,11 +369,11 @@ unsigned char vp9_get_pred_context_tx_size(const MACROBLOCKD *xd) {
|
||||
|
||||
if (above_in_image)
|
||||
above_context = above_mbmi->skip_coeff ? max_tx_size
|
||||
: above_mbmi->txfm_size;
|
||||
: above_mbmi->tx_size;
|
||||
|
||||
if (left_in_image)
|
||||
left_context = left_mbmi->skip_coeff ? max_tx_size
|
||||
: left_mbmi->txfm_size;
|
||||
: left_mbmi->tx_size;
|
||||
|
||||
if (!left_in_image)
|
||||
left_context = above_context;
|
||||
|
||||
Reference in New Issue
Block a user