OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needs_filter
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/enc/
filter.c
79
static WEBP_INLINE int
needs_filter
(const uint8_t* p, int step, int thresh) {
function
101
if (
needs_filter
(p + i, stride, thresh)) {
110
if (
needs_filter
(p + i * stride, 1, thresh)) {
/external/webp/src/dsp/
dec.c
536
static WEBP_INLINE int
needs_filter
(const uint8_t* p, int step, int thresh) {
function
558
if (
needs_filter
(p + i, stride, thresh)) {
567
if (
needs_filter
(p + i * stride, 1, thresh)) {
Completed in 828 milliseconds