Searched refs:WebPMultARGBRow (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 177 void (*WebPMultARGBRow)(uint32_t* const ptr, int width, int inverse); variable 188 WebPMultARGBRow((uint32_t*)ptr, width, inverse); in WebPMultARGBRows() 356 WebPMultARGBRow = WebPMultARGBRowC; in WebPInitAlphaProcessing()
|
D | alpha_processing_mips_dsp_r2.c | 134 WebPMultARGBRow = MultARGBRow; in WebPInitAlphaProcessingMIPSdspR2()
|
D | dsp.h | 425 extern void (*WebPMultARGBRow)(uint32_t* const ptr, int width, int inverse);
|
D | alpha_processing_sse2.c | 286 WebPMultARGBRow = MultARGBRow; in WebPInitAlphaProcessingSSE2()
|
/external/webp/src/dec/ |
D | vp8l.c | 531 WebPMultARGBRow(src, dst_width, 1); in Export() 611 WebPMultARGBRow(src, dst_width, 1); in ExportYUVA()
|