Searched refs:left_contexts (Results 1 – 1 of 1) 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()