Lines Matching refs:current
75 int nonref; // 1 if the current frame won't be referenced
317 static void svq1_skip_block(uint8_t *current, uint8_t *previous,
325 dst = current;
335 uint8_t *current, uint8_t *previous,
370 dst = current;
378 uint8_t *current, uint8_t *previous,
440 dst = current;
446 current += 8 * (pitch - 1);
448 current += 8;
456 uint8_t *current, uint8_t *previous,
479 svq1_skip_block(current, previous, pitch, x, y);
483 result = svq1_motion_inter_block(hdsp, bitbuf, current, previous,
490 result = svq1_decode_block_non_intra(bitbuf, current, pitch);
494 result = svq1_motion_inter_4v_block(hdsp, bitbuf, current, previous,
501 result = svq1_decode_block_non_intra(bitbuf, current, pitch);
505 result = svq1_decode_block_intra(bitbuf, current, pitch);
626 uint8_t *current;
704 current = cur->data[i];
710 result = svq1_decode_block_intra(&s->gb, ¤t[x],
719 current += 16 * linesize;
735 &s->gb, ¤t[x],
749 current += 16 * linesize;