OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xsize_
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/dec/
vp8li_dec.h
38
int
xsize_
; // transform window X index.
member in struct:VP8LTransform
vp8l_dec.c
[
all
...]
/external/webp/src/dsp/
lossless.c
199
const int width = transform->
xsize_
;
290
const int width = transform->
xsize_
;
341
const int width = transform->
xsize_
; \
375
const int width = transform->
xsize_
;
399
// the effective width of VP8LSubSampleSize(
xsize_
, bits_). All other
400
// transforms work on effective width of
xsize_
.
403
VP8LSubSampleSize(transform->
xsize_
, transform->bits_);
Completed in 245 milliseconds