OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_0
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
picture.c
933
const int
x_0
= (x - RADIUS < 0) ? 0 : x - RADIUS;
local
940
for (i =
x_0
; i < x_1; ++i) {
[
all
...]
/external/webp/src/enc/
picture.c
933
const int
x_0
= (x - RADIUS < 0) ? 0 : x - RADIUS;
local
940
for (i =
x_0
; i < x_1; ++i) {
[
all
...]
Completed in 133 milliseconds