Searched refs:VP8ksclip2 (Results 1 – 4 of 4) sorted by relevance
31 const int a1 = VP8ksclip2[(a + 4) >> 3]; in do_filter2()32 const int a2 = VP8ksclip2[(a + 3) >> 3]; in do_filter2()41 const int a1 = VP8ksclip2[(a + 4) >> 3]; in do_filter4()42 const int a2 = VP8ksclip2[(a + 3) >> 3]; in do_filter4()
343 const int8_t* const VP8ksclip2 = &sclip2[112]; variable
480 const int a1 = VP8ksclip2[(a + 4) >> 3]; // in [-16,15] in do_filter2()481 const int a2 = VP8ksclip2[(a + 3) >> 3]; in do_filter2()490 const int a1 = VP8ksclip2[(a + 4) >> 3]; in do_filter4()491 const int a2 = VP8ksclip2[(a + 3) >> 3]; in do_filter4()
168 extern const int8_t* const VP8ksclip2; // clips [-112, 112] to [-16, 15]