Searched refs:FILL_8_OR_16 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc_mips_dsp_r2.c | 341 #define FILL_8_OR_16(DST, VALUE, SIZE) do { \ macro 376 FILL_8_OR_16((DST), 127, (SIZE)); \ 394 FILL_8_OR_16((DST), 129, (SIZE)); \ 470 FILL_8_OR_16((DST), 129, (SIZE)); \ 543 FILL_8_OR_16(dst, DC, 16); in DCMode16() 588 FILL_8_OR_16(dst, DC, 8); in DCMode8() 1172 #undef FILL_8_OR_16
|