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

  /external/pdfium/third_party/libtiff/
tif_getimage.c     [all...]
  /external/webp/src/enc/
predictor_enc.c 720 const int tile_xsize = VP8LSubSampleSize(width, bits); local
729 for (tile_x = 0; tile_x < tile_xsize; ++tile_x) {
735 const int offset = tile_y * tile_xsize + tile_x;
737 ColorCodeToMultipliers(image[offset - tile_xsize], &prev_y);

Completed in 547 milliseconds