OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:row_start
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dsp/
lossless.h
29
// rows. Transform will be applied to rows [
row_start
, row_end[.
31
// corresponding to the intermediate row (
row_start
).
33
int
row_start
, int row_end,
lossless.c
384
const int
row_start
= tile_y << bits;
local
386
const int ymax = (tile_size <= height -
row_start
) ?
387
tile_size : height -
row_start
;
403
const int row =
row_start
+ y;
439
const int
row_start
= tile_y << bits;
local
441
const int ymax = (tile_size <= height -
row_start
) ?
442
tile_size : height -
row_start
;
451
const int row =
row_start
+ y;
[
all
...]
Completed in 100 milliseconds