Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c769 VP8LVectorMismatchFunc VP8LVectorMismatch; variable
807 VP8LVectorMismatch = VectorMismatch_C; in WEBP_DSP_INIT_FUNC()
893 assert(VP8LVectorMismatch != NULL); in WEBP_DSP_INIT_FUNC()
Dlossless.h227 extern VP8LVectorMismatchFunc VP8LVectorMismatch;
Dlossless_enc_sse2.c671 VP8LVectorMismatch = VectorMismatch_SSE2; in VP8LEncDspInitSSE2()
/external/webp/src/enc/
Dbackward_references_enc.c73 return VP8LVectorMismatch(array1, array2, max_limit); in FindMatchLength()
382 curr_length = VP8LVectorMismatch(argb + pos, argb_start, max_len); in VP8LHashChainFill()