OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8ksclip2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
dec_mips32.c
31
const int a1 =
VP8ksclip2
[(a + 4) >> 3];
32
const int a2 =
VP8ksclip2
[(a + 3) >> 3];
41
const int a1 =
VP8ksclip2
[(a + 4) >> 3];
42
const int a2 =
VP8ksclip2
[(a + 3) >> 3];
dec.c
480
const int a1 =
VP8ksclip2
[(a + 4) >> 3]; // in [-16,15]
481
const int a2 =
VP8ksclip2
[(a + 3) >> 3];
490
const int a1 =
VP8ksclip2
[(a + 4) >> 3];
491
const int a2 =
VP8ksclip2
[(a + 3) >> 3];
dsp.h
152
extern const int8_t* const
VP8ksclip2
; // clips [-112, 112] to [-16, 15]
dec_clip_tables.c
343
const int8_t* const
VP8ksclip2
= &sclip2[112];
Completed in 46 milliseconds