OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_v
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/dec/
webpi.h
45
uint8_t* tmp_y, *tmp_u, *
tmp_v
; // cache for the fancy upsampler
member in struct:WebPDecParams
io.c
322
const uint8_t* top_v = p->
tmp_v
;
357
memcpy(p->
tmp_v
, cur_v, uv_w * sizeof(*p->
tmp_v
));
812
p->
tmp_v
= p->tmp_u + uv_width;
[
all
...]
/external/valgrind/main/memcheck/
mc_translate.c
4772
IRTemp
tmp_v
= findShadowTmpV(&mce, tmp_o);
local
[
all
...]
Completed in 34 milliseconds