Searched refs:TRUE_MOTION (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | dec_mips_dsp_r2.c | 939 #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
|
D | enc_mips_dsp_r2.c | 453 #define TRUE_MOTION(DST, LEFT, TOP, SIZE) \ macro 475 TRUE_MOTION(dst, left, top, 8) 476 TRUE_MOTION(dst, left, top, 16) 478 #undef TRUE_MOTION
|