Searched refs:left_contexts (Results 1 – 1 of 1) sorted by relevance
128 int left_contexts = tx_size_in_blocks; in vp9_set_contexts() local129 if (left_contexts + loff > blocks_high) in vp9_set_contexts()130 left_contexts = blocks_high - loff; in vp9_set_contexts()132 for (i = 0; i < left_contexts; ++i) in vp9_set_contexts()134 for (i = left_contexts; i < tx_size_in_blocks; ++i) in vp9_set_contexts()