OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_p0
(Results
1 - 5
of
5
) sorted by null
/external/webp/src/dsp/
cost_mips_dsp_r2.c
87
const int
last_p0
= res->prob[b][ctx][0];
local
88
cost += VP8BitCost(0,
last_p0
);
cost.c
350
const int
last_p0
= res->prob[b][ctx][0];
local
351
cost += VP8BitCost(0,
last_p0
);
cost_mips32.c
92
const int
last_p0
= res->prob[b][ctx][0];
local
93
cost += VP8BitCost(0,
last_p0
);
cost_sse2.c
98
const int
last_p0
= res->prob[b][ctx][0];
local
99
cost += VP8BitCost(0,
last_p0
);
/external/opencv3/3rdparty/libwebp/enc/
frame.c
324
const int
last_p0
= res->prob[b][ctx][0];
local
325
cost += VP8BitCost(0,
last_p0
);
Completed in 63 milliseconds