Searched refs:VP8ksclip2 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_mips32.c31 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];
H A Ddec.c480 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];
H A Ddsp.h152 extern const int8_t* const VP8ksclip2; // clips [-112, 112] to [-16, 15]
H A Ddec_clip_tables.c343 const int8_t* const VP8ksclip2 = &sclip2[112]; variable
/external/webp/src/dsp/
H A Ddec_mips32.c31 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];
H A Ddec.c480 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];
H A Ddsp.h152 extern const int8_t* const VP8ksclip2; // clips [-112, 112] to [-16, 15]
H A Ddec_clip_tables.c343 const int8_t* const VP8ksclip2 = &sclip2[112]; variable

Completed in 163 milliseconds