OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_tile_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
lossless.c
616
const int
max_tile_size
= 1 << bits;
local
625
const int tile_y_offset = tile_y *
max_tile_size
;
627
(tile_y < tiles_per_col - 1) ?
max_tile_size
: height - tile_y_offset;
630
memcpy(upper_row, current_tile_rows + (
max_tile_size
- 1) * width,
638
const int tile_x_offset = tile_x *
max_tile_size
;
639
int all_x_max = tile_x_offset +
max_tile_size
;
648
for (y = 0; y <
max_tile_size
; ++y) {
884
const int
max_tile_size
= 1 << bits;
local
1002
const int
max_tile_size
= 1 << bits;
local
[
all
...]
/external/webp/src/dsp/
lossless.c
616
const int
max_tile_size
= 1 << bits;
local
625
const int tile_y_offset = tile_y *
max_tile_size
;
627
(tile_y < tiles_per_col - 1) ?
max_tile_size
: height - tile_y_offset;
630
memcpy(upper_row, current_tile_rows + (
max_tile_size
- 1) * width,
638
const int tile_x_offset = tile_x *
max_tile_size
;
639
int all_x_max = tile_x_offset +
max_tile_size
;
648
for (y = 0; y <
max_tile_size
; ++y) {
884
const int
max_tile_size
= 1 << bits;
local
1002
const int
max_tile_size
= 1 << bits;
local
[
all
...]
Completed in 151 milliseconds