Lines Matching refs:left
73 /* For Ut Video, longer codes are to the left of the tree and
75 * left to right. So after the next loop --codes_count[i] will
77 * indexed by the position in the tree with left nodes being first. */
182 "%d bits left after decoding slice\n", get_bits_left(&gb));
342 "%d bits left after decoding slice\n", get_bits_left(&gb));
375 // first line - left neighbour prediction
429 // first line - left neighbour prediction
483 // first line - left neighbour prediction
526 // first line - left neighbour prediction
583 int left;
603 left = control_stream - packed_stream;
609 if (c->packed_stream_size[i][j] > left)
611 left -= c->packed_stream_size[i][j];
616 left = buf + buf_size - control_stream;
622 if (c->control_stream_size[i][j] > left)
624 left -= c->control_stream_size[i][j];