HomeSort by relevance Sort by last modified time
    Searched refs:DO_SIMPLE_FILTER (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
dec_neon.c 52 #define DO_SIMPLE_FILTER(p0, q0, fl) \
70 DO_SIMPLE_FILTER(p0, q0, q9) /* apply filter */ \
dec_sse2.c 302 #define DO_SIMPLE_FILTER(p0, q0, fl) { \
362 DO_SIMPLE_FILTER(*p0, *q0, a);
434 DO_SIMPLE_FILTER(*p0, *q0, f);
    [all...]
  /external/webp/src/dsp/
dec_neon.c 52 #define DO_SIMPLE_FILTER(p0, q0, fl) \
70 DO_SIMPLE_FILTER(p0, q0, q9) /* apply filter */ \
dec_sse2.c 302 #define DO_SIMPLE_FILTER(p0, q0, fl) { \
362 DO_SIMPLE_FILTER(*p0, *q0, a);
434 DO_SIMPLE_FILTER(*p0, *q0, f);
    [all...]

Completed in 43 milliseconds