Home
last modified time | relevance | path

Searched refs:VP8SSE8x8 (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dvp8enci.h475 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
Dframe.c508 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF); in StoreSSE()
509 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF); in StoreSSE()
Ddsp.c720 VP8Metric VP8SSE8x8; variable
745 VP8SSE8x8 = SSE8x8; in VP8EncDspInit()