Lines Matching refs:u_out
173 uint8_t *y_out, *u_out, *v_out;
386 u_out = FF_PTR_ADD(frame->data[1], offset);
394 u_out[col] = *encoded++ + 128;
398 u_out -= frame->linesize[1];
407 u_out[ col >> 1 ] = *encoded++ + 128;
408 u_out[(col >> 1) + 1] = *encoded++ + 128;
413 u_out[ col >> 1 ] = u_out[(col>>1) - 1];
418 u_out -= frame->linesize[1];
435 u_out[col >> 2] = *encoded++ + 128;
439 u_out[col >> 2] = u_out[(col>>2) - 1];
443 u_out -= frame->linesize[1];
452 u_out[col >> 1] = *encoded++ + 128;
456 u_out -= frame->linesize[1];
461 u_out = frame->data[1] + ((height >> 1) - 1) * frame->linesize[1];
469 u_out[col >> 1] = *encoded++ + 128;
473 u_out -= frame->linesize[1];