Home | History | Annotate | Download | only in dec

Lines Matching refs:y_pos

610 static int ExportRGB(WebPDecParams* const p, int y_pos) {
613 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride;
618 assert(p->last_y + y_pos + num_lines_out < p->output->height);
652 static int ExportAlpha(WebPDecParams* const p, int y_pos) {
654 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride;
658 assert(p->last_y + y_pos + num_lines_out < p->output->height);