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/webp/src/dsp/
dec_mips32.c
33
const int a1 =
VP8ksclip2
[(a + 4) >> 3];
34
const int a2 =
VP8ksclip2
[(a + 3) >> 3];
43
const int a1 =
VP8ksclip2
[(a + 4) >> 3];
44
const int a2 =
VP8ksclip2
[(a + 3) >> 3];
dec.c
469
const int a1 =
VP8ksclip2
[(a + 4) >> 3]; // in [-16,15]
470
const int a2 =
VP8ksclip2
[(a + 3) >> 3];
479
const int a1 =
VP8ksclip2
[(a + 4) >> 3];
480
const int a2 =
VP8ksclip2
[(a + 3) >> 3];
dsp.h
238
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 73 milliseconds