Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c883 VP8LVectorMismatchFunc VP8LVectorMismatch; variable
921 VP8LVectorMismatch = VectorMismatch_C; in WEBP_DSP_INIT_FUNC()
1007 assert(VP8LVectorMismatch != NULL); in WEBP_DSP_INIT_FUNC()
Dlossless.h212 extern VP8LVectorMismatchFunc VP8LVectorMismatch;
Dlossless_enc_sse2.c660 VP8LVectorMismatch = VectorMismatch_SSE2; in VP8LEncDspInitSSE2()
/external/webp/src/enc/
Dbackward_references_enc.c72 return VP8LVectorMismatch(array1, array2, max_limit); in FindMatchLength()
350 curr_length = VP8LVectorMismatch(argb + pos, argb_start, max_len); in VP8LHashChainFill()