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

  /external/webp/src/dsp/
lossless_enc.c 680 uint32_t* const current_tile_rows = argb_scratch + width; local
696 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width,
699 memcpy(current_tile_rows, &argb[tile_y_offset * width],
700 this_tile_height * width * sizeof(*current_tile_rows));
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
lossless.c 620 uint32_t* const current_tile_rows = argb_scratch + width; local
630 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width,
633 memcpy(current_tile_rows, &argb[tile_y_offset * width],
634 this_tile_height * width * sizeof(*current_tile_rows));
    [all...]

Completed in 154 milliseconds