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

  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 692 uint32_t* const current_tile_rows = argb_scratch + width; local
702 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width,
705 memcpy(current_tile_rows, &argb[tile_y_offset * width],
706 this_tile_height * width * sizeof(*current_tile_rows));
    [all...]
  /external/webp/src/dsp/
lossless.c 683 uint32_t* const current_tile_rows = argb_scratch + width; local
693 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width,
696 memcpy(current_tile_rows, &argb[tile_y_offset * width],
697 this_tile_height * width * sizeof(*current_tile_rows));
    [all...]

Completed in 45 milliseconds