Searched refs:above_contexts (Results 1 – 2 of 2) 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()
42 const int above_contexts = AOMMIN(txs_wide, blocks_wide - aoff); in av1_set_contexts() local43 memset(a, has_eob, sizeof(*a) * above_contexts); in av1_set_contexts()44 memset(a + above_contexts, 0, sizeof(*a) * (txs_wide - above_contexts)); in av1_set_contexts()