Searched refs:DO_PREDICT_LINE (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | filters_mips_dsp_r2.c | 36 #define DO_PREDICT_LINE(SRC, DST, LENGTH, INVERSE) do { \ macro 106 DO_PREDICT_LINE(src, dst, length, 0); in PredictLine_MIPSdspR2() 187 DO_PREDICT_LINE(in + 1, out + 1, width - 1, 0); \ 350 DO_PREDICT_LINE(in + 1, out + 1, width - 1, 1); in HorizontalUnfilter_MIPSdspR2() 380 #undef DO_PREDICT_LINE
|