OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_sub
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dec/
webpi.h
35
int x_add,
x_sub
; // horizontal increments (add ~= src, sub ~= dst)
member in struct:__anon13751
io.c
427
int x_add, int
x_sub
, int y_add, int y_sub,
437
wrk->x_add = wrk->x_expand ? (
x_sub
- 1) : x_add -
x_sub
;
438
wrk->
x_sub
= wrk->x_expand ? (x_add - 1) :
x_sub
;
442
wrk->fx_scale = (1 << RFIX) /
x_sub
;
445
((int64_t)dst_height << RFIX) / (
x_sub
* src_height) :
460
for (; accum > 0; accum -= wrk->
x_sub
) {
466
wrk->frow[x_out] = (sum + base) * wrk->
x_sub
- frac;
480
accum -= wrk->
x_sub
;
[
all
...]
Completed in 21 milliseconds