Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c663 VP8LAddVectorEq(a->ARG, out->ARG, (LEN)); \
881 VP8LAddVectorEqFunc VP8LAddVectorEq; variable
919 VP8LAddVectorEq = AddVectorEq_C; in WEBP_DSP_INIT_FUNC()
1006 assert(VP8LAddVectorEq != NULL); in WEBP_DSP_INIT_FUNC()
Dlossless.h201 extern VP8LAddVectorEqFunc VP8LAddVectorEq;
Dlossless_enc_mips32.c390 VP8LAddVectorEq = AddVectorEq_MIPS32; in VP8LEncDspInitMIPS32()
Dlossless_enc_sse2.c658 VP8LAddVectorEq = AddVectorEq_SSE2; in VP8LEncDspInitSSE2()