Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_mips_dsp_r2.c939 #define TRUE_MOTION(DST, SIZE) \ macro
944 TRUE_MOTION(dst, 4)
945 TRUE_MOTION(dst, 8)
946 TRUE_MOTION(dst, 16)
948 #undef TRUE_MOTION
Denc_mips_dsp_r2.c451 #define TRUE_MOTION(DST, LEFT, TOP, SIZE) \ macro
473 TRUE_MOTION(dst, left, top, 8)
474 TRUE_MOTION(dst, left, top, 16)
476 #undef TRUE_MOTION