Searched refs:DO_PREDICT_LINE (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | filters_mips_dsp_r2.c | 40 #define DO_PREDICT_LINE(SRC, DST, LENGTH, INVERSE) do { \ macro 110 DO_PREDICT_LINE(src, dst, length, 1); in PredictLine() 112 DO_PREDICT_LINE(src, dst, length, 0); in PredictLine() 198 DO_PREDICT_LINE(in + 1, out + 1, width - 1, INVERSE); \ 383 #undef DO_PREDICT_LINE
|