Searched refs:above_contexts (Results 1 – 1 of 1) sorted by relevance
111 int above_contexts = tx_size_in_blocks; in vp9_set_contexts() local112 if (above_contexts + aoff > blocks_wide) in vp9_set_contexts()113 above_contexts = blocks_wide - aoff; in vp9_set_contexts()115 for (i = 0; i < above_contexts; ++i) in vp9_set_contexts()117 for (i = above_contexts; i < tx_size_in_blocks; ++i) in vp9_set_contexts()