Home
last modified time | relevance | path

Searched refs:current_tile_rows (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dlossless_enc.c680 uint32_t* const current_tile_rows = argb_scratch + width; in VP8LResidualImage() local
696 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width, in VP8LResidualImage()
699 memcpy(current_tile_rows, &argb[tile_y_offset * width], in VP8LResidualImage()
700 this_tile_height * width * sizeof(*current_tile_rows)); in VP8LResidualImage()
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c620 uint32_t* const current_tile_rows = argb_scratch + width; in VP8LResidualImage() local
630 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width, in VP8LResidualImage()
633 memcpy(current_tile_rows, &argb[tile_y_offset * width], in VP8LResidualImage()
634 this_tile_height * width * sizeof(*current_tile_rows)); in VP8LResidualImage()