Searched refs:FILL_8_OR_16 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc_mips_dsp_r2.c | 339 #define FILL_8_OR_16(DST, VALUE, SIZE) do { \ macro 374 FILL_8_OR_16((DST), 127, (SIZE)); \ 392 FILL_8_OR_16((DST), 129, (SIZE)); \ 468 FILL_8_OR_16((DST), 129, (SIZE)); \ 541 FILL_8_OR_16(dst, DC, 16); in DCMode16() 586 FILL_8_OR_16(dst, DC, 8); in DCMode8() 1170 #undef FILL_8_OR_16
|