Home
last modified time | relevance | path

Searched refs:PREDICT_LINE_ONE_PASS (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dfilters_mips_dsp_r2.c175 #define PREDICT_LINE_ONE_PASS(SRC, PRED, DST, INVERSE) do { \ macro
197 PREDICT_LINE_ONE_PASS(in, preds - stride, out, INVERSE); \
327 PREDICT_LINE_ONE_PASS(in, PREDS - stride, out, INVERSE); \
382 #undef PREDICT_LINE_ONE_PASS