Home
last modified time | relevance | path

Searched refs:VP8LAddVectorEq (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dlossless_enc.c668 VP8LAddVectorEq(a->ARG, out->ARG, (LEN)); \
767 VP8LAddVectorEqFunc VP8LAddVectorEq; variable
805 VP8LAddVectorEq = AddVectorEq_C; in WEBP_DSP_INIT_FUNC()
892 assert(VP8LAddVectorEq != NULL); in WEBP_DSP_INIT_FUNC()
Dlossless.h216 extern VP8LAddVectorEqFunc VP8LAddVectorEq;
Dlossless_enc_mips32.c390 VP8LAddVectorEq = AddVectorEq_MIPS32; in VP8LEncDspInitMIPS32()
Dlossless_enc_sse2.c664 VP8LAddVectorEq = AddVectorEq_SSE2; in VP8LEncDspInitSSE2()