Searched refs:left_contexts (Results 1 – 2 of 2) sorted by relevance
114 int left_contexts = tx_size_in_blocks; in vp9_set_contexts() local115 if (left_contexts + loff > blocks_high) left_contexts = blocks_high - loff; in vp9_set_contexts()117 for (i = 0; i < left_contexts; ++i) l[i] = has_eob; in vp9_set_contexts()118 for (i = left_contexts; i < tx_size_in_blocks; ++i) l[i] = 0; in vp9_set_contexts()
52 const int left_contexts = AOMMIN(txs_high, blocks_high - loff); in av1_set_contexts() local53 memset(l, has_eob, sizeof(*l) * left_contexts); in av1_set_contexts()54 memset(l + left_contexts, 0, sizeof(*l) * (txs_high - left_contexts)); in av1_set_contexts()