Searched refs:tile_xsize (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c1098 const int tile_xsize = VP8LSubSampleSize(width, bits); local
1107 for (tile_x = 0; tile_x < tile_xsize; ++tile_x) {
1113 const int offset = tile_y * tile_xsize + tile_x;
1115 ColorCodeToMultipliers(image[offset - tile_xsize], &prev_y);
/external/webp/src/dsp/
H A Dlossless.c1089 const int tile_xsize = VP8LSubSampleSize(width, bits); local
1098 for (tile_x = 0; tile_x < tile_xsize; ++tile_x) {
1104 const int offset = tile_y * tile_xsize + tile_x;
1106 ColorCodeToMultipliers(image[offset - tile_xsize], &prev_y);

Completed in 3797 milliseconds