Searched refs:DO_PREDICT_LINE_VERTICAL (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | filters_mips_dsp_r2.c | 109 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ macro 232 DO_PREDICT_LINE_VERTICAL(in, preds, out, width, 0); \ 351 DO_PREDICT_LINE_VERTICAL(in, prev, out, width, 1); in VerticalUnfilter() 371 #undef DO_PREDICT_LINE_VERTICAL
|