Searched refs:DO_PREDICT_LINE_VERTICAL (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | filters_mips_dsp_r2.c | 109 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ macro 235 DO_PREDICT_LINE_VERTICAL(in, preds, out, width, 0); \ 358 DO_PREDICT_LINE_VERTICAL(in, prev, out, width, 1); in VerticalUnfilter_MIPSdspR2() 378 #undef DO_PREDICT_LINE_VERTICAL
|
Completed in 3 milliseconds