Searched refs:above_contexts (Results 1 – 1 of 1) sorted by relevance
99 int above_contexts = tx_size_in_blocks; in vp9_set_contexts() local100 if (above_contexts + aoff > blocks_wide) in vp9_set_contexts()101 above_contexts = blocks_wide - aoff; in vp9_set_contexts()103 for (i = 0; i < above_contexts; ++i) a[i] = has_eob; in vp9_set_contexts()104 for (i = above_contexts; i < tx_size_in_blocks; ++i) a[i] = 0; in vp9_set_contexts()