OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yuv_out_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libwebp/enc/
vp8enci.h
84
// Y_OFF |YYYY| <- compressed/decoded samples ('
yuv_out_
')
85
// |YYYY| There are two buffers like this ('
yuv_out_
'/'yuv_out2_')
277
uint8_t*
yuv_out_
; // ''
member in struct:__anon21906
310
// it->
yuv_out_
or it->yuv_in_.
439
uint8_t*
yuv_out_
; // output samples
member in struct:VP8Encoder
440
uint8_t* yuv_out2_; // secondary scratch out-buffer. swapped with
yuv_out_
.
/external/webp/src/enc/
vp8enci.h
57
// * YUV Samples area (yuv_in_/
yuv_out_
/yuv_out2_)
225
uint8_t*
yuv_out_
; // output samples
member in struct:__anon27466
226
uint8_t* yuv_out2_; // secondary buffer swapped with
yuv_out_
.
279
// save the
yuv_out_
boundary values to top_/left_ arrays for next iterations.
Completed in 40 milliseconds