OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_ctx_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
frame.c
43
const VP8ThreadContext* const ctx = &dec->
thread_ctx_
;
94
const int mb_y = dec->
thread_ctx_
.mb_y_;
95
assert(dec->
thread_ctx_
.filter_row_);
166
const VP8ThreadContext* const ctx = &dec->
thread_ctx_
;
257
VP8ThreadContext* const ctx = &dec->
thread_ctx_
;
394
worker->data2 = (void*)&dec->
thread_ctx_
.io_;
464
dec->
thread_ctx_
.id_ = 0;
465
dec->
thread_ctx_
.f_info_ = dec->f_info_;
470
dec->
thread_ctx_
.f_info_ += mb_w;
vp8i.h
204
VP8ThreadContext
thread_ctx_
; // Thread context
member in struct:VP8Decoder
/external/webp/src/dec/
frame.c
43
const VP8ThreadContext* const ctx = &dec->
thread_ctx_
;
94
const int mb_y = dec->
thread_ctx_
.mb_y_;
95
assert(dec->
thread_ctx_
.filter_row_);
166
const VP8ThreadContext* const ctx = &dec->
thread_ctx_
;
257
VP8ThreadContext* const ctx = &dec->
thread_ctx_
;
394
worker->data2 = (void*)&dec->
thread_ctx_
.io_;
464
dec->
thread_ctx_
.id_ = 0;
465
dec->
thread_ctx_
.f_info_ = dec->f_info_;
470
dec->
thread_ctx_
.f_info_ += mb_w;
vp8i.h
204
VP8ThreadContext
thread_ctx_
; // Thread context
member in struct:VP8Decoder
Completed in 135 milliseconds