Searched refs:VP8LVectorMismatch (Results 1 – 4 of 4) sorted by relevance
883 VP8LVectorMismatchFunc VP8LVectorMismatch; variable921 VP8LVectorMismatch = VectorMismatch_C; in WEBP_DSP_INIT_FUNC()1007 assert(VP8LVectorMismatch != NULL); in WEBP_DSP_INIT_FUNC()
212 extern VP8LVectorMismatchFunc VP8LVectorMismatch;
660 VP8LVectorMismatch = VectorMismatch_SSE2; in VP8LEncDspInitSSE2()
72 return VP8LVectorMismatch(array1, array2, max_limit); in FindMatchLength()350 curr_length = VP8LVectorMismatch(argb + pos, argb_start, max_len); in VP8LHashChainFill()