OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_out_row_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8li.h
77
int
last_out_row_
; // last row output so far.
member in struct:__anon12104
vp8l.c
538
int y_pos = dec->
last_out_row_
;
551
int y_pos = dec->
last_out_row_
;
665
uint8_t* const rgba = buf->rgba + dec->
last_out_row_
* buf->stride;
671
// Update '
last_out_row_
'.
672
dec->
last_out_row_
+= num_rows_out;
674
dec->
last_out_row_
= io->use_scaling ?
678
assert(dec->
last_out_row_
<= output->height);
[
all
...]
/external/webp/src/dec/
vp8li.h
77
int
last_out_row_
; // last row output so far.
member in struct:__anon28548
vp8l.c
537
int y_pos = dec->
last_out_row_
;
550
int y_pos = dec->
last_out_row_
;
664
uint8_t* const rgba = buf->rgba + dec->
last_out_row_
* buf->stride;
670
// Update '
last_out_row_
'.
671
dec->
last_out_row_
+= num_rows_out;
673
dec->
last_out_row_
= io->use_scaling ?
677
assert(dec->
last_out_row_
<= output->height);
[
all
...]
Completed in 65 milliseconds