HomeSort by relevance Sort by last modified time
    Searched refs:rows_in (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 618 const uint32_t* rows_in = rows; local
623 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out));
626 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
627 rows_in = rows_out;
636 const uint8_t* rows_in = rows; local
641 VP8LColorIndexInverseTransformAlpha(transform, start_row, end_row, rows_in,
    [all...]
  /external/webp/src/dec/
vp8l.c 617 const uint32_t* rows_in = rows; local
622 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out));
625 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
626 rows_in = rows_out;
635 const uint8_t* rows_in = rows; local
640 VP8LColorIndexInverseTransformAlpha(transform, start_row, end_row, rows_in,
    [all...]

Completed in 23 milliseconds